Click or drag to resize

StableDistributionS0IsValidBeta Method

Checks whether beta 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 IsValidBeta(
	double beta
)

Parameters

beta  Double
The beta parameter to validate.

Return Value

Boolean
if -1 <= beta <= 1; otherwise, .
See Also