- Home
- /
- Statistics
- /
- statistics core
- /
- Interquartile Range (IQR)
Interquartile Range (IQR)
Grade 6-8
The range of the middle 50% of data, calculated as Q_3 - Q_1. IQR is a robust measure of spread.
Definition
The range of the middle 50% of data, calculated as Q_3 - Q_1. It measures spread while ignoring extreme values.
๐ก 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
๐ Why It Matters
IQR is a robust measure of spread. It's used to identify outliers and compare group consistency.
Related Concepts
See Also
๐ง 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 range of the middle 50% of data, calculated as Q_3 - Q_1. It measures spread while ignoring extreme values.
Why is Interquartile Range (IQR) important?
IQR is a robust measure of spread. It's used to identify outliers and compare group consistency.
What do students usually get wrong about Interquartile Range (IQR)?
Students sometimes compute IQR as max minus min (that is the range). IQR specifically uses Q3 โ Q1, not the overall extremes.
Next Steps
How Interquartile Range (IQR) Connects to Other Ideas
Once you have a solid grasp of interquartile range (iqr), you can move on to outlier detection.