Skip to main content

Learning outcomes

  • explain what dispersion means
  • compute range
  • understand the idea of variance and standard deviation
  • compare datasets by spread

What is dispersion?

  • Dispersion describes how spread out the data values are.
  • Two datasets may have the same mean but different spread.

Range

  • Range = largest value - smallest value
Example:
  • Data: 3, 5, 8, 10
  • Range = 10 - 3 = 7

Variance

  • Variance measures average squared deviation from the mean.
  • It shows how far values tend to spread from the center.
Concept steps:
  1. find the mean
  2. subtract mean from each value
  3. square deviations
  4. average the squared deviations
Note:
  • Population and sample variance use slightly different formulas in advanced treatment.
  • At this level, understand the idea clearly even if detailed formula handling is limited.

Standard deviation

  • Standard deviation is the square root of variance.
  • It is in the same unit as the original data.
Why useful:
  • easier to interpret than variance because unit matches the data

Comparing spread

  • smaller standard deviation -> data closer to the mean
  • larger standard deviation -> data more spread out

Exam hints and traps

  • Range uses only two values, so it can miss the overall pattern.
  • Variance is in squared units.
  • Standard deviation is not found by adding deviations directly.
  • A dataset with the same mean as another can still have larger spread.

Quick practice

  1. Find the range of 12, 15, 18, 20, 25.
  2. Which has more spread?
    • 5, 5, 5, 5
    • 1, 5, 9, 13
  3. Why is standard deviation often easier to interpret than variance?

Answer key

  1. 25 - 12 = 13
  2. 1, 5, 9, 13
  3. Because it is expressed in the original unit of the data.