T.DIST.RT Function

The T.DIST.RT function is one of the statistical functions. Returns the right-tailed 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

T.DIST.RT(x, deg_freedom)

The T.DIST.RT function has the following arguments:

Argument Description
x The value at which the function should be calculated.
deg_freedom The number of degrees of freedom, an integer greater than or equal to 1.

Notes

How to apply the T.DIST.RT function.

Examples

The figure below displays the result returned by the T.DIST.RT function.

T.DIST.RT Function