T.DIST.RT()

SyntaxT.DIST.RT(x,degrees_freedom)

Definition. This function returns the Student’s t-distribution of the right tail. The t-distribution is used to test hypotheses for small sample data sets. Use this function instead of a table of critical values for the t-distribution.

Arguments

Note

If one of the arguments isn’t a numeric expression, the T.DIST.RT() function returns the #VALUE! error.

If degrees_freedom < 1, the function returns the #NUM! error.

If x < 0, the function returns the #NUM! error.

Background. You will find more information about t-distributed random variables in the description of T.TEST().

Example. You will find more information about the use of this function in the description of T.DIST.2T().

See Also

T.INV(), T.INV.2T, T.TEST()