Jump to content

Central tendency

From Wikipedia, the free encyclopedia

Instatistics,acentral tendency(ormeasure of central tendency) is a central or typical value for aprobability distribution.[1]

Colloquially, measures of central tendency are often calledaverages.The termcentral tendencydates from the late 1920s.[2]

The most common measures of central tendency are thearithmetic mean,themedian,and themode.A middle tendency can be calculated for either a finite set of values or for a theoretical distribution, such as thenormal distribution.Occasionally authors use central tendency to denote "the tendency of quantitativedatato cluster around some central value. "[2][3]

The central tendency of a distribution is typically contrasted with itsdispersionorvariability;dispersion and central tendency are the often characterized properties of distributions. Analysis may judge whether data has a strong or a weak central tendency based on its dispersion.

Measures

[edit]

The following may be applied to one-dimensional data. Depending on the circumstances, it may be appropriate to transform the data before calculating a central tendency. Examples are squaring the values or taking logarithms. Whether a transformation is appropriate and what it should be, depend heavily on the data being analyzed.

Arithmetic meanor simply,mean
the sum of all measurements divided by the number of observations in the data set.
Median
the middle value that separates the higher half from the lower half of the data set. The median and the mode are the only measures of central tendency that can be used forordinal data,in which values are ranked relative to each other but are not measured absolutely.
Mode
the most frequent value in the data set. This is the only central tendency measure that can be used withnominal data,which have purely qualitative category assignments.
Generalized mean
A generalization of thePythagorean means,specified by an exponent.
Geometric mean
thenth rootof the product of the data values, where there arenof these. This measure is valid only for data that are measured on a strictly positive scale.
Harmonic mean
thereciprocalof the arithmetic mean of the reciprocals of the data values. This measure is valid only for data that are measured either on a strictly positive or a strictly negative scale.
Weighted arithmetic mean
an arithmetic mean that incorporates weighting to certain data elements.
Truncated meanortrimmed mean
the arithmetic mean of data values after a certain number or proportion of the highest and lowest data values have been discarded.
Interquartile mean
a truncated mean based on data within theinterquartile range.
Midrange
the arithmetic mean of the maximum and minimum values of a data set.
Midhinge
the arithmetic mean of the first and thirdquartiles.
Quasi-arithmetic mean
A generalization of thegeneralized mean,specified by acontinuousinjectivefunction.
Trimean
the weighted arithmetic mean of the median and two quartiles.
Winsorized mean
an arithmetic mean in whichextreme valuesare replaced by values closer to the median.

Any of the above may be applied to each dimension of multi-dimensional data, but the results may not be invariant to rotations of the multi-dimensional space.

Geometric median
the point minimizing the sum of distances to a set of sample points. This is the same as the median when applied to one-dimensional data, but it is not the same as taking the median of each dimension independently. It is not invariant to different rescaling of the different dimensions.
Quadratic mean(often known as theroot mean square)
useful in engineering, but not often used in statistics. This is because it is not a good indicator of the center of the distribution when the distribution includes negative values.
Simplicial depth
the probability that a randomly chosensimplexwith vertices from the given distribution will contain the given center
Tukey median
a point with the property that every halfspace containing it also contains many sample points

Solutions to variational problems

[edit]

Several measures of central tendency can be characterized as solving a variational problem, in the sense of thecalculus of variations,namely minimizing variation from the center. That is, given a measure ofstatistical dispersion,one asks for a measure of central tendency that minimizes variation: such that variation from the center is minimal among all choices of center. In a quip, "dispersion precedes location". These measures are initially defined in one dimension, but can be generalized to multiple dimensions. This center may or may not be unique. In the sense ofLpspaces,the correspondence is:

Lp dispersion central tendency
L0 variation ratio mode[a]
L1 average absolute deviation median(geometric median)[b]
L2 standard deviation mean(centroid)[c]
L maximum deviation midrange[d]

The associated functions are calledp-norms:respectively 0- "norm", 1-norm, 2-norm, and ∞-norm. The function corresponding to theL0space is not a norm, and is thus often referred to in quotes: 0- "norm".

In equations, for a given (finite) data setX,thought of as a vectorx= (x1,…,xn),the dispersion about a pointcis the "distance" fromxto the constant vectorc= (c,…,c)in thep-norm (normalized by the number of pointsn):

