Mean Absolute Deviation (MAD) Statistics Example 2
Follow the full solution, then compare it with the other examples linked below.
Example 2
mediumTwo data sets: A = {10, 10, 10, 10, 10} and B = {2, 6, 10, 14, 18}. Both have a mean of 10. Calculate the MAD for each and explain what it tells you.
Solution
- 1 Step 1: Data set A: All values equal the mean (10), so all absolute deviations are 0. .
- 2 Step 2: Data set B: Deviations: , , , , . .
- 3 Step 3: means no variability โ all values are identical. means values are, on average, 4.8 units from the mean.
Answer
(no spread), (considerable spread). Both have the same mean but very different variability.
MAD quantifies variability in intuitive units โ it tells you the average distance from the mean. A MAD of 0 means perfect uniformity, while larger values indicate greater dispersion. This makes MAD easier to interpret than variance, which uses squared units.
About Mean Absolute Deviation (MAD)
The Mean Absolute Deviation (MAD) is the average of the absolute distances between each data point and the mean of the dataset. It measures how spread out data values are from the center, with larger MAD values indicating more variability.
Learn more about Mean Absolute Deviation (MAD) โMore Mean Absolute Deviation (MAD) Examples
Example 1 easy
Find the mean absolute deviation (MAD) of the data set: 4, 6, 8, 10, 12.
Example 3 mediumThe heights (in cm) of 6 plants are: 12, 15, 14, 18, 13, 16. Calculate the MAD and interpret the res
Example 4 hardA teacher claims that adding the same constant to every value in a data set does not change the MAD.