Click or drag to resize

ExcelFunctionsTInv Method

Returns the inverse Student's t-distribution value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double TInv(
	double probability,
	int degreesFreedom
)

Parameters

probability  Double
The two-tailed probability.
degreesFreedom  Int32
The degrees of freedom.

Return Value

Double
The t value whose two-tailed probability matches probability.
See Also