Click or drag to resize

ContinuousDistributionQuantile Method

Calculates the quantile of the distribution function.

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

Parameters

p  Double
The probability p.

Return Value

Double
The point x at which the cumulative distribution function CDF(Double) of argument x is equal to p.
See Also