Mean Absolute Deviation: Robust Dispersion
MAD measures the average absolute distance of data points from a center (mean or median). It is robust to outliers compared to standard deviation. Same units as the data.
Did our AI summary help? Let us know.
MAD is robust: outliers have less influence than in standard deviation. Median-based MAD is more robust than mean-based for skewed data. MAD is in the same units as the data—easier to interpret than variance.
Ready to run the numbers?
Why: MAD is preferred when outliers are present. Unlike variance, it uses absolute values—same units as data. Median-based MAD is even more robust.
How: Compute the mean or median. For each value, find the absolute deviation |xi − center|. Average these deviations.
Run the calculator when you are ready.
Values & Deviations
Deviation Contribution
📐 Step-by-Step Breakdown
For educational and informational purposes only. Verify with a qualified professional.
🧮 Fascinating Math Facts
MAD = (1/n)Σ|xi − center|
— Average absolute deviation
MAD is robust to outliers
— Robust statistics
📋 Key Takeaways
- • MAD = (1/n)Σ|xi − center| — average distance from center
- • Center can be mean or median
- • MAD is less sensitive to outliers than standard deviation (squaring amplifies them)
- • Same units as the data; easier to interpret than variance
- • For normal data: Std Dev ≈ 1.25 × MAD (from mean)
💡 Did You Know?
📖 How MAD Works
MAD measures the average absolute deviation from a center (mean or median). For each value, compute |xi − center|, then average. Lower MAD = less spread. Unlike variance, large deviations are not squared, so outliers have less impact.
📝 Worked Example: 4, 6, 8, 10
Step 1: Mean = (4+6+8+10)/4 = 7
Step 2: |4−7|=3, |6−7|=1, |8−7|=1, |10−7|=3
Step 3: MAD = (3+1+1+3)/4 = 2
🚀 Real-World Applications
📈 Finance
Robust volatility when returns have outliers.
🔬 Research
Robust spread for skewed distributions.
📊 Data Science
Outlier detection, robust scaling.
🏭 Quality
Process variability with extreme values.
🌡️ Meteorology
Temperature variability, extremes.
📉 Economics
Income inequality, robust metrics.
⚠️ Common Mistakes to Avoid
- Using mean with heavy outliers: Switch to median for robustness.
- Confusing MAD with std dev: MAD uses absolute values; std dev uses squares.
- Comparing MAD across different centers: MAD(mean) ≠ MAD(median) in general.
🎯 Expert Tips
💡 Mean vs Median
Use median when you have outliers; mean when data is symmetric.
💡 Compare with Std Dev
MAD is more robust. Std dev emphasizes large deviations.
💡 Interpretation
MAD = 2.5 means values average 2.5 units from the center.
💡 Population vs Sample
Affects std dev (n−1 divisor), not MAD formula.
📊 MAD vs Std Dev
| Feature | MAD | Std Dev |
|---|---|---|
| Formula | |xi − center| | (xi − mean)² |
| Outliers | Less sensitive | More sensitive |
| Units | Same as data | Same as data |
❓ FAQ
What is MAD?
Mean Absolute Deviation: the average of |xi − center|. Measures spread around a center (mean or median).
MAD from mean vs median?
Mean: standard. Median: more robust to outliers.
How does MAD compare to standard deviation?
MAD uses absolute values; std dev uses squares. MAD is less sensitive to outliers.
When to use population vs sample?
Sample: when your data is a subset. Affects std dev (n−1 divisor), not MAD formula.
When is MAD = 0?
All values are identical.
📌 Summary
MAD measures average absolute distance from a center. It is robust to outliers compared to standard deviation. Use mean for symmetric data, median for skewed data. Same units as data; easier to interpret than variance.
⚠️ Disclaimer: MAD is for educational and statistical analysis. Verify critical results independently.
Related Calculators
Absolute Change Calculator
Calculate absolute and relative change between two values. Get direction (increase/decrease), percentage impact, and step-by-step solutions. Simple mode for...
MathematicsAbsolute Value Calculator
Calculate the absolute value |x| of any number. Simple mode for basic |x|; advanced mode for |ax+b| expressions. Get distance from zero, step-by-step...
MathematicsAdding & Subtracting Fractions Calculator
Add and subtract fractions with least common denominator (LCD). Simple mode for two fractions; advanced mode for mixed numbers and 3+ fractions. Step-by-step...
MathematicsAddition Calculator
Add two or more numbers with this free addition calculator. Get the sum, carry detection for column addition, and step-by-step solutions. Simple mode for two...
MathematicsArithmetic Mean Calculator
Calculate the arithmetic mean (average) of a set of numbers. Simple mode for basic mean; advanced mode adds weighted mean and trimmed mean. Step-by-step...
MathematicsArithmetic Sequence Calculator
Calculate nth term and sum of arithmetic sequences. Formula: a_n = a_1 + (n-1)d, S_n = n/2(a_1 + a_n). Find term or sum modes. Step-by-step solutions, bar...
Mathematics