1. Introduction to Mean Deviation
While the range gives a basic idea of data spread, it's limited because it only uses the two most extreme values. A more robust measure is the Mean Deviation (M.D.), which considers every data point's distance from a central value (usually the mean or median).
The deviation of an observation from a central value 'a' is . If we simply try to average these deviations from the mean, the positive and negative deviations cancel each other out, and their sum is always zero.
Example: For the data {2, 4, 6}, the mean is . The deviations are , , and . The sum of these deviations is .
To overcome this, we use the absolute value of each deviation, which measures the distance of each point from the center, regardless of direction. The Mean Deviation is the average of these absolute distances. 📜
2. Mean Deviation for Ungrouped Data
Ungrouped data is a simple list of individual observations.
A. Mean Deviation about the Mean
This measures the average distance of each data point from the mean of the dataset.
Steps:
- Calculate the Mean (): Sum all observations and divide by the number of observations, .
- Calculate Absolute Deviations: For each observation , find its distance from the mean: .
- Calculate Mean Deviation: Find the average of these absolute deviations.
Example: Find the M.D. about the mean for the data: {6, 7, 10, 12, 13, 4, 8, 12}
- Mean: .
- Absolute Deviations: The distances from the mean (9) are: , , , , , , , .
- Mean Deviation: M.D.() = .
B. Mean Deviation about the Median
This measures the average distance of each data point from the median of the dataset.
Steps:
- Calculate the Median (M): Arrange the data in ascending order and find the middle value.
- Calculate Absolute Deviations: For each observation , find its distance from the median: .
- Calculate Mean Deviation: Find the average of these absolute deviations.
Example: Find the M.D. about the median for the data: {3, 9, 5, 3, 12, 10, 18, 4, 7}
- Median: First, sort the data: {3, 3, 4, 5, 7, 9, 10, 12, 18}. There are observations. The median is the middle () value, so .
- Absolute Deviations: The distances from the median (7) are: .
- Mean Deviation: M.D.() = .
3. Mean Deviation for Grouped Data
Grouped data is presented in a frequency table.
A. Discrete Frequency Distribution
Here, each observation has a corresponding frequency .
Mean Deviation about the Mean:
Mean Deviation about the Median:
Example: Find the M.D. about the mean for the following distribution:
| 5 | 10 | 15 | 20 | |
|---|---|---|---|---|
| 2 | 3 | 4 | 1 |
- Calculate Mean: . The sum . So, .
- Calculate Deviations:
| 5 | 2 | 7 | 14 |
| 10 | 3 | 2 | 6 |
| 15 | 4 | 3 | 12 |
| 20 | 1 | 8 | 8 |
- Calculate M.D.: The sum . M.D.() = .
B. Continuous Frequency Distribution
For data in class intervals, we use the mid-point () of each class as the representative value.
M.D. about the Mean: The calculation is the same as for discrete data, but is the mid-point.
M.D. about the Median: The median must first be calculated using the formula: where is the lower limit of the median class, is the total frequency, is the cumulative frequency of the class before the median class, is the frequency of the median class, and is the class width.
Example: Find the M.D. about the median for the data:
| Class | 0-10 | 10-20 | 20-30 | 30-40 |
|---|---|---|---|---|
| Frequency | 5 | 8 | 15 | 12 |
- Find the Median: First, create a table with mid-points () and cumulative frequency ().
| Class | Freq () | Mid-point () | cf |
|---|---|---|---|
| 0-10 | 5 | 5 | 5 |
| 10-20 | 8 | 15 | 13 |
| 20-30 | 15 | 25 | 28 |
| 30-40 | 12 | 35 | 40 |
, so . The median class is the class where the cf first exceeds 20, which is **20-30**.
.
.
- Calculate Deviations and M.D.:
| 5 | 5 | 19.67 | 98.35 |
| 15 | 8 | 9.67 | 77.36 |
| 25 | 15 | 0.33 | 4.95 |
| 35 | 12 | 10.33 | 123.96 |
The sum .
M.D.() = .