StableDistributionFellerIsValidGamma Method |
Validates whether the provided gamma value is within the supported range for the given alpha.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool IsValidGamma(
double alpha,
double gamma
)
Parameters
- alpha Double
- Distribution parameter alpha.
- gamma Double
- Distribution parameter gamma.
Return Value
Boolean if gamma is valid for the specified alpha; otherwise,
.
See Also