Section 1
Introduction to Mean Absolute Deviation (MAD)
Property
Once we have calculated the mean for a set of data, we want to have some sense of how the data are arranged around the mean.
The mean absolute deviation (MAD) is calculated this way: for each data point, calculate its distance from the mean.
Now the MAD is the mean of this new set of numbers.
When we use the mean and the MAD to summarize a data set, the mean tells us what is typical or representative for the data and the MAD tells us how spread out the data are.
The MAD tells us how much each score, on average, deviates from the mean, so the greater the MAD, the more spread out the data are.
Examples
- For the data set {3, 5, 6, 10}, the mean is . The distances from the mean are , , , and . The MAD is .
- Two friends track their nightly sleep. Alex's hours are {7, 8, 9} and Ben's are {5, 8, 11}. Both have a mean of 8 hours. Alex's MAD is . Ben's MAD is . Ben's sleep is more spread out.
- A bowler's scores are {150, 155, 160}. The mean is 155. The deviations are , , and . The MAD is , showing high consistency.
Explanation
The Mean Absolute Deviation (MAD) measures how spread out your data is. A small MAD means all the numbers are bunched up close to the average. A large MAD means the numbers are widely scattered far from the average.