Click or drag to resize

ExcelFunctionsTDist Method

Returns the Student's t-distribution tail probability.

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

Parameters

x  Double
The value at which to evaluate the distribution.
degreesFreedom  Int32
The degrees of freedom.
tails  Int32
The number of tails to include, either 1 or 2.

Return Value

Double
The upper-tail probability for the specified t-distribution.
See Also