Click or drag to resize

StableDistributionS1IsValidBeta Method

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

Parameters

beta  Double
Skewness parameter in the range [-1,1].

Return Value

Boolean
if beta is in the range [-1,1]; otherwise, .
See Also