Statistics & Data Science · pattern F, Dataset
Enter observed and expected counts for up to four categories for the chi-square statistic, its degrees of freedom, and a comparison against the critical value you supply.
χ² = Σ (O − E)² ÷ E
Counts, never percentages. Chi-square operates on frequencies, and converting to proportions first invalidates the test entirely.
3.4400
The approximation requires expected counts of at least five in every category. Where one is smaller, combine categories or use an exact test instead.
The statistic is a sum, so the individual terms tell you which category drives the result — and that is usually the interesting part of the answer. A significant chi-square with one dominant term is a statement about that category, not about the distribution as a whole. Presenting the per-category contributions is what turns a test statistic into a finding.
If the number is not the part you are stuck on, that is what the service is for — a specialist who explains the working, not just the answer.
Statistical output here is for coursework and learning. Reported p-values and intervals assume the conditions stated on the page; nothing here checks whether those conditions hold for your data.