ContinuousDistributionQuantile Method |
Calculates the quantile of the distribution function.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual double Quantile(
double p
)
Parameters
- p Double
- The probability p.
Return Value
DoubleThe point x at which the cumulative distribution function
CDF(Double) of argument x is equal to
p.
See Also