StableDistributionS0Quantile(Double, Double, Double) Method |
Gets the quantile (inverse CDF) for the standardized S0 stable distribution.
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 beta
)
Parameters
- p Double
- The probability in [0, 1].
- alpha Double
- Distribution parameter alpha (broadness exponent).
- beta Double
- Distribution parameter beta (skew).
Return Value
DoubleThe value x such that CDF(x) =
p.
See Also