Forp= 0andp = ∞these functions are defined by taking limits, respectively asp→ 0andp→ ∞.Forp= 0the limiting values are00= 0anda0= 0ora≠ 0,so the difference becomes simply equality, so the 0-norm counts the number ofunequalpoints. Forp= ∞the largest number dominates, and thus the ∞-norm is the maximum difference.

Uniqueness

[edit]

The mean (L2center) and midrange (Lcenter) are unique (when they exist), while the median (L1center) and mode (L0center) are not in general unique. This can be understood in terms ofconvexityof the associated functions (coercive functions).

The 2-norm and ∞-norm arestrictly convex,and thus (by convex optimization) the minimizer is unique (if it exists), and exists for bounded distributions. Thus standard deviation about the mean is lower than standard deviation about any other point, and the maximum deviation about the midrange is lower than the maximum deviation about any other point.

The 1-norm is notstrictlyconvex, whereas strict convexity is needed to ensure uniqueness of the minimizer. Correspondingly, the median (in this sense of minimizing) is not in general unique, and in fact any point between the two central points of a discrete distribution minimizes average absolute deviation.

The 0- "norm" is not convex (hence not a norm). Correspondingly, the mode is not unique – for example, in a uniform distributionanypoint is the mode.

Clustering

[edit]

Instead of a single central point, one can ask for multiple points such that the variation from these points is minimized. This leads tocluster analysis,where each point in the data set is clustered with the nearest "center". Most commonly, using the 2-norm generalizes the mean tok-means clustering,while using the 1-norm generalizes the (geometric) median tok-medians clustering.Using the 0-norm simply generalizes the mode (most common value) to using thekmost common values as centers.

Unlike the single-center statistics, this multi-center clustering cannot in general be computed in aclosed-form expression,and instead must be computed or approximated by aniterative method;one general approach isexpectation–maximization algorithms.

Information geometry

[edit]

The notion of a "center" as minimizing variation can be generalized ininformation geometryas a distribution that minimizesdivergence(a generalized distance) from a data set. The most common case ismaximum likelihood estimation,where the maximum likelihood estimate (MLE) maximizes likelihood (minimizes expectedsurprisal), which can be interpreted geometrically by usingentropyto measure variation: the MLE minimizescross-entropy(equivalently,relative entropy,Kullback–Leibler divergence).

A simple example of this is for the center of nominal data: instead of using the mode (the only single-valued "center" ), one often uses theempirical measure(thefrequency distributiondivided by thesample size) as a "center". For example, givenbinary data,say heads or tails, if a data set consists of 2 heads and 1 tails, then the mode is "heads", but the empirical measure is 2/3 heads, 1/3 tails, which minimizes the cross-entropy (total surprisal) from the data set. This perspective is also used inregression analysis,whereleast squaresfinds the solution that minimizes the distances from it, and analogously inlogistic regression,a maximum likelihood estimate minimizes the surprisal (information distance).

Relationships between the mean, median and mode

[edit]

Forunimodal distributionsthe following bounds are known and are sharp:[4]

whereμis the mean,νis the median,θis the mode, andσis the standard deviation.

For every distribution,[5][6]

See also

[edit]

Notes

[edit]
  1. ^Unlike the other measures, the mode does not require any geometry on the set, and thus applies equally in one dimension, multiple dimensions, or even forcategorical variables.
  2. ^The median is only defined in one dimension; the geometric median is a multidimensional generalization.
  3. ^The mean can be defined identically for vectors in multiple dimensions as for scalars in one dimension; the multidimensional form is often called the centroid.
  4. ^In multiple dimensions, the midrange can be define coordinate-wise (take the midrange of each coordinate), though this is not common.

References

[edit]
  1. ^Weisberg H.F (1992)Central Tendency and Variability,Sage University Paper Series on Quantitative Applications in the Social Sciences,ISBN0-8039-4007-6p.2
  2. ^abUpton, G.; Cook, I. (2008)Oxford Dictionary of Statistics,OUPISBN978-0-19-954145-4(entry for "central tendency" )
  3. ^Dodge, Y. (2003)The Oxford Dictionary of Statistical Terms,OUP forInternational Statistical Institute.ISBN0-19-920613-9(entry for "central tendency" )
  4. ^Johnson NL, Rogers CA (1951) "The moment problem for unimodal distributions".Annals of Mathematical Statistics,22 (3) 433–439
  5. ^Hotelling H, Solomons LM (1932) The limits of a measure of skewness. Annals Math Stat 3, 141–114
  6. ^Garver (1932) Concerning the limits of a mesuare of skewness. Ann Math Stats 3(4) 141–142