Measures of Dispersion โ Range, Variance, Standard Deviation, Interquartile Range ๐
๐ฏ Learning Objectives
By the end of this lesson, you will be able to:
โ Define and calculate Range, Variance, Standard Deviation (SD), and Interquartile Range (IQR)
โ Understand their interpretation in medical data
โ Know why dispersion is important alongside central tendency
1๏ธโฃ Introduction
Knowing the average (mean, median) is not enough. We also need to know how spread out the data is.
This is called dispersion. Two datasets can have the same mean but very different spreads, which can change interpretation in clinical research.
Common measures of dispersion:
โ
Range
โ
Variance
โ
Standard Deviation (SD)
โ
Interquartile Range (IQR)
2๏ธโฃ Range
Definition:
- The difference between the largest and smallest value in the dataset.
โ Formula:

โ Example:
BP readings: 110, 120, 130, 140, 150
Range = 150 โ 110 = 40 mmHg
โ Key Features:
- Simple but affected by outliers
- Gives only the extreme spread, not the distribution
3๏ธโฃ Variance
Definition:
- The average of the squared differences from the mean.
โ Formula:


โ Example:
If mean = 100, values = 90, 100, 110
Differences = -10, 0, +10 โ Squares = 100, 0, 100
Variance = (100 + 0 + 100)/3 = 66.67
โ Key Features:
- Always positive
- Units are squared (not very interpretable clinically)
4๏ธโฃ Standard Deviation (SD)
Definition:
- The square root of the variance.
- Indicates how much values typically deviate from the mean.
โ Formula:

โ Example:
From above, Variance = 66.67 โ SD = โ66.67 โ 8.16
โ Key Features:
- Most widely used measure of dispersion
- Used in confidence intervals, normal distribution
โ Clinical Interpretation:
- In a normal distribution:
- 68% values lie within ยฑ1 SD
- 95% values within ยฑ2 SD
- 99.7% values within ยฑ3 SD
5๏ธโฃ Interquartile Range (IQR)
Definition:
- The range between the 25th percentile (Q1) and 75th percentile (Q3).
- It captures the middle 50% of the data, removing extreme values.
โ Formula:

โ Example:
Data: 5, 7, 8, 10, 12, 13, 15
Q1 = 7, Q3 = 13 โ IQR = 13 โ 7 = 6
โ Key Features:
- Not affected by outliers
- Best for skewed data
6๏ธโฃ Comparison Table
Measure | Formula | Affected by Outliers? | Use Case |
---|---|---|---|
Range | Max โ Min | โ Yes | Quick estimate of spread |
Variance | Average of squared differences | โ Yes | Basis for SD |
Standard Deviation | โVariance | โ Yes | Most common in research |
IQR | Q3 โ Q1 | โ No | Best for skewed data |
7๏ธโฃ Clinical Relevance
- Range: Quick spread in BP or lab values
- SD: Used in reporting clinical trial results
- IQR: Used in non-parametric statistics, skewed hospital stay data
8๏ธโฃ Quick Check: Test Your Understanding โ
Q1: Which measure is most affected by extreme values?
a) Range
b) SD
c) IQR
๐ Answer: a) Range
Q2: If Q1 = 20 and Q3 = 30, what is IQR?
๐ Answer: 10
Q3: Which measure is best for skewed data?
๐ Answer: IQR
โจ Key Takeaways
- Range: Simple but outlier-sensitive
- Variance: Basis for SD, not easily interpretable
- Standard Deviation: Most widely used, key for normal distribution
- IQR: Best for skewed data, ignores extremes