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