Median Absolute Deviation Calculator
Calculate median absolute deviation (MAD), a robust measure of statistical spread that resists outliers.
About median absolute deviation
Median absolute deviation examples
These examples illustrate how MAD describes typical spread while limiting outlier influence.
| Data set | MAD | Calculation |
|---|---|---|
| 1, 2, 3, 5, 100 | 2 | Median 3 produces distances 0, 1, 2, 2, and 97; their median is 2. |
| 2, 4, 6, 8 | 2 | Median 5 produces distances 3, 1, 1, and 3; the middle-distance average is 2. |
| 7, 7, 7, 7 | 0 | Every value equals the median, so all absolute distances are zero. |
| -5, -2, 0, 2, 5 | 2 | The center is zero and the sorted distances are 0, 2, 2, 5, and 5. |
How to calculate median absolute deviation
- Enter or paste all observations, separating numbers with commas or spaces.
- Click Calculate to find the data median and every absolute distance from it.
- Review the median of those distances as the MAD and inspect the sorted deviations.
- Click Reset to clear the field before analyzing another data set.
Median absolute deviation FAQ
Why is median absolute deviation robust?
It depends on the middle observation and the middle distance rather than an arithmetic average. A few extreme values therefore cannot dominate the result.
How is median absolute deviation calculated?
Find the data median, calculate each absolute distance from that center, and then find the median of those distances. This calculator displays both the center and the sorted distances.
Is MAD the same as standard deviation?
No. Standard deviation uses squared distances from the arithmetic mean, while MAD uses the median distance from the median. They measure spread differently and generally have different numerical values.
Should I multiply MAD by 1.4826?
Only if your statistical method requests a normal-consistency scaled estimate. The calculator reports raw MAD, so the scaling factor is not applied automatically.
Can median absolute deviation be zero?
Yes. A zero MAD means at least half of the observations have zero distance from the median. The data can still contain other, different values.