Introduction to Measures of Dispersion

In Statistics, finding the "average" (like the mean or median) only tells us half the story. It tells us where the center of the data is, but it doesn't tell us how spread out the numbers are. Measures of dispersion describe the spread or consistency of a data set. In this chapter, we will learn how to calculate the range, quartiles, IQR, and percentiles to better understand our data.

The Range

The range is the simplest way to measure how spread out data is. It calculates the total distance between the very biggest and very smallest values.

The Formula:
\( \text{Range} = \text{Highest Value} - \text{Lowest Value} \)

Example: If the test scores in a class are \( 12, 15, 17, 22, \) and \( 45 \), the range is \( 45 - 12 = 33 \).

Common Mistake: Students often just list the two numbers (e.g., "The range is 12 to 45"). In the exam, you must perform the subtraction to give a single value.

Quick Review: While the range is easy to calculate, it can be misleading if there is one unusually high or low number (an outlier). This is why we use quartiles!

Quartiles

The word "quartile" sounds like "quarter." Just as you might cut a cake into four equal pieces, quartiles split a set of data (sorted in order) into four equal parts.

To find quartiles, first make sure your data is in order from smallest to largest:

1. The Median (Q2): This is the middle value (the 50% mark).
2. The Lower Quartile (LQ or Q1): This is the value one-quarter of the way into the data (the 25% mark).
3. The Upper Quartile (UQ or Q3): This is the value three-quarters of the way into the data (the 75% mark).

Did you know? Different textbooks use slightly different methods to find the exact position of a quartile if it falls between two numbers. Don't worry—the Edexcel exam accepts all standard conventions for \( n \) (the number of data points)!

The Interquartile Range (IQR)

The Interquartile Range (IQR) is often more useful than the range because it focuses on the "middle 50%" of the data. It ignores the extreme highest and lowest values, which means it isn't "fooled" by outliers.

The Formula:
\( \text{IQR} = \text{Upper Quartile (UQ)} - \text{Lower Quartile (LQ)} \)

Analogy: Imagine a crowd of people. The range tells you the height difference between the shortest toddler and the tallest basketball player. The IQR tells you the height difference between the "average-ish" people in the middle of the group.

Key Takeaway:
- A small IQR means the data is consistent and packed closely together.
- A large IQR means the data is more spread out and varied.

Percentiles

Percentiles split the data into 100 equal parts. They are used to describe where a specific value stands relative to the rest of the group.

- If you are in the \( 90^{th} \) percentile for a test, it means you scored better than \( 90\% \) of the people who took it.
- The \( 25^{th} \) percentile is the same as the Lower Quartile.
- The \( 50^{th} \) percentile is the same as the Median.
- The \( 75^{th} \) percentile is the same as the Upper Quartile.

Note for Higher Tier: While everyone needs to understand percentiles, Higher Tier students will also learn about specific "interpercentile ranges" (like the difference between the \( 10^{th} \) and \( 90^{th} \) percentiles) in a later chapter.

Comparing Data Sets

In the exam, you will often be asked to compare two sets of data (for example, the heights of girls vs. boys). When comparing dispersion, use the following rules:

1. Use the IQR or Range: Compare the values. If \( \text{Group A} \) has an \( \text{IQR} \) of \( 10 \) and \( \text{Group B} \) has an \( \text{IQR} \) of \( 25 \), you should write: "Group A is more consistent because its IQR is lower."
2. Context is King: Always use the units and the topic mentioned in the question. Don't just say "it is bigger"; say "the spread of test scores for Group B is wider."

Summary Table

Measure: Range
What it shows: Total spread from start to finish.
Pros/Cons: Very easy to find, but easily ruined by one extreme number.

Measure: Interquartile Range (IQR)
What it shows: Spread of the middle \( 50\% \) of data.
Pros/Cons: More reliable than range because it ignores outliers.

Measure: Percentiles
What it shows: Position out of 100.
Pros/Cons: Great for comparing an individual to a whole population.

For more information on identifying values that are very far from the rest, see the chapter on Outliers. If you are a Higher Tier student, you will also learn about Standard Deviation as an alternative way to measure spread.