Mean Absolute Deviation Calculator
Find the average absolute distance from the mean.
MAD is the average distance of values from the mean — an intuitive spread measure.
How the Math Works
The Mean Absolute Deviation (MAD) measures how spread out a set of values is by calculating the average distance between each data point and the mean. To compute it, first find the arithmetic mean of all values. Then, for each individual value, subtract the mean and take the absolute value of that difference. Finally, sum all these absolute differences and divide by the total number of data points. This gives you a single number representing the typical distance from the center, making it easier to understand variability in your data.
Practical Applications
MAD is commonly used in statistics and data analysis to quantify variability when you need a robust measure less sensitive to extreme outliers than standard deviation. For example, when analyzing test scores across a classroom, MAD helps educators understand the typical deviation from the average performance. It's also valuable in finance for assessing investment volatility, in quality control for monitoring manufacturing consistency, and in sports analytics to evaluate player performance consistency relative to team averages.
Day-to-Day Use
In everyday life, MAD helps you make sense of numerical data you encounter regularly. When comparing prices at different stores, it reveals whether price differences are consistent or driven by outliers. If you're tracking personal expenses, MAD shows how much your spending typically varies from your average budget. It's useful for understanding household energy bills, where it indicates typical fluctuations around your average monthly cost, helping you budget more effectively and identify unusual spending patterns.
Worked example
4,8,15,16,23 → mean 13.2, MAD 6.16.
FAQ
Vs standard deviation?
MAD uses absolute values; SD squares them (weighting outliers more).