![]() |
VOOZH | about |
The Interquartile Range (IQR) tells us how spread out the middle 50% of the data is. It is less affected by extreme values and gives a better idea of how tightly or loosely the central data points are grouped. It is calculated using the first quartile (Q1) and third quartile (Q3).
Quartiles divide the dataset into four equal parts:
The IQR captures the range between Q1 and Q3, representing the middle 50% of the distribution.
The data is sorted in ascending order and split into 4 equal parts: Q1, Q2, Q3, called first, second, and third quartiles, respectively, in the given data.
The IQR is simply the difference between the third quartile (Q3) and the first quartile (Q1), which is calculated as:
It tells us how spread out the central 50% of the data is, which helps to gauge the data's variability without being influenced by outliers.
Step 1: Sort the data in ascending order
Step 2: Find the median (Q2)
Step 3: Split the dataset into two halves
Step 4: Calculate IQR
IQR = Q3 - Q1
Dataset: 77, 85, 92, 64, 78, 95, 82
Sort the data: 64, 77, 78, 82, 85, 92, 95
Median (Q2) = 82
Lower half = 64, 77, 78
Upper half = 85, 92, 95
π Interquartile-Range-Calculation
IQR = 92 - 77 = 15
So the IQR for this dataset is 15.
Semi interquartile range is also known as the Quartiledeviation is a measure of how spread out the middle 50% of the data is. It is useful for datasets with skewed distributions and is not affected much by extreme values or outliers.
The semi interquartile range is calculated by the following steps:-
1. Find Q1: Identify the first quartile (Q1) from the data.
2. Find Q3: Identify the third quartile (Q3) from the data.
3. Subtract Q1 from Q3: IQR=Q3βQ1
4. Divide by 2: SIQR is half of the IQR:
Formula:
The IQR Median is the median of the interquartile range which provides a measure of the central tendency for the middle 50% of our data. It minimizes the impact of extreme values helps in providing a more accurate reflection of the data's central distribution.
Relationship between Median and IQR:
When dealing with skewed distributions itβs better to use the median (Q2) for central tendency and IQR for variability as these are less affected by extreme outliers.
The Interquartile Range (IQR) has a variety of applications across different fields which includes:
Example 1: You are given a dataset of the ages of students in a classroom: 18, 19, 20, 21, 22, 35, 13, 23,find the Interquartile Range ?
Solution:
IQR = Q3 - Q1 = 22.5-18.5 = 4
Example 2: The age of a group of young gymnasts are 4, 5, 6, 3, 12, 14, 15, 13 Find the interquartile range and the semi-interquartile range?
Solution:
IQR = Q3 - Q1 = 13.5 - 4.5 = 9
Semi Interquartile Range = IQR/2 = 9.5/2 = 4.5 .
Question 1: Calculate the Interquartile Range for the following dataset: 12, 15, 20, 25, 30, 35, 40, 45?
Question 2: A dataset of temperatures in degrees Celsius for a week is given as follows: 18, 22, 20, 25, 19, 28, 17. Find the Interquartile Range?
Question 3: You have a dataset of the heights (in inches) of a group of individuals: 62, 67, 71, 68, 70, 75, 61, 66, 69, 70. Determine the Interquartile Range of heights?