What you'll learn
Measures of spread tell you how varied or dispersed data values are. While measures of location (mean, median, mode) tell you about typical values, measures of spread show whether data points cluster tightly together or spread widely apart. Understanding these measures is essential for comparing datasets and interpreting real-world statistics from exam contexts including healthcare, sport, economics and social science.
Key terms and definitions
Range — the difference between the highest and lowest values in a dataset, calculated as maximum value minus minimum value.
Interquartile range (IQR) — the difference between the upper quartile (Q₃) and lower quartile (Q₁), representing the spread of the middle 50% of data values.
Quartiles — values that divide ordered data into four equal parts: the lower quartile (Q₁) is 25% through the data, the median (Q₂) is 50%, and the upper quartile (Q₃) is 75%.
Outlier — a data value that lies significantly outside the general pattern of data, typically more than 1.5 × IQR below Q₁ or above Q₃.
Variance — the mean of the squared deviations from the mean, measuring how far data values spread from the average.
Standard deviation — the square root of the variance, giving a measure of spread in the same units as the original data.
Deviation — the difference between an individual data value and the mean of the dataset.
Core concepts
Range
The range is the simplest measure of spread. To calculate it:
- Identify the maximum (highest) value
- Identify the minimum (lowest) value
- Subtract: Range = Maximum − Minimum
Advantages:
- Quick and easy to calculate
- Uses all extreme values
- Easy to understand
Disadvantages:
- Only uses two values, ignoring all others
- Heavily affected by outliers
- Can be misleading if extreme values are anomalies
- Provides no information about distribution between extremes
The range is useful for initial data exploration but rarely sufficient for detailed statistical analysis in exam questions.
Quartiles and interquartile range
Quartiles divide ordered data into four equal groups. The interquartile range (IQR) measures the spread of the middle 50% of data, making it resistant to outliers.
Finding quartiles from raw data:
- Arrange data in ascending order
- Find the median (Q₂) — the middle value
- Find Q₁ — the median of the lower half (below Q₂)
- Find Q₃ — the median of the upper half (above Q₂)
- Calculate IQR = Q₃ − Q₁
Position rules:
- For n data values, Q₂ is at position (n+1)/2
- Q₁ is at position (n+1)/4
- Q₃ is at position 3(n+1)/4
If these positions aren't whole numbers, take the mean of values either side or use linear interpolation for grouped data.
Finding quartiles from cumulative frequency:
- Calculate n/4 for Q₁ position
- Calculate n/2 for Q₂ (median) position
- Calculate 3n/4 for Q₃ position
- Read values from cumulative frequency curve at these positions
Advantages of IQR:
- Not affected by extreme values
- Focuses on the central concentration of data
- Useful when data contains outliers
Disadvantages of IQR:
- Ignores values in the extreme quarters
- Less sensitive to all data variation than standard deviation
Identifying outliers
Outliers are unusually high or low values. The fence method defines outliers mathematically:
Lower fence = Q₁ − 1.5 × IQR
Upper fence = Q₃ + 1.5 × IQR
Any value below the lower fence or above the upper fence is classified as an outlier.
In exam questions:
- Calculate Q₁, Q₃ and IQR
- Apply the 1.5 × IQR rule
- State which specific values are outliers
- Consider whether to exclude them based on context
Variance
Variance measures how far data values spread from the mean by averaging the squared deviations.
Formula:
Variance = Σ(x − x̄)² / n
Where:
- x represents each data value
- x̄ is the mean
- n is the number of values
- Σ means "sum of"
Calculation steps:
- Calculate the mean (x̄)
- Find each deviation: (x − x̄)
- Square each deviation: (x − x̄)²
- Sum all squared deviations: Σ(x − x̄)²
- Divide by n
Alternative formula (easier for calculation):
Variance = (Σx²/n) − x̄²
This means: (mean of squares) − (square of mean)
Key points:
- Variance is always positive or zero
- Units are squared (e.g., cm² if data is in cm)
- Larger variance indicates greater spread
- Uses all data values
Standard deviation
Standard deviation is the most important measure of spread at GCSE level. It represents the typical distance of data values from the mean.
Formula:
Standard deviation (σ) = √Variance = √[Σ(x − x̄)²/n]
Alternative formula:
σ = √[(Σx²/n) − x̄²]
Calculation steps:
- Calculate variance using either formula
- Take the square root
Advantages:
- In the same units as the original data
- Uses all data values
- Most widely used measure in statistics
- Essential for comparing datasets with different means
Disadvantages:
- More complex to calculate than range or IQR
- Affected by extreme values
- Harder to interpret intuitively than range
Comparing datasets:
Standard deviation allows meaningful comparison when datasets have similar means. A dataset with smaller standard deviation has values clustered closer to the mean, indicating more consistency.
Using measures of spread together
Exam questions often require you to use multiple measures together:
Range and IQR:
- If range >> IQR, extreme values dominate
- This suggests outliers may be present
Mean and standard deviation:
- Report together for symmetric distributions
- Standard deviation should be much smaller than range
Median and IQR:
- Report together for skewed distributions or when outliers present
- More robust to extreme values
Comparing distributions:
- Compare location (mean/median) AND spread together
- Consider context when interpreting differences
- Relate findings to real-world situations
Worked examples
Example 1: Range and IQR
Question: The waiting times (minutes) at a doctor's surgery for 11 patients were:
5, 8, 12, 15, 18, 20, 23, 25, 30, 32, 45
(a) Calculate the range. [1 mark]
(b) Find the lower quartile, upper quartile and interquartile range. [3 marks]
(c) Determine whether there are any outliers. [2 marks]
Solution:
(a) Range = Maximum − Minimum = 45 − 5 = 40 minutes ✓
(b) Data already ordered. n = 11
Median position = (11+1)/2 = 6th value = 20 (Q₂)
Q₁ position = (11+1)/4 = 3rd value = 12 ✓
Q₃ position = 3(11+1)/4 = 9th value = 30 ✓
IQR = Q₃ − Q₁ = 30 − 12 = 18 minutes ✓
(c) Lower fence = Q₁ − 1.5 × IQR = 12 − 1.5(18) = 12 − 27 = −15 ✓
Upper fence = Q₃ + 1.5 × IQR = 30 + 1.5(18) = 30 + 27 = 57 ✓
45 < 57, so no outliers ✓
Example 2: Variance and standard deviation
Question: Five students scored the following marks in a test:
12, 15, 18, 20, 25
Calculate the standard deviation of these marks. [3 marks]
Solution:
Mean = (12 + 15 + 18 + 20 + 25) / 5 = 90/5 = 18 ✓
| x | x² |
|---|---|
| 12 | 144 |
| 15 | 225 |
| 18 | 324 |
| 20 | 400 |
| 25 | 625 |
| Σx = 90 | Σx² = 1718 |
Using σ = √[(Σx²/n) − x̄²]
σ = √[(1718/5) − 18²]
σ = √[343.6 − 324] ✓
σ = √19.6
σ = 4.43 marks (to 2 d.p.) ✓
Example 3: Comparing distributions
Question: The times (seconds) taken by two athletes to complete 100m sprints are summarised:
Athlete A: Mean = 11.2s, Standard deviation = 0.8s
Athlete B: Mean = 11.5s, Standard deviation = 0.3s
Compare the performances of the two athletes. [2 marks]
Solution:
Athlete A is faster on average (lower mean time) ✓
Athlete B is more consistent (lower standard deviation shows less variation in times) ✓
Accept: Athlete A has more variable performance/less reliable times.
Common mistakes and how to avoid them
Confusing range with IQR. Range uses maximum and minimum; IQR uses Q₃ and Q₁. Know which measure the question asks for and show your calculation clearly.
Forgetting to order data before finding quartiles. Always arrange data in ascending order first. This is essential for accurate quartile calculation.
Using the wrong outlier threshold. The GCSE specification uses 1.5 × IQR, not 2 × IQR or other values. Learn this rule and apply it consistently.
Reporting standard deviation in wrong units. If data is in kilograms, standard deviation is in kilograms (not kg²). Variance is in squared units; standard deviation returns to original units.
Calculating variance but not taking the square root. Questions asking for standard deviation require √variance as the final answer. Check what the question asks for.
Comparing only means without considering spread. Exam questions often require comment on both location AND spread. A complete answer discusses both the average and the variation.
Exam technique for "Processing Data: Measures of Spread"
Command word awareness: "Calculate" requires numerical working shown; "determine" needs you to state a conclusion; "compare" demands statements about both datasets referencing the statistics.
Show all working for multi-mark questions. Even if your final answer is wrong, you can earn method marks for correct processes. Write the formula, substitute values, and show each calculation step.
Use context in your answers. Don't just state "standard deviation = 4.2" — write "standard deviation = 4.2 kg" or relate it to what it means (e.g., "shows greater variation in heights").
When comparing distributions, make two distinct points: one about location (mean/median) and one about spread (range/IQR/standard deviation). Earn both available marks by addressing both aspects.
Quick revision summary
Measures of spread quantify data variation. Range (max − min) is simplest but affected by outliers. IQR (Q₃ − Q₁) measures middle 50% spread and resists outliers; values beyond Q₁ − 1.5×IQR or Q₃ + 1.5×IQR are outliers. Variance averages squared deviations from the mean; standard deviation (√variance) is the typical distance from the mean in original units. Use mean with standard deviation for symmetric data; median with IQR for skewed data. Always compare both location and spread when analysing datasets.