Lesson 2.3: Cumulative Frequency
Introduction
In this lesson, students will explore the concept of cumulative frequency. Understanding cumulative frequency is critical for analyzing data sets, as it allows us to see how many observations fall below a particular value or class. This is essential when discussing medians and quartiles, as cumulative frequency lays the groundwork for those calculations. Our objectives for this lesson are:
- Understand cumulative frequency as a running total of frequencies up to each value or class.
- Learn how to build a cumulative frequency column from a frequency table.
- Develop the ability to read off how many observations fall below a given value.
- Connect cumulative frequency with the identification of median and quartiles.
- Construct a cumulative frequency column from a given frequency table.
Understanding Cumulative Frequency
Cumulative frequency is essentially the sum of all previous frequencies in a frequency distribution up to a certain point. To start, consider a simple set of raw data:
$$\{3, 7, 8, 5, 12, 15, 12, 18, 10, 20\}$$
We first need to organize this data into a frequency table. A frequency table displays how often each value appears. To create a frequency table for this set, we count the occurrences of each value:
| Value | Frequency |
|---|---|
| 3 | 1 |
| 5 | 1 |
| 7 | 1 |
| 8 | 1 |
| 10 | 1 |
| 12 | 2 |
| 15 | 1 |
| 18 | 1 |
| 20 | 1 |
Now we can create a cumulative frequency column. The first entry in the cumulative frequency reflects the frequency of the first value, while each subsequent entry adds the previous cumulative total plus the current frequency. Let's calculate that:
| Value | Frequency | Cumulative Frequency |
|---|---|---|
| 3 | 1 | 1 |
| 5 | 1 | 2 |
| 7 | 1 | 3 |
| 8 | 1 | 4 |
| 10 | 1 | 5 |
| 12 | 2 | 7 |
| 15 | 1 | 8 |
| 18 | 1 | 9 |
| 20 | 1 | 10 |
Here is a step-by-step to how we calculate the cumulative frequency:
- Start with the first value (3): The frequency is 1, so the cumulative frequency is also 1.
- Move to the value 5. Add the previous cumulative frequency (1) to the frequency of 5 (1): $1 + 1 = 2$.
- Continue this pattern down the table.
This process continues until you reach the end of the table, where the final cumulative frequency should equal the total number of observations, which in this case is 10.
Common Misconceptions
One common misconception is thinking that the total cumulative frequency may be less than the total number of observations. Always remember that the cumulative frequency should equal the number of observations in your data set.
Reading Cumulative Frequency
Understanding how to interpret cumulative frequency is crucial, especially when determining thresholds. For instance, if we want to know how many observations fall below the value of 12, we look at the cumulative frequency column:
From the table, we see the cumulative frequency of 12 is 7. Therefore, there are 7 observations that are less than or equal to 12.
To understand this visually, let's consider the cumulative frequency graph. When we plot the cumulative frequency on a graph (with values on the x-axis and cumulative frequency on the y-axis), we can easily read off the number of observations below a certain value by locating the value on the x-axis and drawing a vertical line up to the curve. This intersection point on the y-axis will give us our cumulative frequency.
Example of Reading Off Values
Suppose we want to find how many values are less than 10:
- From the cumulative frequency table, we see that 10 has a cumulative frequency of 5. Thus, there are 5 observations that are below or equal to 10.
This concept becomes especially helpful in statistics when we begin to identify the median and quartiles, which are essential for understanding the distribution of our data set.
Building a Cumulative Frequency Column from a Frequency Table
Now, let’s take another example where we are provided with a frequency table, and we need to construct the cumulative frequency column ourselves. Consider the following data:
| Class Interval | Frequency |
|---|---|
| 0-10 | 3 |
| 11-20 | 5 |
| 21-30 | 8 |
| 31-40 | 4 |
| 41-50 | 2 |
Constructing the Cumulative Frequency
To build the cumulative frequency column, we will follow the same method:
- Start with the first class interval (0-10): The frequency is 3, so the cumulative frequency is 3.
- Move to the second class interval (11-20): Cumulative frequency is $3 + 5 = 8$.
- For the third interval (21-30): Cumulative frequency is $8 + 8 = 16$.
- Continue this process:
- For (31-40): $16 + 4 = 20$.
- For (41-50): $20 + 2 = 22$.
Now our completed table looks like this:
| Class Interval | Frequency | Cumulative Frequency |
|---|---|---|
| 0-10 | 3 | 3 |
| 11-20 | 5 | 8 |
| 21-30 | 8 | 16 |
| 31-40 | 4 | 20 |
| 41-50 | 2 | 22 |
In this case, the cumulative frequency of each class interval indicates how many observations fall within or below that interval, which is essential for analysis.
Conclusion
In this lesson, students explored the concept of cumulative frequency and how it transforms data into a more understandable format. You learned how to create a cumulative frequency column from a frequency table and how to read cumulative frequency to find how many observations fall below a certain value. This knowledge is fundamental as it leads into discussions of the median and quartiles, which are important aspects of descriptive statistics.
Study Notes
- Cumulative frequency is a running total of frequencies up to each value or class.
- Build a cumulative frequency column by adding frequencies sequentially.
- Cumulative frequency can help determine how many observations fall below a certain value.
- The total cumulative frequency at the end should equal the total number of observations.
- Cumulative frequency aids in identifying medians and quartiles in statistics.
