EXCEL T.INV.2T FUNCTION

The Excel T.INV.2T function computes the inverse of the two-tailed Student’s T Distribution, a continuous probability distribution commonly used for testing hypotheses on small sample data sets.

Syntax :

=T.INV.2T( probability, degrees_freedom )

Parameters :

  • probability – The probability (from 0 to 1) at which you need to calculate the inverse of the 2-tailed Student’s T Distribution.
  • degrees freedom – The amount of degrees of freedom required (must be 1).

Step By Step Guide of T.INV.2T Function

Example :

The right graphic represents the two-tailed Inverse Student’s T Distribution with ten degrees of freedom.

If you wish to determine the value of this function for a probability of 0.25, use the Excel T.Inv.2t function as shown below:
 =T.INV.2T ( 0.25, 10 )

This provides the value 1.221255395.

If you wish to find the value of the one-tailed inverse Student’s T-Distribution with a probability of 0.25, just double the probability:
 =T.INV.2T ( 0.5, 10 )

This produces the value 0.699812061.

T.Inv.2t Function
  • To compute the output of the T.Inv.2t function, Excel employs an iterative process, attempting to find a result, x, such that T.DIST.2T(x, degrees freedom) = probability.
  • The T.Inv.2t Function in Excel computes the inverse of the two-tailed Student’s T Distribution.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now