StableDistributionSymmetricQuantile(Double, Double) Method |
Gets the quantile (inverse CDF) for the given probability p.
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
)
Parameters
- p Double
- The probability in [0, 1].
- alpha Double
- The stability parameter (0 < alpha <= 2).
Return Value
DoubleThe value x such that CDF(x) =
p, or
NaN if no root was found.
See Also