Click or drag to resize

StudentTDistributionQuantile(Double, Int32) Method

Returns the quantile for the specified probability and degrees of freedom.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Quantile(
	double alpha,
	int n
)

Parameters

alpha  Double
The probability.
n  Int32
The degrees of freedom.

Return Value

Double
The quantile corresponding to alpha.
See Also