2. Frequency and Histograms
Sign In
Start by identifying the minimum and maximum data values. Then define the intervals.
Example Table:
Hours | Frequency |
---|---|
9 - 12 | 7 |
13 - 16 | 2 |
17 - 20 | 1 |
21 - 24 | 2 |
Hours | Frequency |
---|---|
9 - 12 | |
13 - 16 | |
17 - 20 | |
21 - 24 |
Now, let's count the number of values in each interval. 12, 9, 10, 14, 10, 11, 10, 18, 21, 10, 14, 22 Looking at the data, we can see that there are 7 values in the first interval, 2 values in the second interval, 1 value in the third interval, and 2 values in the fourth interval. Now we can complete the second column of our table.
Hours | Frequency |
---|---|
9 - 12 | 7 |
13 - 16 | 2 |
17 - 20 | 1 |
21 - 24 | 2 |