Returns the Student's t-distribution. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.
Syntax
TDIST(x,degrees_freedom,tails)
X is the numeric value at which to evaluate the distribution.
Degrees_freedom is an integer indicating the number of degrees of freedom.
Tails specifies the number of distribution tails to return. If tails = 1, TDIST returns the one-tailed distribution. If tails = 2, TDIST returns the two-tailed distribution.
Remarks
Example
TDIST(1.96,60,2)
equals 0.054645