EXCEL TINV FUNCTION

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

Syntax :

=TINV( probability, degrees_freedom )

Parameters :

  • probability – The probability (between 0 and 1) at which you wish to calculate the invert 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 TINV Function

Example :

The 2-tailed Inverse Student’s T Distribution with 10 degrees of freedom is seen on the right.

If you need to measure the value of this expression for a probability of 0.25, use the Excel Tinv function, as shown below:

=TINV( 0.25, 10 )

This yields the value 1.221255395. 

If you wish to find the value of the 1-tailed inverse Student’s T-Distribution with a probability of 0.25, just double the probability:

=TINV( 0.5, 10 )

This yields the value 0.699812061.

Tinv Function
  • Excel calculates the Tinv function result iteratively, looking for a result, x, such that TDIST(x, degrees freedom, 2) = probability.

  • The Tinv Function in Excel determines the inverse of the two-tailed Student’s T Distribution.

  • Simply double the probability to calculate the inverse of the one-tailed t-distribution.
  • To put it another way, the one-tailed inverse Student’s T Distribution = TINV(2*probability, degrees freedom).

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