Home Exam Structure Topics Past Papers Resources Homework About Contact
Home Exam Structure Topics Past Papers Resources Homework About Contact

Home / Analysis of Data / Standard Deviation

3.1b · Analysis of Data · Sub-skill

Standard Deviation

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

Understanding standard deviation

Click each step below to reveal it — work through them in order the first time round.

Step 1 · Why an average isn't enough

1 of 4

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.

Step 2 · Range and IQR (quick recap)

2 of 4

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.

Step 3 · Standard deviation

3 of 4

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.

Step 4 · Interpreting standard deviation in context

4 of 4

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.

Worked example

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

Past-paper style question

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]

Show the answer

(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

Standard Deviation worksheet

Five short questions on standard deviation. Work through them, then reveal the mark scheme to check.

  1. State one advantage of standard deviation over the range as a measure of spread.
  2. A calculator gives a data set mean = 45, standard deviation = 2.8. Describe what a standard deviation of 2.8 tells you about the data (in general terms).
  3. Data set P: 10,12,11,13,9. Data set Q: 2,20,5,18,10. Both have mean 11. Without calculating, state which data set has the larger standard deviation, and explain why.
  4. Two bus routes have journey times with equal means but Route 1 has σ = 1.5 minutes and Route 2 has σ = 6 minutes. A commuter wants the most predictable journey time. Which route should they choose, and why?
  5. Explain why the formula for standard deviation squares each deviation from the mean, $(x-\bar{x})^2$, rather than just using $(x-\bar{x})$.

Mark scheme

  1. Standard deviation uses every value in the data set (not just the two extremes like the range), so it gives a more complete/representative measure of spread and is less affected by a single outlier.
  2. It tells you that, typically, data values lie about 2.8 away from the mean (45) — the data is fairly tightly clustered around 45; a larger σ would mean more spread out.
  3. Data set Q has the larger standard deviation — its values are much further from the mean of 11 (e.g. 2 and 20 are far from 11) than P's values, which are all close to 11.
  4. Route 1 — it has the smaller standard deviation (1.5 vs 6 minutes), meaning its journey times are much more consistent/predictable around the mean, even though both routes take the same average time.
  5. Squaring ensures all deviations are positive (so they don't cancel each other out when summed — the positive and negative deviations from the mean always sum to zero otherwise), and it gives more weight to values that are further from the mean.
← Back to Analysis of Data