T.DIST.2T

The T.DIST.2T function returns the two-tailed Student's t-distribution.

Syntax

T.DIST.2T(
    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.2T function returns a real number.

Examples

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

dist = T.DIST.2T(3, 2)

T.DIST.2T function. Example of use
Related functions
Category
Statistical
Submitted by admin on Fri, 01/18/2019 - 11:26