Beginner

Mean Absolute Deviation (MAD) Calculator

Enter a list of numbers and instantly get the mean absolute deviation (MAD), mean, median, range, and standard deviation — with a bar chart showing each value's contribution.
Separate values with commas, spaces, or semicolons
Mean Absolute Deviation (MAD)
1,5000

Average of |xᵢ − mean| across all values

Anzahl (n)
8
Mean (x̄)
5
Median
4,5
Min / Max
2 / 9
Spannweite
7
Std. deviation (σ)
2
x1 = 2|2 − 5| = 3
x2 = 4|4 − 5| = 1
x3 = 4|4 − 5| = 1
x4 = 4|4 − 5| = 1
x5 = 5|5 − 5| = 0
x6 = 5|5 − 5| = 0
x7 = 7|7 − 5| = 2
x8 = 9|9 − 5| = 4
Step by step
  1. 1

    Count n

    8
  2. 2

    Mean x̄ = Σxᵢ / n

    Σxᵢ ÷ 8 = 5
  3. 3

    Σ|xᵢ − x̄|

    12
    Sum of each value's absolute distance from the mean.
  4. 4

    MAD = Σ|xᵢ − x̄| / n

    12 ÷ 8 = 1,5000
Die Ergebnisse sind Schätzungen, die nur der allgemeinen Information dienen und keine professionelle Beratung darstellen — überprüfen Sie wichtige Ergebnisse stets unabhängig, bevor Sie sich darauf verlassen. Vollständigen Haftungsausschluss lesen.
Schnelle Antwort

Wie funktioniert dieser Rechner?

MAD = Σ|xᵢ − x̄| / n — compute the mean, find each value's absolute distance from the mean, then average those distances. For {2,4,4,4,5,5,7,9}: mean = 5, MAD = 1.5. MAD is more intuitive than standard deviation and less sensitive to outliers because it uses absolute values instead of squares.

Formel
MAD = Σ|xᵢ − x̄| / n • x̄ = Σxᵢ / n (mean of absolute deviations from the mean)
How this is calculated

The mean absolute deviation (MAD) measures how spread out data values are from their mean. First, compute the arithmetic mean x̄ = Σxᵢ / n. Then compute the absolute difference between each value and the mean: |xᵢ − x̄|. Finally, average those absolute differences: MAD = Σ|xᵢ − x̄| / n. A MAD of 0 means all values are equal; a larger MAD indicates more spread.

MAD is often preferred over standard deviation as an introductory measure of spread because it avoids squaring — the absolute value is more intuitive and less sensitive to extreme outliers than the squared terms in variance. For the classic data set {2, 4, 4, 4, 5, 5, 7, 9}, the mean is 5 and the MAD is (3+1+1+1+0+0+2+4)/8 = 12/8 = 1.5.

The calculator also reports population standard deviation (σ = √(Σ(xᵢ−x̄)²/n)) for comparison. Note that this calculator uses the population formula (dividing by n), not the sample formula (dividing by n−1). Use n−1 when the data is a sample drawn from a larger population and you want an unbiased estimate of the population standard deviation.

Häufige Fragen

Both measure spread from the mean. MAD averages the absolute deviations |xᵢ − x̄|, while standard deviation averages squared deviations and then takes the square root. Squaring penalises outliers more heavily, making standard deviation larger and more sensitive to extreme values than MAD.

Use MAD when explaining spread to a non-technical audience (the meaning is more intuitive), when the data contains significant outliers (MAD is more robust), or in fields like economics and signal processing where absolute deviations are more interpretable than squared ones.

No — MAD and all the reported statistics are order-independent. {2, 4, 5} gives the same result as {5, 2, 4}. The bar chart displays values in the order you entered them so you can cross-reference each bar with its position in your data.

Auch bekannt als

mean absolute deviation calculator
mad statistics calculator
average absolute deviation
data spread calculator
mad formula statistics
absolute deviation from mean
variability statistics calculator
measure of spread calculator

APA

TG we-Calculate Editorial Team. (2026). Mean Absolute Deviation (MAD) Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/de/calculator/mad-calculator

Chicago

TG we-Calculate Editorial Team. "Mean Absolute Deviation (MAD) Calculator." TG we-Calculate. 2026. https://we-calculate.com/de/calculator/mad-calculator.

IEEE

TG we-Calculate Editorial Team, "Mean Absolute Deviation (MAD) Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/de/calculator/mad-calculator

BibTeX

@misc{wecalculate_mad_calculator, title = {Mean Absolute Deviation (MAD) Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/de/calculator/mad-calculator}}, year = {2026}, note = {TG we-Calculate} }

Hat Ihnen dieser Rechner geholfen?