Click or drag to resize

StableDistributionFellerIsValidAlpha Method

Validates whether the provided alpha value is within the supported range.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool IsValidAlpha(
	double alpha
)

Parameters

alpha  Double
Distribution parameter alpha.

Return Value

Boolean
if alpha is greater than 0 and less than or equal to 2; otherwise, .
See Also