Mean of Data
The mean (also called the arithmetic mean or average) is the most familiar way to summarise a data set with a single number. Add all the values and divide by how many there are. Simple to compute, but the result captures the "centre of mass" of the data , a balance point that distils the entire distribution into one number.
Definitions
For a data set , the mean is
If the data is given with frequencies for distinct values (or class marks), the mean is
For grouped data, is the class mark (midpoint) of each class interval.
Computing the mean , ungrouped data
Example. Heights of students: cm.
cm.
Computing the mean , ungrouped frequency
Example. Number of children per family in 20 families:
| (children) | 0 | 1 | 2 | 3 | 4 |
|---|---|---|---|---|---|
| (frequency) | 3 | 7 | 7 | 2 | 1 |
. . Mean: children per family.
Computing the mean , grouped data
Example. Marks in classes 0-10, 10-20, 20-30, 30-40, 40-50 with frequencies 4, 8, 12, 10, 6.
Class marks: 5, 15, 25, 35, 45. Multiply: . Total frequency: . Mean: .
Properties of the mean
Linearity. If you add a constant to every observation, the mean shifts by . If you multiply every observation by , the mean scales by .
Sum of deviations. . The mean is the unique value for which the sum of "deviations" is zero. This is the "balance point" interpretation.
Affected by extremes. A single very large or very small value can shift the mean significantly. For data with outliers, the median (next lesson) is often more representative.
Worked examples
Example 1. Find the mean of .
.
Example 2. The mean of values is . If one value, , is added, find the new mean.
Sum was . New sum: . New count: . New mean: .
Example 3. Find the mean of:
| 5 | 10 | 15 | 20 | |
|---|---|---|---|---|
| 4 | 8 | 6 | 2 |
. . Mean: .
Example 4. Find the mean of grouped data: classes 0-20, 20-40, 40-60, 60-80 with frequencies 5, 8, 4, 3.
Class marks: 10, 30, 50, 70. . . Mean: .
Example 5. The mean of observations is . If each observation is increased by , find the new mean.
New mean = (by linearity).
Try it yourself
- Mean of .
- Mean of .
- The mean of values is . Find the total.
- Mean of the data: : 2, 5, 10, 15. : 3, 4, 2, 1.
- Mean of grouped data: classes 0-10, 10-20, 20-30, 30-40, 40-50. : 2, 6, 10, 8, 4.
- The mean of values is . The values are . Find .
- If a constant is subtracted from every observation, what happens to the mean?
- If each observation is doubled, what happens to the mean?
- The mean of students' marks is . The mean of girls is and that of boys is found incorrectly. Find the boys' mean.
- Mean of is . Find .
Pitfalls / Insight
- The mean has units. Always state them.
- The mean is affected by outliers. A salary list with one very high salary has a high mean but a possibly low median.
- For grouped data, use class marks (midpoints), not class limits.
Insight. The mean is the balance point of the data , the single number that minimises total squared deviation. It is the default summary statistic in nearly every scientific discipline, from physics to economics to medicine.