Calculate Arithmetic Mean From The Following Cumulative Frequency Distribution
A cumulative frequency distribution shows the total number of observations that fall below or at each value in a dataset. Calculating the arithmetic mean from this distribution involves converting the cumulative data into individual frequencies and then computing the average.
What is a Cumulative Frequency Distribution?
A cumulative frequency distribution is a table that shows the cumulative total of frequencies up to each class interval. Unlike a regular frequency distribution, which shows the count of observations in each interval, a cumulative frequency distribution shows the running total of observations.
For example, if you have test scores grouped in intervals and you want to know how many students scored 70 or below, you would look at the cumulative frequency for that interval.
Key Characteristics
- Shows the total number of observations up to each class interval
- Helps identify percentiles and quartiles
- Useful for analyzing data distribution
- Can be represented graphically with an ogive curve
How to Calculate the Arithmetic Mean
To calculate the arithmetic mean from a cumulative frequency distribution, follow these steps:
- Convert the cumulative frequency distribution to a regular frequency distribution
- Calculate the midpoint for each class interval
- Multiply each midpoint by its corresponding frequency
- Sum all the products
- Divide the total by the sum of all frequencies
Step-by-Step Process
- Identify the class intervals and their cumulative frequencies
- Subtract consecutive cumulative frequencies to get individual frequencies
- Calculate the midpoint for each interval using (Lower Bound + Upper Bound) / 2
- Multiply each midpoint by its frequency
- Sum all the products and divide by the total number of observations
Remember that the first cumulative frequency represents the frequency of the first interval, while subsequent frequencies are calculated by subtracting the previous cumulative frequency from the current one.
Worked Example
Let's calculate the arithmetic mean for the following cumulative frequency distribution:
| Class Interval | Cumulative Frequency |
|---|---|
| 10-20 | 5 |
| 20-30 | 12 |
| 30-40 | 25 |
| 40-50 | 35 |
Solution
- Convert to frequency distribution:
- 10-20: 5
- 20-30: 12 - 5 = 7
- 30-40: 25 - 12 = 13
- 40-50: 35 - 25 = 10
- Calculate midpoints:
- 10-20: (10 + 20)/2 = 15
- 20-30: (20 + 30)/2 = 25
- 30-40: (30 + 40)/2 = 35
- 40-50: (40 + 50)/2 = 45
- Calculate products:
- 15 × 5 = 75
- 25 × 7 = 175
- 35 × 13 = 455
- 45 × 10 = 450
- Sum of products: 75 + 175 + 455 + 450 = 1155
- Total frequency: 5 + 7 + 13 + 10 = 35
- Arithmetic Mean: 1155 / 35 = 33
Result
The arithmetic mean of this cumulative frequency distribution is 33.