T.INV function - The function returns the inverse value of the Student t distribution in Excel
The following article introduces you to the T.INV function - one of the functions in the statistical function group is very popular in Excel.
T.INV function - The function returns the inverse value of the Student t distribution in Excel Picture 1
Description: The function returns the inverse value to the left of the Student's t-distribution. Support functions from Excel 2010 onwards.
Syntax: T.INV (probability, deg_freedom)
Inside:
- probability: Probability associated with t value of Student's t-distribution , which is a required parameter.
- deg_freedom: Number of degrees of freedom of the distribution, is a required parameter.
Attention:
- Any argument that is not a number -> the function returns the #VALUE! Error value
- If probability ≤ 0 or probability> 1 -> the function returns the #NUM! Error value
- If deg_freedom <1 -> the function returns the #NUM! Error value
- The minimum value of deg_freedom must be equal to 1.
For example:
Calculate the inverse value to the left of the Student 's t-distribution of values in the following data table:
T.INV function - The function returns the inverse value of the Student t distribution in Excel Picture 2
- In the cell to calculate enter the formula : = T.INV (D6, D7)
T.INV function - The function returns the inverse value of the Student t distribution in Excel Picture 3
- Press Enter -> the inverse value to the left of the Student 's t-distribution is:
T.INV function - The function returns the inverse value of the Student t distribution in Excel Picture 4
- If the number of degrees of freedom is less than 1 -> the function returns the #NUM! Error value
T.INV function - The function returns the inverse value of the Student t distribution in Excel Picture 5
- Where the probability of combining with the t value is greater than 1 -> the function returns the #NUM! Error value
T.INV function - The function returns the inverse value of the Student t distribution in Excel Picture 6
Above are instructions and some specific examples when using the T.INV function in Excel.
Good luck!
You should read it
- T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
- GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel
- TINV function - The function returns the inverse of the Student's t-distribution in Excel
- F.INV function - The function returns the inverse of the probability distribution F in Excel
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- T.DIST.RT - The function returns the Student's t-distribution on the right in Excel
- CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel
- TDIST function - The function returns the probability of the Student distribution in Excel
- T.DIST - The function returns the Student t-distribution on the left in Excel
May be interested
T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
T.TEST function - The function returns the probability associated with Student's t-Test in Excel
TREND - The function returns values in a linear trend in Excel
TRIMMEAN function - The function returns the average of the inner part of a dataset in Excel
VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excel
VAR.S function - Function that calculates variance based on a sample, ignoring logical values and text in Excel