In statistics, the measures of dispersion help us find how the data is distributed. For example, 1, 0.5, 0.25, 0.125… are ‘very’ close to each other; while 1, 10, 40, 600… are ‘too far’ away. By developing tools for dispersion, we try to identify how ‘spread’ the observations are.
Requisites of Ideal Measures of Dispersion
We noticed how none of the central tendencies we discussed earlier were ‘ideal’. Before we discuss Measures of Dispersion, let’s look at the requisites of an ideal measure. According to Yule (whom we familiarised ourselves with in the last unit) and Kendall, an ideal measure of dispersion should possess following properties.
- It should be easy to calculate and simple to follow.
- It should be rigidly defined: For the same data, all the methods should produce the same result.
- It should be based on all the observations.
- It should be useful for further mathematical treatment.
- It should be affected as little as possible by fluctuations of sampling.
Measures of Dispersion

Range
Range is the simplest measure of dispersion – and is given by the difference between two extreme observations. If A and B are the smallest and greatest observations, then range is B – A
Example 1: Find the range of the distribution: 10, 50, 22, 44, 10, 16, 45
Solution: Maximum, B = 50 and Minimum, A = 10. So, range = B – A = 50 – 10 = 40.
Example 2: Find the range of the following distribution:
x: | -1 | 2 | 4 | 6 | 8 | 9 |
f: | 5 | 12 | 22 | 5 | 1 | 2 |
Solution: Range = 9 – (- 1) = 10
Though it is rigidly defined and easy to calculate, it is not based on all observations.
Quartiles and Quartile Deviation
Remember Median? How we picked median is finding the N/2th observation and spotting the cumulative frequency ‘just’ greater than that value.
Similarly, we can find two other ‘quarter’ measurements. N/4th observation, called ‘first quartile’ (denoted by Q1) and 3N/4th observation, called ‘third quartile’ (denoted by Q3).
Quartile Deviation (also called semi-interquartile range) is given by
Q = ½ (Q1 + Q3), where Q1 is first quartile and Q3 is third quartile
Example 4: Find the median, first and third quartiles of the distribution and therefore find the quartile deviation.
x: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
f: | 8 | 10 | 11 | 16 | 20 | 25 | 15 | 9 | 6 |
Solution: Here, the value of x’s are already sorted.
X | f | Cumulative Frequency |
1 | 8 | 8 |
2 | 10 | 8+10 = 18 |
3 | 11 | 18+11= 29 |
4 | 16 | 29+16= 45 |
5 | 20 | 45+20= 65 |
6 | 25 | 65+25= 90 |
7 | 15 | 90+15= 105 |
8 | 9 | 105+9= 114 |
9 | 6 | 114+6= 120 |
N = 120 |
N = 120.
Now, to find median, N/2 = 60.
The cumulative frequency just above 60 is 65. The value corresponding to c.f. 65 is the median.
Hence, Median = 5.
Now, to find 1st quartile, Q1, N/4 = 30.
The cumulative frequency just above 30 is 45. The value corresponding to c.f. 45 is the first quartile.
Hence, Q1 = 4.
Now, to find 3rd quartile, Q3, 3N/4 = 90.
The cumulative frequency just above 90 is 90 itself. The value corresponding to itis the third quartile.
Hence, Q3 = 6.
Quartile Deviation, Q = Q = ½ (Q1 + Q3) = Q = ½ (4+ 6) = 5
Example 5: Find the quartile deviation of the following distribution:
x: | 1 | 2 | 3 | 4 | 5 |
f: | 9 | 14 | 31 | 26 | 10 |
(Try it yourself!)
Quartile deviation might be better than Range as it makes use of 50% of data. Range only considers the smallest and the highest. But it also ignores the rest of the 50% of data – hence is not a reliable measure.
Puzzles:
- There’s one more quartile, Q2. But you already know what it is! Can you guess?
- Can you guess what will be Q0 and Q4?
- Can you guess why Q1, Q2, Q3 are called ‘quartiles’?
Mean Deviation
If xi | fi, i = 1, 2, …, n is the frequency distribution, then mean deviation from the average A (can be mean, median or mode) is given by
where represents the modulus or the absolute value of the deviation – negative sign, if it is there, is ignored. Mean deviation is based on all observations; it is a better measure of dispersion than range of quartile deviation. But the step of ignoring sign using makes it unfit for further mathematical treatment.
Example 6: Find the Mean Deviation of the Following Distribution about Median: 3, 3, 3, 6, 9, 12, 12
Solution: A = Median = 6
x | f | x-A | |x-A| | f|x-A| |
3 | 3 | -3 | 3 | 9 |
6 | 1 | 0 | 0 | 0 |
9 | 1 | 3 | 3 | 3 |
12 | 2 | 6 | 6 | 12 |
∑f= 7 | ∑f |x-A|=24 |
N= ∑f = 7
Mean Deviation about Median
Example 7,8: Find the Mean Deviation (i) about Mean and (ii) Mode for the same distribution above. (Try it yourself!)
Observations
- The Mean Deviation about Median will always be the least compared to Mean Deviation about other measures of central tendencies!
- Mean deviation about any average will always be positive or zero!
Mean deviation is based on all observations; it is a better measure of dispersion than range or quartile deviation. But the step of ignoring sign using makes it unfit for further mathematical treatment.
One Comment Add yours