STATISTICSArithmeticMathematics Calculator
📊

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.

Concept Fundamentals
Mean of |xi − center|
MAD
Mean or median
Center
Less sensitive to outliers
Robust
Same as data
Units

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.

Key quantities
Mean of |xi − center|
MAD
Key relation
Mean or median
Center
Key relation
Less sensitive to outliers
Robust
Key relation
Same as data
Units
Key relation

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.

MAD is robust: outliers have less influence than in standard deviation.Median-based MAD is more robust than mean-based for skewed data.

Run the calculator when you are ready.

Calculate MADEnter data values
mad.sh
CALCULATED
$ mad --values "4, 6, 8, 6, 8, 10, 12"
MAD
2.040816
Mean
7.714286
Median
8
Std Dev
2.490799
Mean Absolute Deviation Calculator
MAD = 2.040816
Center: mean | Mean: 7.714286 | Std Dev: 2.490799
numbervibe.com
Share:

Values & Deviations

Deviation Contribution

📐 Step-by-Step Breakdown

INPUTS
n
7
CENTER
Center (mean)
7.714286
Sum/n
DEVIATIONS
Deviations |xi − center|
3.714286, 1.714286, 0.285714, 1.714286...
RESULT
MAD
2.040816
(1/n)\text{Sigma} | ext{xi} - ext{center}|
Std Dev
2.490799
Population

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?

📊MAD uses absolute values, so it avoids squaring like variance.Source: Statistics
🛡️MAD from median is more robust to outliers than MAD from mean.Source: Robustness
For normal data: Std Dev ≈ 1.25 × MAD (from mean).Source: Relationship
📐MAD is in the same units as your data.Source: Interpretation
0MAD = 0 only when all values are identical.Source: Property
📐MAD is used in robust regression and outlier detection.Source: Applications

📖 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

FeatureMADStd Dev
Formula|xi − center|(xi − mean)²
OutliersLess sensitiveMore sensitive
UnitsSame as dataSame 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.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators