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 :
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.
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.
Ask Your Query