FisherTippettDistributionQuantile(Double, Double, Double) Method |
Returns the quantile function (inverse CDF) for the Fisher-Tippett 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
- Cumulative probability (0..1).
- alpha Double
- The location parameter.
- beta Double
- The scale parameter.
Return Value
DoubleThe value
q such that
CDF(q) == p.
See Also