Returns the value of the Chi-squared (χ2) distribution for static and appropriate degrees of freedom.
Syntax
observed: Arrays or cell ranges with the observed values. Eg., A2:A6
Remarks
Both observed and expected values must have the same number of rows and columns, with at least two values in each.
Examples
|
Formula |
Result |
|
=CHITEST(A2:A6;B2:B6) |
0.26796475045188 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#N/A! |
|
Similar Functions