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.
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:
- In the cell to calculate enter the formula : = T.INV (D6, D7)
- Press Enter -> the inverse value to the left of the Student 's t-distribution is:
- If the number of degrees of freedom is less than 1 -> the function returns the #NUM! Error value
- Where the probability of combining with the t value is greater than 1 -> the function returns the #NUM! Error value
Above are instructions and some specific examples when using the T.INV function in Excel.
Good luck!
You should read it
- 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
May be interested
- T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excelt.inv.2t: the function returns the two-sided inverse of the student's t-distribution. support functions from excel 2010 onwards. syntax: t.inv (probability, deg_freedom)
- T.TEST function - The function returns the probability associated with Student's t-Test in Excelt.test: the function returns the probability associated with student's t-test. support functions from excel 2010 onwards. syntax: t.test (array1, array2, tails, type)
- TREND - The function returns values in a linear trend in Exceltrend: the function returns values in a linear trend. syntax: trend (known_ys, [known_xs], [new_xs], [const])
- TRIMMEAN function - The function returns the average of the inner part of a dataset in Exceltrimmean function: the function returns the average of the inside of the data set. the function calculates by removing which percentage of the value is in the first or last boundary of the data set. syntax: trimmean (array, percent)
- VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excelvar.p function: function that calculates variance based on the entire set, ignoring logical values and text. support functions from excel 2010 onwards. syntax: var.p (number1, [number2], ...)
- VAR.S function - Function that calculates variance based on a sample, ignoring logical values and text in Excelvar.s function: function that calculates variance based on a sample, ignoring logical values and text. support functions from excel 2010 onwards. syntax: var.s (number1, [number2], ...)