CHISQ.DIST.RT function - The function returns the right end probability of the distribution when squared in Excel
The following article introduces you to the CHISQ.DIST.RT function - one of the functions in the statistical function group is very popular in Excel.
CHISQ.DIST.RT function - The function returns the right end probability of the distribution when squared in Excel Picture 1
Description: The function returns the probability of the right end of the distribution when squared. Support function from Excel 2010 version.
Syntax: CHISQ.DIST.RT (x, deg_freedom)
Inside:
- x: Value to evaluate 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 deg_freedom <1 or deg_freedom> 10 ^ 10 -> the function returns the #NUM! Error value
For example:
Calculate the probability of right end when the square of the distribution according to the data in the table below:
CHISQ.DIST.RT function - The function returns the right end probability of the distribution when squared in Excel Picture 2
- In the cell to calculate enter the formula: = CHISQ.DIST.RT (C6, C7)
CHISQ.DIST.RT function - The function returns the right end probability of the distribution when squared in Excel Picture 3
- Press Enter -> probability of the right end of the distribution when the square is:
CHISQ.DIST.RT function - The function returns 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.DIST.RT function - The function returns 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.DIST.RT function - The function returns the right end probability of the distribution when squared in Excel Picture 6
Above are instructions and some specific examples when using the CHISQ.DIST.RT function in Excel.
Good luck!
You should read it
- CHISQ.DIST - Function returns the distribution when squared in Excel
- CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel
- CHISQ.INV function - The function returns the inverse of the probability of the left end of the distribution when squared in Excel
- F.DIST - The function returns the probability distribution F in Excel
- CHIDIST function - Function returns the right end probability of the distribution when squared in Excel
- F.DIST.RT function - The function returns the right probability distribution F for 2 data sets in Excel
- BINOM.DIST function - Function returns the probability of binomial distribution of individual terms in Excel
- CHISQ.TEST function - The function returns the independence test in Excel
- BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel
- NEGBINOM.DIST function - Function returns the negative binomial distribution in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- GAMMA.DIST function - The function returns the gamma distribution in Excel
May be interested
CHISQ.INV function - The function returns the inverse of the probability of the left end of the distribution when squared in Excel
CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel
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