Mean absolute deviation, often called MAD, measures how far data values typically are from the mean. It is a measure of spread, so it helps you describe whether a data set is tightly clustered or widely scattered. Unlike the mean alone, MAD tells you how consistent the values are.
It is useful in statistics, science labs, test scores, sports data, and any situation where variation matters.
To find MAD, first compute the mean of the data set. Then find each absolute deviation by subtracting the mean from each value and taking the absolute value. Finally, average those absolute deviations.
MAD is similar in purpose to standard deviation, but it uses ordinary distances from the mean instead of squared distances, which often makes it easier to interpret.
Understanding Statistics: Mean Absolute Deviation
The word absolute is important because ordinary differences can cancel out. A value above the mean gives a positive difference. A value below the mean gives a negative difference.
If these signed differences were simply added, their total would always balance to zero around the mean. That result would hide the actual spread. Absolute deviations turn every distance into a positive amount, so each value contributes fairly.
A data value exactly at the mean has an absolute deviation of zero. It adds no distance because it is already at the centre of the data.
Consider the values four, six, and eight. Their mean is six. The distances from six are two, zero, and two.
Together, the distances total four. Sharing that total across the three values gives a MAD of four thirds, which is about one point three. This means a value in this small set is typically about one point three units from the mean.
The MAD has the same unit as the original data. If the data records minutes, the MAD is in minutes.
If the data records centimetres, the MAD is in centimetres. That makes it easy to explain in everyday language.
Two groups can have the same mean but very different patterns. For example, scores of sixty nine, seventy, and seventy one are close together. Scores of fifty, seventy, and ninety have the same mean of seventy, yet they are much farther apart.
MAD reveals this difference. It is especially useful when comparing consistency. A runner with race times that have a small MAD performs at a more regular pace than a runner with the same average time but a large MAD.
In a science experiment, a small MAD can suggest that repeated measurements are close to one another. It does not prove that the measurements are accurate, since they could all be consistently wrong because of a faulty instrument.
Outliers need careful attention. One unusually high or low value increases its own distance from the mean. It can shift the mean too, changing the distances for every other value.
MAD is affected by outliers, though usually less strongly than standard deviation because it does not square large distances. When working a problem, first check that the mean is correct. Then keep every deviation positive after taking its absolute value.
Do not round too early, especially when the mean is a decimal or fraction. Keep enough digits through the calculation and round the final MAD only when needed. A MAD of zero occurs only when every data value is identical.
Key Facts
- Mean = sum of all data values / number of data values
- Absolute deviation = |x - mean|
- Mean absolute deviation = (sum of |x - mean|) / n
- MAD measures the typical distance of data values from the mean.
- A larger MAD means the data values are more spread out.
- Standard deviation squares deviations, while MAD uses absolute values: SD = sqrt(sum of (x - mean)^2 / n) for a population.
Vocabulary
- Mean
- The mean is the arithmetic average found by adding all data values and dividing by the number of values.
- Deviation
- A deviation is the difference between a data value and the mean.
- Absolute Value
- Absolute value is the distance of a number from zero, so it is always nonnegative.
- Mean Absolute Deviation
- Mean absolute deviation is the average of the absolute distances between each data value and the mean.
- Spread
- Spread describes how far apart or how varied the values in a data set are.
Common Mistakes to Avoid
- Forgetting to use absolute values, which is wrong because positive and negative deviations can cancel out and make the spread look smaller than it really is.
- Finding deviations from the median instead of the mean, which is wrong when the question specifically asks for mean absolute deviation because MAD is centered on the mean.
- Dividing by the wrong number of values, which is wrong because the final step averages all absolute deviations using n, the total count of data values.
- Confusing MAD with standard deviation, which is wrong because standard deviation squares deviations before averaging while MAD averages absolute distances directly.
Practice Questions
- 1 Find the mean absolute deviation of the data set 4, 6, 8, 10, 12.
- 2 A student recorded these daily study times in minutes: 20, 30, 30, 40, 80. Find the mean and the mean absolute deviation.
- 3 Two classes have the same mean quiz score of 80. Class A has a MAD of 3 and Class B has a MAD of 12. Explain which class has more consistent scores and why.