Calculate the mean absolute deviation — the average distance of each value from the mean.
Calculate the mean absolute deviation — the average distance of each value from the mean.
Every value's distance from the mean is measured (ignoring whether it's above or below, hence "absolute"), and those distances are averaged — a simpler, more intuitive spread measure than standard deviation, though standard deviation remains more common in formal statistics.