Click or drag to resize

ChiDistributionQuantile(Double, Double) Method

Calculates the quantile function for the specified degrees of freedom.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Quantile(
	double p,
	double N
)

Parameters

p  Double
The probability.
N  Double
Degrees of freedom.

Return Value

Double
The point x at which the cumulative distribution function is equal to p.
See Also