StableDistributionFellerIsValidLocation Method |
Validates whether the provided location 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 IsValidLocation(
double location
)
Parameters
- location Double
- Location parameter.
Return Value
Boolean if the location is finite; otherwise,
.
See Also