Statistics
Lesson 3 of 3 8 min +55 XP

Spread: Range & Standard Deviation

How spread out the data is.

What you'll learn

  • Compute the range of a data set
  • Explain what standard deviation measures
  • Compare spread between data sets
Two towns, same average temperature

Two towns both average 20°C, but one is mild year-round while the other bakes in summer and freezes in winter. The average hides that difference; the standard deviation reveals it by measuring how far the days spread from the middle.

Center isn't the whole story

Two data sets can share the same mean yet look completely different. Measures of spread describe how far the values scatter. The range is simply the largest value minus the smallest; the standard deviation measures the typical distance of a value from the mean.

Standard deviation

A small standard deviation means values cluster tightly around the mean; a large one means they spread widely. It is the square root of the average squared distance from the mean (the variance).

{4, 5, 6} and {1, 5, 9} both average 5, but the second has a far larger range (8 vs. 2) and standard deviation — it's more spread out.
Simulation · Two-dice probability
2
3
4
5
6
7
8
9
10
11
12

0 rolls

7 is the most likely sum — there are more ways to make it.

Roll many times and watch how outcomes spread around the average.

Lab · Find the range
  1. Take the data set {3, 7, 7, 12}.
  2. Identify the largest and smallest values.
  3. Subtract to get the range.

What you should see: Largest 12, smallest 3, so the range is 12 − 3 = 9.

Knowledge Check

+15 XP / correct

1. The range of {3, 7, 7, 12} is…

2. A small standard deviation indicates that values…