Read this chapter, which introduces you to the three major uses of the chi-squared distribution: the goodness-of-fit test, the test of independence, and the test of a single variance. Attempt the practice problems and homework at the end of the chapter.
Goodness-of-Fit Test
In this type of hypothesis test, you determine whether the data "fit" a particular distribution or not. For example, you may suspect your unknown data fit a binomial distribution. You use a chi-square test (meaning the distribution for the hypothesis test is chi-square) to determine if there is a fit or not. The null and the alternative hypotheses for this test may be written in sentences or may be stated as equations or inequalities.
The test statistic for a goodness-of-fit test is:
where:
- O = observed values (data)
- E = expected values (from theory)
- k = the number of different data cells or categories
The observed values are the data values and the expected values are the values you would expect to get if the null hypothesis were true. There are n terms of the form .
The number of degrees of freedom is df = (number of categories – 1).
The goodness-of-fit test is almost always right-tailed. If the observed values and the corresponding expected values are not close to each other, then the test statistic can get very large and will be way out in the right tail of the chi-square curve.
Note
The number of expected values inside each cell needs to be at least five in order to use this test.
Example 11.4
Absenteeism of college students from math classes is a major concern to math instructors because missing class appears to increase the drop rate. Suppose that a study was done to determine if the actual student absenteeism rate follows faculty perception. The faculty expected that a group of 100 students would miss class according to Table 11.1.
Number of absences per term | Expected number of students |
---|---|
0–2 | 50 |
3–5 | 30 |
6–8 | 12 |
9–11 | 6 |
12+ | 2 |
Table 11.1
Number of absences per term | Actual number of students |
---|---|
0–2 | 35 |
3–5 | 40 |
6–8 | 20 |
9–11 | 1 |
12+ | 4 |
Table 11.2
Determine the null and alternative hypotheses needed to conduct a goodness-of-fit test.
H0: Student absenteeism fits faculty perception.
The alternative hypothesis is the opposite of the null hypothesis.
Ha: Student absenteeism does not fit faculty perception.
Number of absences per term | Expected number of students |
---|---|
0–2 | 50 |
3–5 | 30 |
6–8 | 12 |
9+ | 8 |
Number of absences per term | Actual number of students |
---|---|
0–2 | 35 |
3–5 | 40 |
6–8 | 20 |
9+ | 5 |
Table 11.4
Try It 11.4
Number produced | Number defective |
---|---|
0–100 | 5 |
101–200 | 6 |
201–300 | 7 |
301–400 | 8 |
401–500 | 10 |
Table 11.5
Number produced | Number defective |
---|---|
0–100 | 5 |
101–200 | 7 |
201–300 | 8 |
301–400 | 9 |
401–500 | 11 |
Table 11.6
Example 11.5
ProblemMonday | Tuesday | Wednesday | Thursday | Friday | |
---|---|---|---|---|---|
Number of absences | 15 | 12 | 9 | 9 | 15 |
Table 11.7 Day of the Week Employees were Most Absent
- H0: The absent days occur with equal frequencies, that is, they fit a uniform distribution.
- Ha: The absent days occur with unequal frequencies, that is, they do not fit a uniform distribution.
This time, calculate the χ2 test statistic by hand. Make a chart with the following headings and fill in the columns:
Now add (sum) the last column. The sum is three. This is the χ2 test statistic.
The calculated test statistics is 3 and the critical value of the χ2 distribution at 4 degrees of freedom the 0.05 level of confidence is 9.48. This value is found in the χ2 table at the 0.05 column on the degrees of freedom row 4.
The degrees of freedom are the number of cells – 1 = 5 – 1 = 4

Try It 11.5
Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | |
---|---|---|---|---|---|---|---|
Number of students | 11 | 8 | 10 | 7 | 10 | 5 | 5 |
Table 11.8
Example 11.6
Number of Televisions | Percent |
---|---|
0 | 10 |
1 | 16 |
2 | 55 |
3 | 11 |
4+ | 8 |
Table 11.9
The table contains expected (E) percents.
Number of Televisions | Frequency |
---|---|
0 | 66 |
1 | 119 |
2 | 340 |
3 | 60 |
4+ | 15 |
Total = 600 |
The table contains observed (O) frequency values.
This problem asks you to test whether the far western United States families distribution fits the distribution of the American families. This test is always right-tailed.
Number of televisions | Percent | Expected frequency |
---|---|---|
0 | 10 | (0.10)(600) = 60 |
1 | 16 | (0.16)(600) = 96 |
2 | 55 | (0.55)(600) = 330 |
3 | 11 | (0.11)(600) = 66 |
over 3 | 8 | (0.08)(600) = 48 |
Table 11.11
Therefore, the expected frequencies are 60, 96, 330, 66, and 48.
H0: The "number of televisions" distribution of far western United States families is the same as the "number of televisions" distribution of the American population.
Ha: The "number of televisions" distribution of far western United States families is different from the "number of televisions" distribution of the American population.
Distribution for the test:
Calculate the test statistic: χ2 = 29.65
Graph:

The graph of the Chi-square shows the distribution and marks the critical value with four degrees of freedom at 99% level of confidence, α = .01, 13.277. The graph also marks the calculated chi squared test statistic of 29.65. Comparing the test statistic with the critical value, as we have done with all other hypothesis tests, we reach the conclusion.
Make a decision: Because the test statistic is in the tail of the distribution we cannot accept the null hypothesis.
This means you reject the belief that the distribution for the far western states is the same as that of the American population as a whole.
Try It 11.6
Number of pets | Percent |
---|---|
0 | 18 |
1 | 25 |
2 | 30 |
3 | 18 |
4+ | 9 |
Table 11.12
Number of pets | Frequency |
---|---|
0 | 210 |
1 | 240 |
2 | 320 |
3 | 140 |
4+ | 90 |
Table 11.13
Example 11.7
ProblemThis problem can be set up as a goodness-of-fit problem. The sample space for flipping two fair coins is {HH, HT, TH, TT}. Out of 100 flips, you would expect 25 HH, 25 HT, 25 TH, and 25 TT. This is the expected distribution from the binomial probability distribution. The question, "Are the coins fair?" is the same as saying, "Does the distribution of the coins (20 HH, 27 HT, 30 TH, 23 TT) fit the expected distribution?"
Random Variable: Let X = the number of heads in one flip of the two coins. X takes on the values 0, 1, 2. (There are 0, 1, or 2 heads in the flip of two coins). Therefore, the number of cells is three. Since X = the number of heads, the observed frequencies are 20 (for two heads), 57 (for one head), and 23 (for zero heads or both tails). The expected frequencies are 25 (for two heads), 50 (for one head), and 25 (for zero heads or both tails). This test is right-tailed.
H0: The coins are fair.
Ha: The coins are not fair.
Distribution for the test:
Calculate the test statistic: χ2 = 2.14
Graph:

Conclusion: There is insufficient evidence to conclude that the coins are not fair: we cannot reject the null hypothesis that the coins are fair.