StableDistributionS1IsValidBeta Method |
Determines whether beta is valid for this distribution.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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