Click or drag to resize

StudentTDistributionQuantile(Double) Method

Returns the quantile for the specified probability.

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

Parameters

p  Double
The probability.

Return Value

Double
The quantile corresponding to p.
See Also