StableDistributionS0IsValidBeta Method |
Checks whether beta is valid for a stable 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
- The beta parameter to validate.
Return Value
Boolean if -1 <= beta <= 1; otherwise,
.
See Also