Puneet Varma (Editor)

Mean absolute difference

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The mean absolute difference is a measure of statistical dispersion equal to the average absolute difference of two independent values drawn from a probability distribution. A related statistic is the relative mean absolute difference, which is the mean absolute difference divided by the arithmetic mean, and equal to twice the Gini coefficient. The mean absolute difference is also known as the absolute mean difference (not to be confused with the absolute value of the mean signed difference) and the Gini mean difference (GMD). The mean absolute difference is sometimes denoted by Δ or as MD.

Contents

Definition

The mean absolute difference or the MAD is defined as the "average" or "mean", formally the expected value, of the absolute difference of two random variables X and Y independently and identically distributed with the same (unknown) distribution henceforth called Q.

M D := E [ | X Y | ] .

Calculation

Specifically, in the discrete case,

  • For a random sample of size n of a population distributed according to Q, the (empirical) mean absolute difference of the sequence of sample values yi, i = 1 to n can be calculated as the arithmetic mean of the absolute value of all possible differences:
  • M D = 1 n 2 i = 1 n j = 1 n | y i y j | .
  • if Q has a discrete probability function f(y), where yi, i = 1 to n, are the values with nonzero probabilities:
  • In the continuous case,

  • if Q has a probability density function f(x):
  • if Q has a cumulative distribution function F(x) with quantile function Q(F), then, since f(x)=dF(x)/dx and Q(F(x))=x, it follows that:
  • Relative mean absolute difference

    When the probability distribution has a finite and nonzero arithmetic mean, the relative mean absolute difference, sometimes denoted by Δ or RMD, is defined by

    R M D = M D arithmetic mean .

    The relative mean absolute difference quantifies the mean absolute difference in comparison to the size of the mean and is a dimensionless quantity. The relative mean absolute difference is equal to twice the Gini coefficient which is defined in terms of the Lorenz curve. This relationship gives complementary perspectives to both the relative mean absolute difference and the Gini coefficient, including alternative ways of calculating their values.

    Properties

    The mean absolute difference is invariant to translations and negation, and varies proportionally to positive scaling. That is to say, if X is a random variable and c is a constant:

  • MD(X + c) = MD(X),
  • MD(−X) = MD(X), and
  • MD(c X) = |c| MD(X).
  • The relative mean absolute difference is invariant to positive scaling, commutes with negation, and varies under translation in proportion to the ratio of the original and translated arithmetic means. That is to say, if X is a random variable and c is a constant:

  • RMD(X + c) = RMD(X) · mean(X)/(mean(X) + c) = RMD(X) / (1 + c / mean(X)) for c ≠ −mean(X),
  • RMD(−X) = −RMD(X), and
  • RMD(c X) = RMD(X) for c > 0.
  • If a random variable has a positive mean, then its relative mean absolute difference will always be greater than or equal to zero. If, additionally, the random variable can only take on values that are greater than or equal to zero, then its relative mean absolute difference will be less than 2.

    Compared to standard deviation

    The mean absolute difference is twice the L-scale (the second L-moment), while the standard deviation is the square root of the variance about the mean (the second conventional central moment). The differences between L-moments and conventional moments are first seen in comparing the mean absolute difference and the standard deviation (the first L-moment and first conventional moment are both the mean).

    Both the standard deviation and the mean absolute difference measure dispersion—how spread out are the values of a population or the probabilities of a distribution. The mean absolute difference is not defined in terms of a specific measure of central tendency, whereas the standard deviation is defined in terms of the deviation from the arithmetic mean. Because the standard deviation squares its differences, it tends to give more weight to larger differences and less weight to smaller differences compared to the mean absolute difference. When the arithmetic mean is finite, the mean absolute difference will also be finite, even when the standard deviation is infinite. See the examples for some specific comparisons.

    The recently introduced distance standard deviation plays similar role to the mean absolute difference but the distance standard deviation works with centered distances. See also E-statistics.

    Sample estimators

    For a random sample S from a random variable X, consisting of n values yi, the statistic

    M D ( S ) = i = 1 n j = 1 n | y i y j | n ( n 1 )

    is a consistent and unbiased estimator of MD(X). The statistic:

    R M D ( S ) = i = 1 n j = 1 n | y i y j | ( n 1 ) i = 1 n y i

    is a consistent estimator of RMD(X), but is not, in general, unbiased.

    Confidence intervals for RMD(X) can be calculated using bootstrap sampling techniques.

    There does not exist, in general, an unbiased estimator for RMD(X), in part because of the difficulty of finding an unbiased estimation for multiplying by the inverse of the mean. For example, even where the sample is known to be taken from a random variable X(p) for an unknown p, and X(p) − 1 has the Bernoulli distribution, so that Pr(X(p) = 1) = 1 − p and Pr(X(p) = 2) = p, then

    RMD(X(p)) = 2p(1 − p)/(1 + p).

    But the expected value of any estimator R(S) of RMD(X(p)) will be of the form:

    E ( R ( S ) ) = i = 0 n p i ( 1 p ) n i r i ,

    where the r i are constants. So E(R(S)) can never equal RMD(X(p)) for all p between 0 and 1.

    Examples

    I z ( x , y ) is the regularized incomplete Beta function

    References

    Mean absolute difference Wikipedia