Click or drag to resize

ProbabilityDistributionQuantile Method

Gives the pth quantile of the distribution.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract double Quantile(
	double p
)

Parameters

p  Double
The probability.

Return Value

Double
The pth quantile, that is the value x for with holds: p==CDF(x)
See Also