Statistical - T.DIST.RT Function



Description

The T.DIST.RT function 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)

Arguments

Argument Description Required/ Optional
X The numeric value at which to evaluate the distribution. Required
Deg_freedom An integer indicating the number of degrees of freedom. Required

Notes

  • If any argument is nonnumeric, T.DIST.RT returns the #VALUE! error value.

  • If deg_freedom < 1, T.DIST.RT returns the #NUM! error value.

Applicability

Excel 2010, Excel 2013, Excel 2016

Example

T.Dist.Rt Function
advanced_excel_statistical_functions.htm
Advertisements