Click or drag to resize

StableDistributionS0IsValidAlpha Method

Checks whether alpha is valid for a stable distribution.

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
The alpha parameter to validate.

Return Value

Boolean
if 0 < alpha <= 2; otherwise, .
See Also