StableDistributionFellerQuantile(Double, Double, Double) Method |
Calculates the quantile for the specified probability.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double Quantile(
double p,
double alpha,
double gamma
)
Parameters
- p Double
- Probability in the range [0,1].
- alpha Double
- Distribution parameter alpha.
- gamma Double
- Distribution parameter gamma.
Return Value
DoubleThe quantile corresponding to the probability.
See Also