StableDistributionFellerIsValidScale Method |
Validates whether the provided scale value is within the supported range.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool IsValidScale(
double scale
)
Parameters
- scale Double
- Scaling parameter.
Return Value
Boolean if scale is positive; otherwise,
.
See Also