I now have all the content needed. Here is the complete topic from Park's Textbook of Preventive and Social Medicine (APRK), p. 952-953:
Measures of Dispersion
Park's Textbook of Preventive and Social Medicine, p. 952
Measures of central tendency (like the mean) tell us where data is centered, but they don't tell us how spread out or variable the values are. Measures of dispersion describe the scatter or variability of a dataset.
The three main measures are:
- (a) The Range
- (b) The Mean Deviation
- (c) The Standard Deviation
(a) The Range
The range is the simplest measure of dispersion.
Range = Highest value - Lowest value
Example: Diastolic BP of 10 individuals: 83, 75, 81, 79, 71, 90, 75, 95, 77, 94
- Highest = 95, Lowest = 71
- Range = 71 to 95, or expressed as the difference = 24
For grouped data, the range = difference between the mid-points of the extreme categories.
Limitation: The range only considers extreme values and tells nothing about the spread of values in between. It is therefore of limited practical importance.
(b) The Mean Deviation (M.D.)
The mean deviation is the average of the deviations from the arithmetic mean (ignoring + and - signs).
Formula:
$$\text{M.D.} = \frac{\sum |x - \bar{x}|}{n}$$
Example: Diastolic BP of 10 individuals: 83, 75, 81, 79, 71, 95, 75, 77, 84, 90
| BP (x) | Arithmetic Mean (x̄) | Deviation (x - x̄) |
|---|
| 83 | 81 | +2 |
| 75 | 81 | -6 |
| 81 | 81 | 0 |
| 79 | 81 | -2 |
| 71 | 81 | -10 |
| 95 | 81 | +14 |
| 75 | 81 | -6 |
| 77 | 81 | -4 |
| 84 | 81 | +3 |
| 90 | 81 | +9 |
| Total = 810 | | Total = 56 (ignoring ± sign) |
Mean = 810 / 10 = 81
M.D. = 56 / 10 = 5.6
(c) The Standard Deviation (S.D.)
The standard deviation is the most frequently used measure of dispersion. It is defined as the Root-Mean-Square Deviation, denoted by the Greek letter σ (sigma).
Formula:
$$\text{S.D.} = \sqrt{\frac{\sum (x - \bar{x})^2}{n}}$$
- For sample size > 30: use denominator n
- For sample size < 30: use denominator (n - 1) to correct for underestimation
$$\text{S.D.} = \sqrt{\frac{\sum (x - \bar{x})^2}{n - 1}}$$
Steps to Calculate S.D.:
- Find the deviation of each value from the mean: (x - x̄)
- Square each deviation: (x - x̄)²
- Add all the squared deviations: Σ(x - x̄)²
- Divide by n (or n-1 for small samples)
- Take the square root
Example: Same diastolic BP values: 83, 75, 81, 79, 71, 95, 75, 77, 84, 90
| x | (x - x̄) | (x - x̄)² |
|---|
| 83 | +2 | 4 |
| 75 | -6 | 36 |
| 81 | 0 | - |
| 79 | -2 | 4 |
| 71 | -10 | 100 |
| 95 | +14 | 196 |
| 75 | -6 | 36 |
| 77 | -4 | 16 |
| 84 | +3 | 9 |
| 90 | +9 | 81 |
| x̄ = 81, n = 10 | | Total = 482 |
$$\text{S.D.} = \sqrt{\frac{482}{10-1}} = \sqrt{\frac{482}{9}} = \sqrt{53.55} = \textbf{7.31}$$
Interpretation of S.D.:
- It is an abstract number giving an idea of the "spread" of the data
- The larger the S.D., the greater the dispersion of values around the mean
- Its full significance is best appreciated in the context of the Normal Distribution curve
Quick Comparison
| Measure | Formula | Best Used When |
|---|
| Range | Max - Min | Quick rough estimate |
| Mean Deviation | Σ|x-x̄| / n | Simple average spread |
| Standard Deviation | √(Σ(x-x̄)²/n) | Most precise; used in further statistics |
The Standard Deviation is always preferred because it is mathematically tractable and forms the basis for tests of significance, normal distribution, and confidence intervals.
- Park's Textbook of Preventive and Social Medicine, p. 952-953