Median Absolute Deviation Calculator
Find the median absolute deviation (MAD), a robust spread measure.
MAD measures spread using medians, making it highly resistant to outliers.
The math behind it
MAD = median of the absolute deviations from the median. Unlike SD, one extreme value barely affects it.
Worked example
2, 4, 6, 8, 50 → MAD 2.
FAQ
MAD vs standard deviation?
MAD is robust; a single outlier can inflate the standard deviation hugely.