TINV function - The function returns the inverse of the Student's t-distribution in Excel
The following article details how to use the TINV function, the function to calculate the inverse value of the Student's t-distribution in Excel.
Description: The TINV function supports the calculation of the inverse value of the Student's t-distribution associated with the Student's 2-t distribution in Excel.
Syntax : TINV (probability, deg_freedom) .
Inside:
- probability : Probability associated with the two-tailed Student's t-distribution, is a required parameter.
- deg_freedom : Number of degrees of freedom denoting the characteristics of the distribution, is a required parameter.
Attention:
- Any function parameter is not a number type -> the function returns the #VALUE! Error value
- If probability value ≤ 0 or probability> 1 -> the function returns the #NUM! Error value
- If deg_freedom is a decimal -> the function takes an integer part of deg_freedom .
- deg_freedom <1 -> function returns the #NUM! error value
- TINV returns the value t, such that P (| X |> t) = probability, where X is a random variable that depends on the distribution of t and P (| X |> t) = P (X <-t) or X> t).
- TINV function depends on TDIST .
- TINV function uses the iterative search method, if the search has not converged after 100 iterations -> the function returns the # N / A error value.
For example:
Calculate the TINV function value when knowing the following parameters:
In the cell to calculate enter the formula: = TINV (D6, D7) .
Press Enter -> the value of the TINV function is:
Case if probability value> 1 -> error function #NUM!
Above is the usage and some notes when using the TINV function .
Good luck!
You should read it
- 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
- 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
- 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)
- CHIDIST function - Function returns the right end probability of the distribution when squared in Excelthe following article introduces the chidist function - the function returns the right end probability of a distribution when the distribution helps you have a basis to determine the correctness of the expected with the original hypothesis.
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- How to use the NORMDIST function in Excel - Function that returns the distribution in Excelthe normdist function returns a distribution with a specified mean and standard deviation. the normdist function has applications in statistics, including hypothesis testing.
- FISHERINV function - Function that returns the inverse of the Fissher transformation in Excelfisherinv function: the function returns the inverse of the fissher transformation. use this function to analyze the correlation between two data arrays, if y = fisher (x) -> fisherinv (y) = x. syntax: fisher (y)
- BETA.DIST function - The function returns the Beta distribution in Excelbeta.dist function: the function returns the beta distribution to study the variability of a number of things through a sample. support functions from excel 2010 onwards. syntax: beta.dist (x, alpha, beta, cumulative, [a], [b])