StableDistributionS1Quantile(Double, Double, Double) Method |
Calculates the quantile of the stable distribution in S1 parametrization.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Quantile(
double p,
double alpha,
double beta
)
Parameters
- p Double
- Probability p.
- alpha Double
- Characteristic exponent of the distribution, in the range (0,2].
- beta Double
- Skewness parameter of the distribution, in the range [-1,1].
Return Value
DoubleThe value x, so that with a probability of
p the random variable is <x.
See Also