T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
The following article introduces you to the T.INV.2T function - one of the functions in the statistical function group is very popular in Excel.
Description: 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)
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.
- If deg_freedom is not an integer -> it is truncated to an integer.
- T.INV.2T returns the value of t , such that P (| X |> t) = probability with X being a random variable depending on the distribution and P (| X |> t) = P (X < -t or X> t).
For example:
Calculate the two-tailed inverse value of the Student 's t-distribution of values in the following data table:
- In the cell to calculate, enter the formula : = T.INV.2T (D6, D7)
- Press Enter -> the two-tailed inverse value 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 T.INV.2T in Excel.
Good luck!
You should read it
- T.INV function - The function returns the inverse value of the Student t distribution in Excel
- GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel
- TINV function - The function returns the inverse of the Student's t-distribution in Excel
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F 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
- T.DIST.RT - The function returns the Student's t-distribution on the right in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- T.DIST - The function returns the Student t-distribution on the left in Excel
- T.DIST.2T - The function returns the two-tailed Student distribution in Excel
- CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python