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.DIST.2T - The function returns the two-tailed Student distribution in Excelt.dist.2t: the function returns the two-tailed student's t-distribution. functions used in testing the hypothesis of small numbers of data sets. support functions from excel 2010 onwards. syntax: t.dist.2t (x, deg_freedom)
- CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excelchisq.inv.rt function: the function returns the inverse of the right end probability of the distribution when squared. support function from excel 2010 version. syntax: chisq.inv.rt (probability, deg_freedom)
- CHISQ.INV function - The function returns the inverse of the probability of the left end of the distribution when squared in Excelchisq.inv function: the function returns the inverse of the probability of the left end of the distribution when squared. support functions from the excel 2010 version. syntax: chisq.inv (probability, deg_freedom)
- TDIST function - The function returns the probability of the Student distribution in Excelin probability statistics, calculating probability is a regular job and puts a lot of pressure on you. the following article introduces the tdist function in detail to help you calculate the probability value of the student distribution.
- CONFIDENCE.T function - The function returns the confidence interval of the population by using the Student's t-distribution in Excelconfidence.t function: the function returns the confidence interval of the population by using the student's t-distribution. support functions from excel 2010 onwards. syntax: confidence.norm (alpha, standard_dev, size)
- NORM.S.INV function - The function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1 in Excelnorm.s.inv function: the function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1. support from excel 2010 onwards. syntax: norm.s.inv (probability)
- NORMINV function - The function returns the inverse of the cumulative distribution in Excelthe following article details how to use the norminv function - the function returns the inverse of the cumulative distribution in excel.
- MINVERSE function - The function returns the inverse matrix of a given matrix in Excelcalculating the inverse matrix of a given matrix is very confusing and manual calculations take a lot of time. the following article shows how to use the minverse function in excel, which returns the inverse matrix of a given matrix.
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.
- GAMMA.DIST function - The function returns the gamma distribution in Excelgamma.dist: the function returns the gamma distribution, using this function to study skewed distribution variables. support functions from excel 2010 onwards. syntax: gamma.dist (x, alpha, beta, cumulative)