WeibullDistributionQuantile(Double, Double, Double) Method |
Returns the quantile function (inverse CDF) of the Weibull 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 lambda
)
Parameters
- p Double
- A probability in the range [0, 1].
- alpha Double
- The shape parameter.
- lambda Double
- The scale parameter.
Return Value
DoubleThe value
x such that
CDF(x) = p.
See Also