CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel
The following article introduces you to CHISQ.INV.RT function - one of the functions in the statistical function group is very popular in Excel.
CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel Picture 1
Description: The function returns the inverse of the probability of the right end of the distribution when squared. Support function from Excel 2010 version.
Syntax: CHISQ.INV.RT (probability, deg_freedom)
Inside:
- probability: Probability associated with the distribution when the square of the distribution.
- deg_freedom: Number of degrees of freedom.
Attention:
- If any value of the parameter is not numeric -> the function returns the error value #VALUE!
- If deg_freedom is not an integer -> it is truncated to an integer.
- If probability <0 or probability> 1 -> the function returns the #NUM! Error value
- If deg_freedom <1 or deg_freedom> 10 ^ 10 -> the function returns the #NUM! Error value
For example:
Calculate the inverse value of the right-headed probability when the square of the distribution is based on the data in the table below:
CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel Picture 2
- In the cell to calculate enter the formula: = CHISQ.INV.RT (C6, C7)
CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel Picture 3
- Press Enter -> the inverse of the probability of the right end of the distribution when the square is:
CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel Picture 4
- Case 1 of the values of the parameters is not a number -> the function returns the error value #VALUE!
CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel Picture 5
- If the number of degrees of freedom is less than 1 or greater than 10 ^ 10 -> the function returns the #NUM! Error value
CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel Picture 6
Above are instructions and some specific examples when using the CHISQ.INV.RT function in Excel.
Good luck!
You should read it
- CHISQ.INV function - The function returns the inverse of the probability of the left end of the distribution when squared in Excel
- CHISQ.DIST.RT function - The function returns the right end probability of the distribution when squared in Excel
- CHISQ.DIST - Function returns the distribution when squared in Excel
- F.INV function - The function returns the inverse of the probability distribution F in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excel
- CHIDIST function - Function returns the right end probability of the distribution when squared in Excel
- CHISQ.TEST function - The function returns the independence test in Excel
- GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel
- T.INV function - The function returns the inverse value of the Student t distribution in Excel
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
May be interested
CHISQ.TEST function - The function returns the independence test in Excel
CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel
TODAY function - The function returns the current date value in the format in Excel
WEEKDAY function - The function returns the weekday of a corresponding date in Excel
WEEKNUM function - The function returns the week number of the year in Excel
The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel