Advanced Statistical Tests
Enter the observed and expected frequencies to perform the test.
Explore some common use cases for the Chi-Square Goodness of Fit test.
Testing if a six-sided die is fair after 180 rolls.
Observed: 25, 35, 28, 32, 29, 31
Expected: 30, 30, 30, 30, 30, 30
Alpha: 0.05
Checking if the observed phenotype ratio in pea plants (315 round/yellow, 101 round/green, 108 wrinkled/yellow, 32 wrinkled/green) matches the expected 9:3:3:1 ratio from 556 plants.
Observed: 315, 101, 108, 32
Expected: 312.75, 104.25, 104.25, 34.75
Alpha: 0.05
A company claims that 40% of customers prefer product A, 30% prefer B, 20% prefer C, and 10% prefer D. A sample of 200 customers shows preferences of 85, 55, 45, and 15 respectively.
Observed: 85, 55, 45, 15
Expected: 80, 60, 40, 20
Alpha: 0.01
Testing if the last digit of 100 random phone numbers is uniformly distributed.
Observed: 8, 11, 9, 12, 10, 10, 7, 13, 11, 9
Expected: 10, 10, 10, 10, 10, 10, 10, 10, 10, 10
Alpha: 0.10