Measures of Spread: Mastering Data Dispersion
Welcome to your study notes on Measures of Spread (also known as measures of dispersion) for CCEA GCSE Statistics (2260)!
When analysing data, finding the middle (the average) is only half the story. Imagine two football teams that both score an average of \(2\) goals per match. Team A scores \(2\) goals in every single game, while Team B scores \(0\) goals in nine games and \(20\) goals in one game! Although their averages are identical, their performances are completely different. This is why we need measures of spread: to describe how closely packed together or widely scattered our data values are.
Don't worry if statistical formulas look a bit intimidating at first! We will break every single idea down into simple, easy-to-follow steps.
---1. Core Measures of Spread (Foundation & Higher Tier)
A. The Range
The range is the simplest way to measure spread. It tells you the total distance between the very highest and very lowest values in a dataset.
Formula:
\(\text{Range} = \text{Maximum value} - \text{Minimum value}\)
Worked Example:
A student records the daily temperature in Belfast across five days: \(12^\circ\text{C}, 14^\circ\text{C}, 11^\circ\text{C}, 18^\circ\text{C}, 15^\circ\text{C}\).
\(\text{Maximum} = 18^\circ\text{C}\)
\(\text{Minimum} = 11^\circ\text{C}\)
\(\text{Range} = 18 - 11 = 7^\circ\text{C}\)
Key Limitation: The range is heavily affected by extreme values (outliers). A single unusually large or small number makes the range misleadingly big.
B. Quartiles and the Interquartile Range (IQR)
Because the range can be distorted by extreme values, statisticians divide ordered data into four equal quarters using quartiles:
• Lower Quartile (\(Q_1\)): The value at the 25% mark (cuts off the lowest 25% of data).
• Median (\(Q_2\)): The middle value at the 50% mark.
• Upper Quartile (\(Q_3\)): The value at the 75% mark (cuts off the top 25% of data).
The Interquartile Range (IQR) measures the spread of the middle 50% of the data.
Formula:
\(\text{IQR} = Q_3 - Q_1\)
Finding Quartiles in a Discrete List:
For an ordered list of \(n\) items:
• Position of \(Q_1 = \frac{n + 1}{4}\)
• Position of \(Q_3 = \frac{3(n + 1)}{4}\)
Finding Quartiles from a Cumulative Frequency Diagram:
• For \(Q_1\), look at the vertical axis at \(0.25 \times n\) (or \(0.25 \times \sum f\)) and read across to the curve, then down to the horizontal axis.
• For \(Q_3\), look at the vertical axis at \(0.75 \times n\) (or \(0.75 \times \sum f\)) and read across to the curve, then down to the horizontal axis.
Why is the IQR so useful? Unlike the range, the IQR ignores extreme values and outliers at either end of the dataset.
C. Semi-Interquartile Range (SIQR)
The semi-interquartile range is simply half of the interquartile range.
Formula:
\(\text{SIQR} = \frac{Q_3 - Q_1}{2} = \frac{\text{IQR}}{2}\)
Quick Review / Key Takeaway:
The range looks at the whole dataset (\(\text{Max} - \text{Min}\)), while the IQR focuses purely on the middle 50% (\(Q_3 - Q_1\)), making it resistant to extreme outliers.
2. Advanced Measures of Spread (Higher Tier)
A. Interdecile and Interpercentile Ranges
Just as quartiles divide data into quarters, percentiles divide data into 100 equal parts and deciles divide data into 10 equal parts.
• Interdecile Range (IDR): Measures the spread between the 10th percentile (\(D_1\)) and the 90th percentile (\(D_9\)).
\(\text{IDR} = D_9 - D_1\)
• Interpercentile Range (IPR): Measures the spread between any two specified percentiles (for example, between the 5th and 95th percentiles: \(P_{95} - P_5\)).
\(\text{IPR} = P_b - P_a\)
B. Variance and Standard Deviation
The standard deviation (\(\sigma\) or \(s\)) is one of the most powerful measures of spread in statistics. It measures the average distance of every single data point from the arithmetic mean (\(\bar{x}\)).
The variance (\(\sigma^2\) or \(s^2\)) is the mean of the squared differences from the mean.
Formula for Ungrouped / Raw Data:
\(\sigma^2 = \frac{\sum (x - \bar{x})^2}{n} = \frac{\sum x^2}{n} - \bar{x}^2\)
\(\sigma = \sqrt{\frac{\sum x^2}{n} - \bar{x}^2}\)
Formula for Frequency Tables and Grouped Data:
(For grouped continuous data, \(x\) represents the midpoint of each class interval.)
\(\sigma^2 = \frac{\sum f(x - \bar{x})^2}{\sum f} = \frac{\sum fx^2}{\sum f} - \left(\frac{\sum fx}{\sum f}\right)^2\)
\(\sigma = \sqrt{\frac{\sum fx^2}{\sum f} - \left(\frac{\sum fx}{\sum f}\right)^2}\)
Memory Tip: Think of the formula for standard deviation as:
"The square root of (the mean of the squares minus the square of the mean)."
Step-by-Step Method for Grouped Frequency Tables:
Step 1: Find the midpoint \(x\) for each class interval.
Step 2: Calculate \(fx\) (multiply frequency by midpoint) and add them up to get \(\sum fx\).
Step 3: Calculate \(fx^2\) (multiply \(fx\) by \(x\), or square \(x\) then multiply by \(f\)) and sum them to get \(\sum fx^2\).
Step 4: Divide \(\sum fx^2\) by \(\sum f\).
Step 5: Subtract the square of the mean: \(\left(\frac{\sum fx}{\sum f}\right)^2\). This gives the variance.
Step 6: Take the square root to find the standard deviation.
C. Standardised Scores (\(z\)-scores)
How can you compare your score in a difficult Statistics test with your score in an easy French test? You use standardised scores (or \(z\)-scores). A standardised score measures how many standard deviations a value lies above or below the mean.
Formula:
\(z = \frac{x - \mu}{\sigma} \quad \text{or} \quad z = \frac{x - \bar{x}}{s}\)
Interpreting \(z\)-scores:
• Positive \(z\)-score (\(z > 0\)): The score is above the average.
• Zero (\(z = 0\)): The score is exactly on the average.
• Negative \(z\)-score (\(z < 0\)): The score is below the average.
Worked Example:
Sarah scores \(65\) in Statistics (\(\text{Mean} = 50, \sigma = 10\)) and \(72\) in French (\(\text{Mean} = 60, \sigma = 15\)). Which subject did she perform better in relative to the rest of the group?
• Statistics \(z\)-score: \(z = \frac{65 - 50}{10} = \frac{15}{10} = +1.5\)
• French \(z\)-score: \(z = \frac{72 - 60}{15} = \frac{12}{15} = +0.8\)
Conclusion: Even though her raw score was higher in French, Sarah performed better in Statistics relative to her class because her standardised score is higher (\(+1.5 > +0.8\)).
Quick Review / Key Takeaway:
Standard deviation uses every single value in the data. Standardised scores allow fair comparisons between completely different tests or distributions.
3. Identifying Outliers (Higher Tier)
An outlier is an extreme value that lies unusually far away from the main cluster of data points. In CCEA GCSE Statistics, you must know how to identify outliers using two official conventions:
A. The \(1.5 \times \text{IQR}\) Rule
Calculate boundaries using the quartiles:
• Lower Boundary: \(Q_1 - (1.5 \times \text{IQR})\)
• Upper Boundary: \(Q_3 + (1.5 \times \text{IQR})\)
Any data value less than the lower boundary or greater than the upper boundary is officially classified as an outlier.
B. The Standard Deviation Rule
An observation is commonly defined as an outlier if it lies further than \(2\) or \(3\) standard deviations away from the mean:
• Outlier Limits: \(\bar{x} \pm 2\sigma \quad \text{or} \quad \bar{x} \pm 3\sigma\)
---4. Paired Comparisons: Location vs Spread
In CCEA examination questions, you are often asked to compare two distributions. To achieve full marks, you must follow the correct pairing conventions and always interpret your answers in context.
The Golden Pairing Rules:
1. Symmetric distributions (without extreme outliers):
Pair the Mean (measure of central tendency / average) with the Standard Deviation (measure of spread).
2. Skewed distributions (or data with extreme outliers):
Pair the Median (measure of central tendency / average) with the Interquartile Range (IQR) (measure of spread).
Writing Exam Comparison Comments in Context:
Whenever you compare two datasets, write two distinct sentences:
Sentence 1 (Average / Location): Compare the means or medians using context.
"On average, the battery life of Brand A is longer than Brand B because its median is higher (\(14\text{ hours} > 11\text{ hours}\))."
Sentence 2 (Spread / Consistency): Compare the standard deviations or IQRs using words like consistent or variable.
"Brand A's battery life is more consistent (less variable) than Brand B because its IQR is smaller (\(2\text{ hours} < 5\text{ hours}\))."
Quick Review / Key Takeaway:
Smaller spread = more consistent / less variable.
Larger spread = less consistent / more variable.
5. Common Pitfalls & How to Avoid Them
• Common Mistake 1: Writing the range as an interval
Incorrect: Writing the range as "\(12 - 28\)".
Correct: The range is a single calculated number: \(28 - 12 = 16\).
• Common Mistake 2: Confusing quartile positions with quartile values
When reading cumulative frequency curves, remember that \(\frac{n}{4}\) gives the position on the vertical (\(y\)) axis. You must read across and down to the horizontal (\(x\)) axis to get the actual quartile value!
• Common Mistake 3: Calculation errors in standard deviation
Make sure you divide \(\sum fx^2\) by \(\sum f\) first, before subtracting \(\bar{x}^2\). Do not confuse \(\frac{\sum fx^2}{\sum f}\) with \(\left(\frac{\sum fx}{\sum f}\right)^2\), and never forget to take the final square root!
• Common Mistake 4: Inverting the \(z\)-score formula
Always calculate \(x - \bar{x}\) (Value minus Mean), not \(\bar{x} - x\). If a value is above the mean, the \(z\)-score must be positive.
• Common Mistake 5: Stating numbers without context
Never just say "Group A has a higher mean and smaller standard deviation". Always mention the actual scenario: "Group A students scored higher test marks on average and had more consistent results than Group B."