Measures of Central Tendency: Finding the Centre of Data
Welcome to your study guide on Measures of Central Tendency for CCEA GCSE Statistics (2260). In statistics, we often collect large sets of raw data. Looking at hundreds of numbers at once can be overwhelming! That is where measures of central tendency come in. A measure of central tendency is a single representative value that describes the "centre", middle, or typical value of a data set.
Don't worry if maths hasn't always felt easy in the past. In this chapter, we will break down each average step-by-step, explore real-world examples, and learn the exact methods and tips needed to succeed in your Unit 1 and Unit 2 exams.
1. The Three Core Averages (Ungrouped Data)
There are three primary measures of central tendency that you need to master: the Mean, the Median, and the Mode.
A. The Arithmetic Mean (\(\bar{x}\))
The arithmetic mean (often called simply the mean and represented by the symbol \(\bar{x}\), read as "x-bar") is calculated by adding all the data values together and dividing by the total number of values.
Formula for ungrouped data:
\(\bar{x} = \frac{\sum x}{n}\)
Where:
\(\sum x\) means "sum of all the \(x\) values" (the Greek capital letter sigma, \(\sum\), means 'add them all up')
\(n\) = the total count of data values
Step-by-Step Example:
Find the mean of the test marks: \(12, 15, 18, 15, 20\)
1. Add all the values: \(\sum x = 12 + 15 + 18 + 15 + 20 = 80\)
2. Count how many numbers there are: \(n = 5\)
3. Divide the sum by the count: \(\bar{x} = \frac{80}{5} = 16\)
B. The Median (\(Q_2\))
The median is the physical middle value when all the raw data points are arranged in order of size (ascending or descending).
Finding the Position of the Median:
For a list of \(n\) discrete items, the position of the median is given by the formula:
\(\text{Position} = \frac{n + 1}{2}\)
Rule 1: When \(n\) is odd:
There is one single value right in the middle.
For example, for 5 ordered numbers: \(4, 7, \mathbf{9}, 12, 15\)
Position = \(\frac{5 + 1}{2} = 3^{\text{rd}}\) value. The median is \(9\).
Rule 2: When \(n\) is even:
There are two central values. The median is the arithmetic mean of these two middle values.
For example, for 6 ordered numbers: \(3, 5, \mathbf{8}, \mathbf{10}, 14, 18\)
Position = \(\frac{6 + 1}{2} = 3.5^{\text{th}}\) value (halfway between the \(3^{\text{rd}}\) and \(4^{\text{th}}\) items).
\(\text{Median} = \frac{8 + 10}{2} = 9\)
C. The Mode and Modal Class
The mode is the data value that appears most frequently (has the highest frequency).
Key terms to know:
• Unimodal: A data set with one single mode (e.g., \(2, 3, 3, 5 \implies \text{Mode} = 3\)).
• Bimodal: A data set with two modes having the same highest frequency (e.g., \(1, 1, 4, 6, 6, 9 \implies \text{Modes} = 1 \text{ and } 6\)).
• Multimodal: A data set with three or more values tied for highest frequency.
• No Mode: When all values appear with equal frequency (e.g., \(4, 7, 9, 11\)).
Key Takeaway for Section 1
Memory Trick:
• Mean is the Mash-up (add and divide)
• Median is the Middle (line them up first!)
• Mode is the Most Often
2. Averages from Frequency Tables and Grouped Data
A. Mean from a Discrete Frequency Table
When data is presented in a frequency table with individual discrete values, we multiply each value (\(x\)) by its frequency (\(f\)) to find the subtotal, add these products together (\(\sum fx\)), and divide by the total frequency (\(\sum f\)).
Formula:
\(\bar{x} = \frac{\sum fx}{\sum f}\)
Step-by-Step Calculation:
Suppose the table shows the number of goals scored (\(x\)) by a team in \(10\) matches (\(f\)):
• \(x = 0, f = 2 \implies fx = 0 \times 2 = 0\)
• \(x = 1, f = 5 \implies fx = 1 \times 5 = 5\)
• \(x = 2, f = 3 \implies fx = 2 \times 3 = 6\)
Sum of frequencies: \(\sum f = 2 + 5 + 3 = 10\)
Sum of products: \(\sum fx = 0 + 5 + 6 = 11\)
\(\bar{x} = \frac{\sum fx}{\sum f} = \frac{11}{10} = 1.1\text{ goals per match}\)
B. Estimated Mean from a Grouped Frequency Table
When data is grouped into classes or intervals (e.g., \(10 \le t < 20\)), we do not know the exact raw values. Therefore, we use the midpoint (class mid-value, \(m\)) of each class to calculate an estimated mean.
Midpoint Formula:
\(m = \frac{\text{Lower limit} + \text{Upper limit}}{2}\)
Estimated Mean Formula:
\(\bar{x} \approx \frac{\sum fm}{\sum f}\)
Step-by-Step Process:
1. Find the midpoint (\(m\)) for every class interval.
2. Multiply each midpoint by its corresponding frequency: \(f \times m = fm\).
3. Calculate the total frequency: \(\sum f\).
4. Calculate the sum of the products: \(\sum fm\).
5. Divide \(\sum fm\) by \(\sum f\).
The Modal Class is simply the class interval that has the highest frequency.
C. Combined Mean (Higher Tier)
When two separate groups with known sizes and means are combined into one larger group, you cannot simply average their two means unless the groups are identical in size. You must calculate a weighted combined mean.
If Group 1 has size \(n_1\) and mean \(\bar{x}_1\), and Group 2 has size \(n_2\) and mean \(\bar{x}_2\):
Combined Mean Formula:
\(\bar{x}_{\text{combined}} = \frac{n_1 \bar{x}_1 + n_2 \bar{x}_2}{n_1 + n_2}\)
Example:
Class A has \(10\) students with a mean score of \(60\). Class B has \(20\) students with a mean score of \(75\).
\(\bar{x}_{\text{combined}} = \frac{(10 \times 60) + (20 \times 75)}{10 + 20} = \frac{600 + 1500}{30} = \frac{2100}{30} = 70\)
D. Linear Interpolation for the Median from Grouped Data (Higher Tier)
To find an accurate estimate of the median from a grouped continuous frequency table without drawing a cumulative frequency curve, we use linear interpolation. This assumes values are spread evenly across the median group.
Linear Interpolation Formula:
\(\text{Median} = L + \left( \frac{\frac{n}{2} - F}{f_m} \right) \times w\)
Where:
• \(L\) = lower class boundary of the median class interval
• \(n = \sum f\) = total frequency
• \(F\) = cumulative frequency of the classes before the median class
• \(f_m\) = frequency of the median class
• \(w\) = class width of the median class (Upper boundary \(-\) Lower boundary)
Key Takeaway for Section 2
Always check whether data is grouped or discrete. For grouped data, the mean is always an estimate because individual values are replaced by midpoints (\(m\)). When combining groups, never average the averages directly; use total totals!
3. Linear Transformation / Coding of Data
Sometimes, raw data is transformed (coded) to make large or complex numbers easier to calculate. A linear transformation takes each raw value \(x_i\) and creates a new value \(y_i\) using the rule:
\(y_i = ax_i + b\) (where \(a\) and \(b\) are constants)
How Coding Affects Measures of Central Tendency:
Every measure of central tendency (Mean, Median, and Mode) is affected by both multiplying/dividing (\(a\)) and adding/subtracting (\(b\)):
• Mean: \(\bar{y} = a\bar{x} + b\)
• Median: \(\text{Median}_y = a(\text{Median}_x) + b\)
• Mode: \(\text{Mode}_y = a(\text{Mode}_x) + b\)
Example:
Suppose a data set has a mean \(\bar{x} = 50\). If every value is multiplied by \(2\) and then increased by \(5\) (\(y = 2x + 5\)), the new mean is:
\(\bar{y} = 2(50) + 5 = 105\)
To decode a calculated mean \(\bar{y}\) back to original units \(\bar{x}\), simply rearrange the formula: \(\bar{x} = \frac{\bar{y} - b}{a}\).
4. Comparative Suitability & Distribution Properties
In your CCEA examination, you will frequently be asked to choose or justify the "best" average to use for a given context.
Comparing the Measures
1. The Arithmetic Mean:
• Advantage: Uses every single value in the dataset.
• Disadvantage: Heavily distorted (pulled away) by extreme values or outliers.
• Best used for: Symmetrical numerical data sets without extreme outliers.
2. The Median:
• Advantage: Resistant to outliers and extreme values (it is not affected by extremely large or small numbers).
• Disadvantage: Does not make use of the exact numerical value of every observation.
• Best used for: Skewed distributions or data with outliers (e.g., household incomes, salaries, house prices).
3. The Mode:
• Advantage: The only average that can be used for non-numerical / qualitative / categorical data (e.g., most popular car colour, shoe sizes for shop stock).
• Disadvantage: May not exist, there may be multiple modes, or it may lie far from the centre.
• Best used for: Categorical data and stock ordering decisions.
Skewness and Central Tendency Relationships
The shape of a distribution affects the relative positions of the mean, median, and mode:
A. Symmetrical Distribution:
The data is balanced evenly on both sides.
\(\text{Mean} \approx \text{Median} \approx \text{Mode}\)
B. Positive (Right) Skew:
The distribution has a long tail extending to the high values (right). The mean is pulled upwards by the high values.
\(\text{Mode} < \text{Median} < \text{Mean}\)
C. Negative (Left) Skew:
The distribution has a long tail extending to the low values (left). The mean is pulled downwards by the low values.
\(\text{Mean} < \text{Median} < \text{Mode}\)
Key Takeaway for Section 4
If data contains extreme outliers or has a strong skew (like wages or house prices), always choose the Median over the Mean because the median is not distorted by extreme values.
5. Common Pitfalls & Examiner Warnings
Avoid these common mistakes identified in CCEA examiner reports:
1. Summing Midpoints Instead of Products:
Mistake: Adding midpoints \(\sum m\) and dividing by the number of classes.
Correction: Always multiply each midpoint by its class frequency (\(f \times m\)), add them together (\(\sum fm\)), and divide by total frequency (\(\sum f\)).
2. Dividing by the Number of Rows:
Mistake: In a frequency table, dividing \(\sum fx\) by the number of rows in the table.
Correction: Always divide by the sum of frequencies (\(\sum f = n\)).
3. Forgetting to Order Raw Data:
Mistake: Picking the middle number of an unsorted list for the median.
Correction: Always sort the numbers from lowest to highest before applying \(\frac{n+1}{2}\).
4. Confusing the Position with the Median Value:
Mistake: If \(\frac{n+1}{2} = 5\), stating that the median is "\(5\)".
Correction: \(5\) is only the position (\(5^{\text{th}}\) value). Look up the \(5^{\text{th}}\) number in your ordered list.
5. Taking a Simple Average of Averages:
Mistake: Working out combined mean as \(\frac{\bar{x}_1 + \bar{x}_2}{2}\) when group sizes differ.
Correction: Use \(\bar{x}_{\text{combined}} = \frac{n_1 \bar{x}_1 + n_2 \bar{x}_2}{n_1 + n_2}\).
6. Incorrect Measure Selection in Context:
Mistake: Recommending the arithmetic mean to represent "typical" salaries.
Correction: State clearly that the median is superior because salaries are skewed by a few very high earners, which would distort the mean.
Quick Knowledge Check
• Mean (\(\bar{x}\)): Add all values, divide by \(n\).
• Median (\(Q_2\)): Order data first, locate \(\frac{n+1}{2}\).
• Mode: Most frequent value / category.
• Grouped Mean: \(\bar{x} \approx \frac{\sum fm}{\sum f}\) using class midpoints \(m\).
• Linear Transformation: If \(y = ax + b\), then \(\bar{y} = a\bar{x} + b\).
• Positive Skew: \(\text{Mode} < \text{Median} < \text{Mean}\).
• Negative Skew: \(\text{Mean} < \text{Median} < \text{Mode}\).