Mean difference

Mean difference

The mean 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 difference, which is the mean difference divided by the arithmetic mean. An important relationship is that the relative mean difference is equal to twice the Gini coefficient, which is defined in terms of the Lorenz curve.

The mean difference is also known as the absolute mean difference and the Gini mean difference. The mean difference is sometimes denoted by Δ or as MD. The mean deviation is a different measure of dispersion.

Contents

Calculation

For a population of size n, with a sequence of values yi, i = 1 to n:

MD = \frac{1}{n(n-1)} \Sigma_{i=1}^n \Sigma_{j=1}^n | y_i - y_j | .

For a discrete probability function f(y), where yi, i = 1 to n, are the values with nonzero probabilities:

MD = \Sigma_{i=1}^n \Sigma_{j=1}^n f(y_i) f(y_j) | y_i - y_j | .

For a probability density function f(x):

MD = \int_{-\infty}^\infty \int_{-\infty}^\infty f(x)\,f(y)\,|x-y|\,dx\,dy .

For a cumulative distribution function F(x) with quantile function F(x):

MD = \int_0^1 \int_0^1 |F(x)-F(y)|\,dx\,dy .

Relative mean difference

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

RMD = \frac{MD}{\mbox{arithmetic mean}}.

The relative mean difference quantifies the mean difference in comparison to the size of the mean and is a dimensionless quantity. The relative mean 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 difference and the Gini coefficient, including alternative ways of calculating their values.

Properties

The mean 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 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 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 difference will be less than 2.

Compared to standard deviation

Both the standard deviation and the mean difference measure dispersion—how spread out are the values of a population or the probabilities of a distribution. The mean 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 difference. When the arithmetic mean is finite, the mean 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 than the mean 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

MD(S) = \frac{\sum_{i=1}^n \sum_{j=1}^n | y_i - y_j |}{n(n-1)}

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

RMD(S) = \frac{\sum_{i=1}^n \sum_{j=1}^n | y_i - y_j |}{(n-1)\sum_{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:[citation needed]

\operatorname{E}(R(S)) = \sum_{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

Examples of Mean Difference and Relative Mean Difference
Distribution Parameters Mean Standard Deviation Mean Difference Relative Mean Difference
Continuous uniform a = 0 ; b = 1 1 / 2 = 0.5 \frac{1}{\sqrt{12}} ≈ 0.2887 1 / 3 ≈ 0.3333 2 / 3 ≈ 0.6667
Normal μ = 1 ; σ = 1 1 1 \frac{2}{\sqrt{\pi}} ≈ 1.1284 \frac{2}{\sqrt{\pi}} ≈ 1.1284
Exponential λ = 1 1 1 1 1
Pareto k > 1 ; xm = 1 \frac{k}{(k-1)} \frac{1}{(k-1)}\,\sqrt{\frac{k}{(k-2)}} (for k > 2) \frac{2 k} {(k-1) (2k-1)} \, \frac{2}{2k-1}\,
Gamma k ; θ kθ \sqrt{k}\,\theta k θ (2 − 4 I 0.5 (k+1 , k)) † 2 − 4 I 0.5 (k+1 , k) †
Gamma k = 1 ; θ = 1 1 1 1 1
Gamma k = 2 ; θ = 1 2 \sqrt{2} ≈ 1.4142 3 / 2 = 1.5 3 / 4 = 0.75
Gamma k = 3 ; θ = 1 3 \sqrt{3} ≈ 1.7321 15 / 8 = 1.875 5 / 8 = 0.625
Gamma k = 4 ; θ = 1 4 2 35 / 16 = 2.1875 35 / 64 = 0.546875
Bernoulli 0 ≤ p ≤ 1 p \sqrt{p(1-p)} 2 p (1 − p) 2 (1 − p) for p > 0
Student's t, 2 d.f. ν = 2 0 \infty π / √2 = 2.2214 undefined
† I z (x,y) is the regularized incomplete Beta function

See also

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • mean difference — noun : the average of the absolute values of the n(n 1)/2 differences that exist between pairs in a statistical distribution of n elements …   Useful english dictionary

  • Difference in differences — (DID) (sometimes Diff in Diffs ) is a quasi experimental technique used in econometrics that measures the effect of a treatment at a given period in time. It is often used to measure the change induced by a particular treatment or event, though… …   Wikipedia

  • Mean time between failures — (MTBF) is the predicted elapsed time between inherent failures of a system during operation.[1] MTBF can be calculated as the arithmetic mean (average) time between failures of a system. The MTBF is typically part of a model that assumes the… …   Wikipedia

  • Mean absolute percentage error — (MAPE) is measure of accuracy in a fitted time series value in statistics, specifically trending. It usually expresses accuracy as a percentage, and is defined by the formula: where At is the actual value and Ft is the forecast value. The… …   Wikipedia

  • Mean Streets (anthology) — Mean Streets   …   Wikipedia

  • Mean square quantization error — (MSQE) is a figure of merit for the process of analog to digital conversion. As the input is varied, the input s value is recorded when the digital output changes. For each digital output, the input s difference from ideal is normalized to the… …   Wikipedia

  • Difference quotient — The primary vehicle of calculus and other higher mathematics is the function. Its input value is its argument, usually a point ( P ) expressible on a graph. The difference between two points, themselves, is known as their Delta (ΔP), as is the… …   Wikipedia

  • Mean squared error — In statistics, the mean squared error (MSE) of an estimator is one of many ways to quantify the difference between values implied by a kernel density estimator and the true values of the quantity being estimated. MSE is a risk function,… …   Wikipedia

  • Mean signed difference — In statistics, the mean signed difference (MSD), also known as mean signed error (MSE), is a sample statistic that summarises how well an estimator matches the quantity θ that it is supposed to estimate. It is one of a number of statistics that… …   Wikipedia

  • difference — noun 1 way in which people/things are not the same ADJECTIVE ▪ big, broad, considerable, dramatic, enormous, great, huge, large, major, profound …   Collocations dictionary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”