Mean Absolute Deviation (MAD) Calculator

Calculate average distance from the mean.
Calculator
Enter your values
Results
Mean Absolute Deviation
2.50
Mean
5.50
Count
10
Analysis
Interpretation of the current calculator output

Calculation Summary

The current inputs have been processed for the mean absolute deviation (mad) calculator. Review the results panel for the computed output and use the charts tab to compare the current values visually.

How to Read It

The main result shows the direct answer for your current inputs. Supporting sections below explain the method, example, and common questions so the result is easier to interpret.

How to Use

Step-by-step instructions
  1. 1Enter comma-separated values.
  2. 2View the MAD and mean.

Mean Absolute Deviation

Average of absolute deviations from the mean.
MAD = Σ|x - μ| / n

Variables:

xData value
μMean
nCount

Example

Dataset

Inputs:

Data:1,2,3,4,5

Steps:

  1. 1.Mean = 3
  2. 2.|1-3| + |2-3| + |3-3| + |4-3| + |5-3| = 6
  3. 3.MAD = 6/5 = 1.2
Result:
1.2

Frequently Asked Questions

MAD vs Standard Deviation?

MAD is less sensitive to outliers than standard deviation.