CHISQ.DIST.RT

CHISQ.DIST.RT(x, degrees_freedom)

Returns the probability distribution function for a chi-squared distribution (right tailed) (no cumulative).

xThe number from the distribution.
degrees_freedomThe number of degrees of freedom.

REMARKS
* The chi-squared distribution is a continuous distribution
* You can use the CHISQ.DIST function to return the probability distribution function OR the cumulative probability function for a chi-squared distribution (left tailed).
* You can use the CHISQ.INV function to return the inverse of the probability distribution function for a chi-squared distribution (left tailed).
* You can use the CHISQ.INV.RT function to return the inverse of the probability distribution function for a chi-squared distribution (right tailed) (no cumulative).
* You can use the CHISQ.TEST function to return the probability value from a chi-squared distribution.
* This function was added in Excel 2010 to replace the CHIDIST function.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=CHISQ.DIST.RT(18.307, 10) = 0.050
2=CHISQ.DIST.RT(2, 2) = 0.37
3=CHISQ.DIST.RT(-1, 2) = #NUM!
4=CHISQ.DIST.RT(15, "some text") = #VALUE!
5=CHISQ.DIST.RT("some text", 2) = #VALUE!


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top