StableDistributionS1IsValidScale Method |
Determines whether scale 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 IsValidScale(
double scale
)
Parameters
- scale Double
- Scale parameter (must be > 0).
Return Value
Boolean if
scale is greater than 0; otherwise,
.
See Also