Central tendency


In statistics, a central tendency is a central or typical value for a probability distribution. It may also be called a center or location of the distribution. Colloquially, measures of central tendency are often called averages. The term central tendency dates from the late 1920s.
The most common measures of central tendency are the arithmetic mean, the median, the mode and the range. A middle tendency can be calculated for either a finite set of values or for a theoretical distribution, such as the normal distribution. Occasionally authors use central tendency to denote "the tendency of quantitative data to cluster around some central value."
The central tendency of a distribution is typically contrasted with its dispersion or variability; 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

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 mean or 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 for ordinal 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 with nominal data, which have purely qualitative category assignments.
; Geometric mean: the nth root of the product of the data values, where there are n of these. This measure is valid only for data that are measured absolutely on a strictly positive scale.
; Harmonic mean: the reciprocal of the arithmetic mean of the reciprocals of the data values. This measure too is valid only for data that are measured absolutely on a strictly positive scale.
; Weighted arithmetic mean: an arithmetic mean that incorporates weighting to certain data elements.
; Truncated mean or trimmed 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 the interquartile range.
; Midrange: the arithmetic mean of the maximum and minimum values of a data set.
; Midhinge: the arithmetic mean of the first and third quartiles.
; Trimean: the weighted arithmetic mean of the median and two quartiles.
; Winsorized mean: an arithmetic mean in which extreme values are 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. In addition, there are the
; Geometric median: which minimizes the sum of distances to the data 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 : 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 chosen simplex with 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

Several measures of central tendency can be characterized as solving a variational problem, in the sense of the calculus of variations, namely minimizing variation from the center. That is, given a measure of statistical 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 of Lp spaces, the correspondence is:
Lpdispersioncentral tendency
L0variation ratiomode
L1average absolute deviationmedian
L2standard deviationmean
Lmaximum deviationmidrange

The associated functions are called p-norms: respectively 0-"norm", 1-norm, 2-norm, and ∞-norm. The function corresponding to the L0 space is not a norm, and is thus often referred to in quotes: 0-"norm".
In equations, for a given data set X, thought of as a vector, the dispersion about a point c is the "distance" from x to the constant vector in the p-norm :
For and these functions are defined by taking limits, respectively as and. For the limiting values are and for, so the difference becomes simply equality, so the 0-norm counts the number of unequal points. For the largest number dominates, and thus the ∞-norm is the maximum difference.

Uniqueness

The mean and midrange are unique, while the median and mode are not in general unique. This can be understood in terms of convexity of the associated functions.
The 2-norm and ∞-norm are strictly convex, and thus the minimizer is unique, 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 not strictly convex, whereas strict convexity is needed to ensure uniqueness of the minimizer. Correspondingly, the median 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. Correspondingly, the mode is not unique – for example, in a uniform distribution any point is the mode.

Clustering

Instead of a single central point, one can ask for multiple points such that the variation from these points is minimized. This leads to cluster analysis, where each point in the data set is clustered with the nearest "center". Most commonly, using the 2-norm generalizes the mean to k-means clustering, while using the 1-norm generalizes the median to k-medians clustering. Using the 0-norm simply generalizes the mode to using the k most common values as centers.
Unlike the single-center statistics, this multi-center clustering cannot in general be computed in a closed-form expression, and instead must be computed or approximated by an iterative method; one general approach is expectation–maximization algorithms.

Information geometry

The notion of a "center" as minimizing variation can be generalized in information geometry as a distribution that minimizes divergence from a data set. The most common case is maximum likelihood estimation, where the maximum likelihood estimate maximizes likelihood, which can be interpreted geometrically by using entropy to measure variation: the MLE minimizes cross entropy.
A simple example of this is for the center of nominal data: instead of using the mode, one often uses the empirical measure as a "center". For example, given binary 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 from the data set. This perspective is also used in regression analysis, where least squares finds the solution that minimizes the distances from it, and analogously in logistic regression, a maximum likelihood estimate minimizes the surprisal.

Relationships between the mean, median and mode

For unimodal distributions the following bounds are known and are sharp:
where μ is the mean, ν is the median, θ is the mode, and σ is the standard deviation.
For every distribution,