CHISQ.TEST

CHISQ.TEST(actual_range, expected_range)

Returns the probability value from a chi-squared distribution.

actual_rangeThe data containing observations to test against expected values.
expected_rangeThe data containing the ratio of the product of row totals and column totals to the grand total.

REMARKS
* This function was added in Excel 2010 to replace the CHITEST function.
* 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.DIST.RT function to return the probability distribution function for a chi-squared distribution (right tailed) (no cumulative).
* 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).
* This is similar to the F.TEST, T.TEST and Z.TEST functions.
* For the Microsoft documentation refer to support.microsoft.com

 ABCDE
1=CHISQ.TEST(B1:C3, D1:E3) = 1.0010401040
2blank20502050
3blank30603060


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