Click or drag to resize

StableDistributionS1IsValidAlpha Method

Determines whether alpha is valid for this 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
Characteristic exponent in the range (0,2].

Return Value

Boolean
if alpha is in the range (0,2]; otherwise, .
See Also