Home / Analysis of Data / Standard Deviation
3.1b · Analysis of Data · Sub-skill
How to measure the spread of a data set properly — going beyond the range to standard deviation, and using it to compare consistency.
Build it up, step by step
Click each step below to reveal it — work through them in order the first time round.
Two data sets can have exactly the same mean but look completely different — one tightly clustered, one wildly spread out. To describe a data set fully you need a measure of spread alongside an average.
The range = highest − lowest value: simple, but entirely determined by the two most extreme values, so a single freak result distorts it. The interquartile range (IQR) = $Q_3 - Q_1$ ignores the top and bottom quarter, so it's more robust to outliers — but it still only uses two data points.
Standard deviation measures the typical distance every value lies from the mean, so it uses the whole data set. In the exam you'll almost always find it using the statistical mode on your calculator (input the data as a frequency table, then read off $\sigma_x$) rather than the raw formula, but you should know the formula exists: $\sigma = \sqrt{\frac{\sum (x-\bar{x})^2}{n}}$. A small standard deviation means the data is tightly bunched around the mean; a large one means it's spread out.
On its own, ‘σ = 6’ means nothing — you must compare it to something (another data set, or the mean). Always answer in context: e.g. ‘Branch A has a higher standard deviation than Branch B, meaning its daily sales are more variable/inconsistent.’ Never just state the numbers without saying what they mean for the situation.
Two machines fill bottles with (claimed) 500 ml of juice. A sample of 8 bottles from each machine gives: Machine A: mean 500.1 ml, standard deviation 1.2 ml. Machine B: mean 499.8 ml, standard deviation 4.5 ml. Which machine is more reliable, and why?
Machine A has a much smaller standard deviation (1.2 ml vs 4.5 ml), meaning the amount of juice it puts in each bottle is far more consistent, even though its mean is very slightly further from 500 ml than Machine B's. Machine A is the more reliable machine.
Test yourself
Two revision classes sit the same test (out of 40). Class X: mean 28, standard deviation 3.1. Class Y: mean 28, standard deviation 8.4.
(a) What do the means tell you about the two classes?
(b) What does the standard deviation tell you about the spread of marks in each class?
(c) A teacher says ‘Class Y did better than Class X because some of the best marks were in Class Y.’ Comment on this statement. [5 marks]
(a) Both classes have the same mean (28), so on average they performed identically.
(b) Class X's standard deviation (3.1) is much smaller than Class Y's (8.4), so Class X's marks were far more tightly clustered around 28, while Class Y's marks were much more spread out — some students did much better than 28, and presumably some did much worse.
(c) The teacher's statement is misleading: the means are equal, so overall performance was the same; Class Y simply has more variable results (a wider spread), not a genuinely higher-achieving class — its highest marks are offset by lower marks elsewhere.
Practice
Five short questions on standard deviation. Work through them, then reveal the mark scheme to check.