Range and mean deviation
The range of a dataset is the simplest measure of dispersion: largest value minus smallest. It uses only two numbers, so it ignores everything in between. The mean deviation is a much better measure: the average of all deviations from the centre.
Range
For data :
For grouped data, take the upper limit of the highest class minus the lower limit of the lowest class.
Range is quick to compute but unduly influenced by outliers and uses no information about the bulk of the data. We need finer measures.
Mean deviation about a centre
Pick a centre (typically mean or median ). The mean deviation about is the average of absolute deviations:
For frequency data:
For grouped data, use class midpoints for .
The two most common choices are (mean) and (median). It turns out that mean deviation is minimised when the centre is the median , that is, for any .
Steps to compute
- Find the centre ( or ).
- Compute for each .
- Multiply by if frequency data.
- Sum and divide by (or ).
Worked examples
Example 1. Mean deviation about the mean of .
. Deviations: . Sum = . MD = .
Example 2. Mean deviation about the median of .
, median = . Deviations: . Sum = . MD = .
Example 3. Mean deviation about the mean of frequency data:
. . .
: .
: . Sum = . MD = .
Example 4. Range of .
. Range .
Example 5. For grouped data:
| Class | – | – | – | – |
|---|---|---|---|---|
Midpoints: . . . .
: . : . Sum . MD .
Try it yourself
- Range of .
- Mean deviation about mean of .
- Mean deviation about median of .
- For data , find the mean deviation about the mean.
- Compute mean deviation about mean of . (What do you expect?)
- Find mean deviation about the median of .
- For frequency data with values and frequencies , find the MD about the mean.
- Show that for any constant , MD about mean MD about . Or show MD about median MD about .
- Find MD about median of .
- Range and mean deviation about median of .
- For data , compute both the mean deviation about the mean and median. Which is smaller?
- The marks of students are . Find the mean deviation about the mean.
Pitfalls / Tricks
- Always take absolute value in the deviation.
- For grouped data, use midpoints , don't forget.
- Mean deviation about the median is the smallest among all choices of centre.
- Insight. Mean deviation is "average distance from the centre". It is intuitive but harder to manipulate algebraically , which is why variance (squared deviations) is preferred for theory.