T.INV.2T

The T.INV.2T function returns the inverse of the Student's two-tailed t-distribution.

Syntax

T.INV.2T(
    Probability,
    Deg_freedom
)

Parameters
  • Probability: Probability associated with Student's t-distribution.
  • Deg_freedom: Number of degrees of freedom to consider in the distribution.
Returned value

The T.INV.2T function returns a real number.

Examples

We can calculate the inverse of the two-tailed student's t-distribution for a probability of 0.75 and 3 degrees of freedom with the following measure:

d = T.INV.2T(0.75, 3)
T.INV.2T function. Example of use
Related functions
Category
Statistical
Submitted by admin on Sun, 01/20/2019 - 12:28