The Chi-Square (χ2) calculators has three functions
Click on the text field for parameter OB. You can either upload a CSV file or manually enter rows of data where each observation is separated by a comma as follows:
17,47
22,38
41,58
`"Expected Result" = ("Column Total" * "Row Total")/"Sample Size"`
`χ2 = sum( (O-E)^2/E) =sum(O^2/E) - sum(O)`
`"Degrees of Freedom" = (R-1)*(C-1)` if R≠1, then DF = C-1