LogNormalDistributionQuantile Method |
Gives the pth quantile of the distribution.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override double Quantile(
double p
)
Parameters
- p Double
- The probability.
Return Value
DoubleThe pth quantile, that is, the value x for which p == CDF(x).
See Also