Biography Wikipedia
Wikipedia:
In statistics and probability theory, median is described as the numerical value separating the higher half of a sample, a population, or a probability distribution, from the lower half. The median of a finite list of numbers can be found by arranging all the observations from lowest value to highest value and picking the middle one. If there is an even number of observations, then there is no single middle value; the median is then usually defined to be the mean of the two middle values.
A median is only defined on one-dimensional data, and is independent of any distance metric. A geometric median, on the other hand, is defined in any number of dimensions.
In a sample of data, or a finite population, there may be no member of the sample whose value is identical to the median (in the case of an even sample size), and, if there is such a member, there may be more than one so that the median may not uniquely identify a sample member. Nonetheless, the value of the median is uniquely determined with the usual definition. A related concept, in which the outcome is forced to correspond to a member of the sample, is the medoid.
At most, half the population have values strictly less than the median, and, at most, half have values strictly greater than the median. If each group contains less than half the population, then some of the population is exactly equal to the median. For example, if < < , then the median of the list {, , } is . If <> <> as well, then only is strictly less than the median, and only is strictly greater than the median. Since each group is less than half (one-third, in fact), the leftover is strictly equal to the median (a truism).
Likewise, if < < < , then the median of the list {, , , } is the mean of and ; i.e., it is ( + )/2.
The median can be used as a measure of location when a distribution is skewed, when end-values are not known, or when one requires reduced importance to be attached to outliers, e.g., because they may be measurement errors.
In terms of notation, some authors represent the median of a variable either as or as There is no simple, widely accepted standard notation for the median, so the use of these or other symbols for the median needs to be explicitly defined when they are introduced.
Measures of location and dispersion
The median is one of a number of ways of summarising the typical values associated with members of a statistical population; thus, it is a possible location parameter.
When the median is used as a location parameter in descriptive statistics, there are several choices for a measure of variability: the range, the interquartile range, the mean absolute deviation, and the median absolute deviation. Since the median is the same as the second quartile, its calculation is illustrated in the article on quartiles.
For practical purposes, different measures of location and dispersion are often compared on the basis of how well the corresponding population values can be estimated from a sample of data. The median, estimated using the sample median, has good properties in this regard. While it is not usually optimal if a given population distribution is assumed, its properties are always reasonably good. For example, a comparison of the efficiency of candidate estimators shows that the sample mean is more statistically efficient than the sample median when data are uncontaminated by data from heavy-tailed distributions or from mixtures of distributions, but less efficient otherwise, and that the efficiency of the sample median is higher than that for a wide range of distributions.
Medians of probability distributions
For any probability distribution on the real line with cumulative distribution function , regardless of whether it is any kind of continuous probability distribution, in particular an absolutely continuous distribution (and therefore has a probability density function), or a discrete probability distribution, a median is by definition any real number that satisfies the inequalities
or, equivalently, the inequalities
in which a Lebesgue–Stieltjes integral is used. For an absolutely continuous probability distribution with probability density function ƒ, the median satisfies
Any probability distribution on has at least one median, but there may be more than one median. Where exactly one median exists, statisticians speak of "the median" correctly; even when the median is not unique, some statisticians speak of "the median" informally.
Medians of particular distributions
The medians of certain types of distributions can be easily calculated from their parameters:
The median of a normal distribution with mean μ and variance σ is μ. In fact, for a normal distribution, mean = median = mode.The median of a uniform distribution in the interval [, ] is ( + ) / 2, which is also the mean.The median of a Cauchy distribution with location parameter and scale parameter is , the location parameter.The median of an exponential distribution with rate parameter λ is the natural logarithm of 2 divided by the rate parameter: λln 2.The median of a Weibull distribution with shape parameter and scale parameter λ is λ(ln 2).Medians in descriptive statistics
The median is used primarily for skewed distributions, which it summarizes differently than the arithmetic mean. Consider the multiset { 1, 2, 2, 2, 3, 14 }. The median is 2 in this case, as is the mode, and it might be seen as a better indication of central tendency than the arithmetic mean of 4.
Calculation of medians is a popular technique in summary statistics and summarizing statistical data, since it is simple to understand and easy to calculate, while also giving a measure that is more robust in the presence of outlier values than is the mean.
Medians for populations
An optimality property
The mean absolute error of a real variable with respect to the random variable is
Provided that the probability distribution of is such that the above expectation exists, then is a median of if and only if is a minimizer of the mean absolute error with respect to . In particular, is a sample median if and only if minimizes the arithmetic mean of the absolute deviations.
See also -medians clustering.
Unimodal distributions
It can be shown for a unimodal distribution that the mean and the median lie within (3/5) times the standard deviation of each other. In symbols
where || is the absolute value.
A similar relation holds between the mode and the median. In this case the mode and the median lie within 3 of each other.
An inequality relating means and medians
If the distribution has finite variance, then the distance between the median and the mean is bounded by one standard deviation.
This bound was proved by Mallows, who used Jensen's inequality twice, as follows. We have
The first and third inequalities come from Jensen's inequality applied to the absolute-value function and the square function, which are each convex. The second inequality comes from the fact that a median minimizes the absolute deviation function
This proof can easily be generalized to obtain a multivariate version of the inequality, as follows:
where is a spatial median, that is, a minimizer of the function The spatial median is unique when the data-set's dimension is two or more. An alternative proof uses the one-sided Chebyshev inequality; it appears in an inequality on location and scale parameters.
Medians for samples
The sample median
Efficient computation of the sample median
Even though sorting items requires ( log ) operations, selection algorithms can compute the -smallest of items (e.g., the median) with only () operations.
Easy explanation of the sample median
In individual series (if number of observation is very low) first one must arrange all the observations in ascending order. Then count() total number of observation in given data.
If is odd then Median () = value of (( + 1)/2)th item term.
If is even then Median () = value of [(()/2)th item term + (()/2 + 1)th item term ]/2
For an odd number of valuesAs an example, we will calculate the sample median for the following set of observations: 1, 5, 2, 8, 7.
Start by sorting the values: 1, 2, 5, 7, 8.
In this case, the median is 5 since it is the middle observation in the ordered list.
The median is the (( + 1)/2)th item, where is the number of values. For example, for the list {1, 2, 5, 7, 8}, we have = 5, so the median is the ((5 + 1)/2)th item.
median = (6/2)th itemmedian = 3rd itemmedian = 5For an even number of valuesAs an example, we will calculate the sample median for the following set of observations: 1, 6, 2, 8, 7, 2.
Start by sorting the values: 1, 2, 2, 6, 7, 8.
In this case, the arithmetic mean of the two middlemost terms is (2 + 6)/2 = 4. Therefore, the median is 4 since it is the arithmetic mean of the middle observations in the ordered list.
We also use this formula MEDIAN = {( + 1 )/2}th item . = number of values
As above example 1, 2, 2, 6, 7, 8 = 6 Median = {(6 + 1)/2}th item = 3.5th item. In this case, the median is average of the 3rd number and the next one (the fourth number). The median is (2 + 6)/2 which is 4.
Variance
The distribution of the sample median from a population with a density function ƒ() is asymptotically normal with mean and variance where is the median value of distribution and is the sample size.
The efficiency of the sample median, measured as the ratio of the variance of the mean to the variance of the median, depends on the sample size and on the underlying population distribution. For a sample of size = 2 + 1 from the normal distribution, the ratio is
For large samples (as tends to infinity) this ratio tends to
Other estimators
For univariate distributions that are symmetric about one median, the Hodges–Lehmann estimator is a robust and highly efficient estimator of the population median.
If data are represented by a statistical model specifying a particular family of probability distributions, then estimates of the median can be obtained by fitting that family of probability distributions to the data and calculating the theoretical median of the fitted distribution. Pareto interpolation is an applicaton of this when the population is assumed to have a Pareto distribution.
Multivariate median
Previously, this article discussed the concept of a univariate median for a one-dimensional object (population, sample). When the dimension is two or higher, there are multiple concepts that extend the definition of the univariate median; each such multivariate median agrees with the univariate median when the dimension is exactly one. In higher dimensions, however, there are several multivariate medians.
Marginal median
The marginal median is defined for vectors defined with respect to a fixed set of coordinates. A marginal median is defined to be the vector whose components are univariate medians. The marginal median is easy to compute, and its properties were studied by Puri and Sen.
Spatial median (L1 median)
In a normed vector space of dimension two or greater, the "spatial median" minimizes the expected distance
where and are vectors, if this expectation has a finite minimum; another definition is better suited for general probability-distributions. The spatial median is unique when the data-set's dimension is two or more. It is a robust and highly efficient estimator of the population spatial-median (also called the "L1 median").
Other multivariate medians
An alternative to the spatial median is defined in a similar way, but based on a different loss function, and is called the Geometric median. The centerpoint is another generalization to higher dimensions that does not relate to a particular metric.
Pseudo-median
For univariate distributions that are symmetric about one median, the Hodges–Lehmann estimator is a robust and highly efficient estimator of the population median; for non-symmetric distributions, the Hodges–Lehmann estimator is a robust and highly efficient estimator of the population pseudo-median, which is the median of a symmetrized distribution and which is close to the population median. The Hodges–Lehmann estimator has been generalized to multivariate distributions.
Variants of regression
The Theil–Sen estimator is a method for robust linear regression based on finding medians of slopes.
Median filter
In the context of image processing of monochrome raster images there is a type of noise, known as the salt and pepper noise, when each pixel independently becomes black (with some small probability) or white (with some small probability), and is unchanged otherwise (with the probability close to 1). An image constructed of median values of neighborhoods (like 3×3 square) can effectively reduce noise in this case.
Cluster analysis
In cluster analysis, the k-medians clustering algorithm provides a way of defining clusters, in which the criterion of maximising the distance between cluster-means that is used in k-means clustering, is replaced by maximising the distance between cluster-medians.
Median-unbiased estimators
Any mean-unbiased estimator minimizes the risk (expected loss) with respect to the squared-error loss function, as observed by Gauss. A median-unbiased estimator minimizes the risk with respect to the absolute-deviation loss function, as observed by Laplace. Other loss functions are used in statistical theory, particularly in robust statistics.
The theory of median-unbiased estimators was revived by George W. Brown in 1947:
An estimate of a one-dimensional parameter θ will be said to be median-unbiased, if, for fixed θ, the median of the distribution of the estimate is at the value θ; i.e., the estimate underestimates just as often as it overestimates. This requirement seems for most purposes to accomplish as much as the mean-unbiased requirement and has the additional property that it is invariant under one-to-one transformation. [page 584]
Further properties of median-unbiased estimators have been reported. In particular, median-unbiased estimators exist in cases where mean-unbiased and maximum-likelihood estimators do not exist. Median-unbiased estimators are invariant under one-to-one transformations.
History
Gustav Fechner popularized the median into the formal analysis of data, although it had been used previously by Laplace.
