T.DIST.RT

The T.DIST.RT function returns the right-tailed Student's t-distribution.

Syntax

T.DIST.RT(
    x,
    Deg_freedom
)

Parameters
  • x: Value for which to calculate the Student's t-distribution.
  • Deg_freedom: Number of degrees of freedom to consider in the distribution.
Returned value

The T.DIST.RT function returns a real number.

Examples

We can calculate the value of the Student's t-distribution for x = 3 with 2 degrees of freedom with the following measure:

dist = T.DIST.RT(3, 2)
Function T.DIST.RT. Example of use
Related functions
Category
Statistical
Submitted by admin on Sat, 01/19/2019 - 11:01