StableDistributionS0IsValidSigma Method |
Checks whether sigma is a valid scale parameter.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool IsValidSigma(
double sigma
)
Parameters
- sigma Double
- The scale parameter to validate.
Return Value
Boolean if
sigma is positive; otherwise,
.
See Also