Interquartile Range (IQR)

Measures Of Spread
definition

Grade 6-8

View on concept map

The interquartile range (IQR) is the range of the middle 50% of data, calculated as Q_3 - Q_1. IQR is a robust measure of spread.

Definition

The interquartile range (IQR) is the range of the middle 50% of data, calculated as Q_3 - Q_1. It measures spread while ignoring the top and bottom 25% of values, making it resistant to outliers.

๐Ÿ’ก Intuition

IQR focuses on where most of the data lives, ignoring the extremes. If regular range is how far the outliers stretched, IQR is how wide the main crowd is. More resistant to outliers than range.

๐ŸŽฏ Core Idea

The IQR measures the spread of the middle 50% of the data by subtracting Q1 from Q3. It ignores the top and bottom 25%, making it resistant to outliers.

Example

Q_1 = 70, Q_3 = 85. IQR = 85 - 70 = 15 The middle 50% of scores spans 15 points.

Formula

\text{IQR} = Q_3 - Q_1

Notation

IQR stands for Interquartile Range. Q_1 is the 25th percentile and Q_3 is the 75th percentile. The 1.5 \times IQR rule defines the outlier fences.

๐ŸŒŸ Why It Matters

IQR is a robust measure of spread. It's used to identify outliers and compare group consistency.

๐Ÿ’ญ Hint When Stuck

First, find Q1 (the median of the lower half of data) and Q3 (the median of the upper half). Then subtract: IQR = Q3 - Q1. This tells you the span of the middle 50% of your data and is used to identify outliers beyond Q1 - 1.5*IQR or Q3 + 1.5*IQR.

Formal View

The interquartile range is IQR = Q_3 - Q_1. Outliers are defined as observations below Q_1 - 1.5 \cdot IQR or above Q_3 + 1.5 \cdot IQR.

Compare With Similar Concepts

๐Ÿšง Common Stuck Point

Students sometimes compute IQR as max minus min (that is the range). IQR specifically uses Q3 โˆ’ Q1, not the overall extremes.

โš ๏ธ Common Mistakes

  • Confusing with range
  • Calculating from min/max instead of Q_1/Q_3
  • Forgetting it represents 50% of data

Frequently Asked Questions

What is Interquartile Range (IQR) in Statistics?

The interquartile range (IQR) is the range of the middle 50% of data, calculated as Q_3 - Q_1. It measures spread while ignoring the top and bottom 25% of values, making it resistant to outliers.

What is the Interquartile Range (IQR) formula?

\text{IQR} = Q_3 - Q_1

When do you use Interquartile Range (IQR)?

First, find Q1 (the median of the lower half of data) and Q3 (the median of the upper half). Then subtract: IQR = Q3 - Q1. This tells you the span of the middle 50% of your data and is used to identify outliers beyond Q1 - 1.5*IQR or Q3 + 1.5*IQR.

How Interquartile Range (IQR) Connects to Other Ideas

To understand interquartile range (iqr), you should first be comfortable with stat quartiles and stat range. Once you have a solid grasp of interquartile range (iqr), you can move on to stat box plot and outlier detection.