Sunday, January 24, 2021

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)

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

  • X     Required. The numeric value at which to evaluate the distribution.

  • Deg_freedom     Required. An integer indicating the number of degrees of freedom.

Remarks

  • 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.

Example

Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

Data

Description

1.959999998

Value at which to evaluate the distribution

60

Degrees of freedom

Formula

Description (Result)

Result

=T.DIST.RT(A2,A3)

Two-tailed distribution (0.027322, or 2.73 percent)

0.027322

No comments:

Post a Comment