Mean Absolute Deviation Math Example 2
Follow the full solution, then compare it with the other examples linked below.
Example 2
mediumCompare MAD and standard deviation for the data . Calculate both and explain when MAD is preferred.
Solution
- 1 Mean:
- 2 MAD: absolute deviations are ;
- 3 Variance: squared deviations ; ;
- 4 When MAD preferred: more interpretable (same units as data); less sensitive to outliers; useful for non-normal distributions; SD preferred for statistical inference (mathematically convenient)
Answer
MAD = 1.6; SD โ 2.53. MAD is more interpretable and outlier-resistant; SD is used for inference.
MAD and SD both measure spread but differ in sensitivity and interpretability. MAD is in original units and robust to outliers. SD is squared-based and used in virtually all statistical inference (because variance has nicer mathematical properties).
About Mean Absolute Deviation
The average distance between each data value and the mean of the data set. Calculated by finding the mean, computing the absolute value of each deviation from the mean, and averaging those absolute deviations.
Learn more about Mean Absolute Deviation โ