
In
geometry
Geometry (; ) is, with arithmetic, one of the oldest branches of mathematics. It is concerned with properties of space such as the distance, shape, size, and relative position of figures. A mathematician who works in the field of geometry is c ...
, the geometric median of a discrete set of sample points in a
Euclidean space
Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, that is, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are Euclidean sp ...
is the point minimizing the sum of distances to the sample points. This generalizes the
median, which has the property of minimizing the sum of distances for one-dimensional data, and provides a
central tendency
In statistics, a central tendency (or measure of central tendency) is a central or typical value for a probability distribution.Weisberg H.F (1992) ''Central Tendency and Variability'', Sage University Paper Series on Quantitative Applications ...
in higher dimensions. It is also known as the 1-median, spatial median,
[ Euclidean minisum point,] or Torricelli point.
The geometric median is an important estimator
In statistics, an estimator is a rule for calculating an estimate of a given quantity based on observed data: thus the rule (the estimator), the quantity of interest (the estimand) and its result (the estimate) are distinguished. For example, the ...
of location
In geography, location or place are used to denote a region (point, line, or area) on Earth's surface or elsewhere. The term ''location'' generally implies a higher degree of certainty than ''place'', the latter often indicating an entity with an ...
in statistics, where it is also known as the ''L''1 estimator.[ It is also a standard problem in facility location, where it models the problem of locating a facility to minimize the cost of transportation.
The special case of the problem for three points in the plane (that is, = 3 and = 2 in the definition below) is sometimes also known as Fermat's problem; it arises in the construction of minimal Steiner trees, and was originally posed as a problem by ]Pierre de Fermat
Pierre de Fermat (; between 31 October and 6 December 1607 – 12 January 1665) was a French mathematician who is given credit for early developments that led to infinitesimal calculus, including his technique of adequality. In particular, he ...
and solved by Evangelista Torricelli
Evangelista Torricelli ( , also , ; 15 October 160825 October 1647) was an Italian physicist and mathematician, and a student of Galileo. He is best known for his invention of the barometer, but is also known for his advances in optics and work ...
. Its solution is now known as the Fermat point of the triangle formed by the three sample points. The geometric median may in turn be generalized to the problem of minimizing the sum of ''weighted'' distances, known as the Weber problem
In geometry, the Weber problem, named after Alfred Weber, is one of the most famous problems in location theory. It requires finding a point in the plane that minimizes the sum of the transportation costs from this point to ''n'' destination point ...
after Alfred Weber's discussion of the problem in his 1909 book on facility location.[ Some sources instead call Weber's problem the Fermat–Weber problem, but others use this name for the unweighted geometric median problem.
provides a survey of the geometric median problem. See for generalizations of the problem to non-discrete point sets.
]
Definition
Formally, for a given set of ''m'' points with each , the geometric median is defined as
:
Here, arg min means the value of the argument which minimizes the sum. In this case, it is the point from where the sum of all Euclidean distance
In mathematics, the Euclidean distance between two points in Euclidean space is the length of a line segment between the two points.
It can be calculated from the Cartesian coordinates of the points using the Pythagorean theorem, therefore o ...
s to the 's is minimum.
Properties
* For the 1-dimensional case, the geometric median coincides with the median. This is because the univariate median also minimizes the sum of distances from the points. (More precisely, if the points are ''p1'', …, ''pn'', in that order, the geometric median is the middle point if ''n'' is odd, but is not uniquely determined if ''n'' is even, when it can be any point in the line segment between the two middling points and .) [
* The geometric median is unique whenever the points are not ]collinear
In geometry, collinearity of a set of points is the property of their lying on a single line. A set of points with this property is said to be collinear (sometimes spelled as colinear). In greater generality, the term has been used for aligned o ...
.
* The geometric median is equivariant for Euclidean similarity transformations, including translation
Translation is the communication of the Meaning (linguistic), meaning of a #Source and target languages, source-language text by means of an Dynamic and formal equivalence, equivalent #Source and target languages, target-language text. The ...
and rotation
Rotation, or spin, is the circular movement of an object around a '' central axis''. A two-dimensional rotating object has only one possible central axis and can rotate in either a clockwise or counterclockwise direction. A three-dimensional ...
. This means that one would get the same result either by transforming the geometric median, or by applying the same transformation to the sample data and finding the geometric median of the transformed data. This property follows from the fact that the geometric median is defined only from pairwise distances, and does not depend on the system of orthogonal Cartesian coordinates
A Cartesian coordinate system (, ) in a plane is a coordinate system that specifies each point uniquely by a pair of numerical coordinates, which are the signed distances to the point from two fixed perpendicular oriented lines, measured i ...
by which the sample data is represented. In contrast, the component-wise median for a multivariate data set is not in general rotation invariant, nor is it independent of the choice of coordinates.[
* The geometric median has a breakdown point of 0.5.] That is, up to half of the sample data may be arbitrarily corrupted, and the median of the samples will still provide a robust estimator for the location of the uncorrupted data.
Special cases
*For 3 (non-collinear
In geometry, collinearity of a set of points is the property of their lying on a single line. A set of points with this property is said to be collinear (sometimes spelled as colinear). In greater generality, the term has been used for aligned o ...
) points, if any angle of the triangle formed by those points is 120° or more, then the geometric median is the point at the vertex of that angle. If all the angles are less than 120°, the geometric median is the point inside the triangle which subtends an angle of 120° to each three pairs of triangle vertices.[ This is also known as the Fermat point of the triangle formed by the three vertices. (If the three points are collinear then the geometric median is the point between the two other points, as is the case with a one-dimensional median.)
*For 4 coplanar points, if one of the four points is inside the triangle formed by the other three points, then the geometric median is that point. Otherwise, the four points form a convex ]quadrilateral
In geometry a quadrilateral is a four-sided polygon, having four edges (sides) and four corners (vertices). The word is derived from the Latin words ''quadri'', a variant of four, and ''latus'', meaning "side". It is also called a tetragon, ...
and the geometric median is the crossing point of the diagonals of the quadrilateral. The geometric median of four coplanar points is the same as the unique Radon point of the four points.
Computation
Despite the geometric median's being an easy-to-understand concept, computing it poses a challenge. The centroid
In mathematics and physics, the centroid, also known as geometric center or center of figure, of a plane figure or solid figure is the arithmetic mean position of all the points in the surface of the figure. The same definition extends to any ...
or center of mass, defined similarly to the geometric median as minimizing the sum of the ''squares'' of the distances to each point, can be found by a simple formula — its coordinates are the averages of the coordinates of the points — but it has been shown that no explicit formula, nor an exact algorithm involving only arithmetic operations and ''k''th roots, can exist in general for the geometric median. Therefore, only numerical or symbolic approximations to the solution of this problem are possible under this model of computation
In computer science, and more specifically in computability theory and computational complexity theory, a model of computation is a model which describes how an output of a mathematical function is computed given an input. A model describes h ...
.
However, it is straightforward to calculate an approximation to the geometric median using an iterative procedure in which each step produces a more accurate approximation. Procedures of this type can be derived from the fact that the sum of distances to the sample points is a convex function, since the distance to each sample point is convex and the sum of convex functions remains convex. Therefore, procedures that decrease the sum of distances at each step cannot get trapped in a local optimum.
One common approach of this type, called Weiszfeld's algorithm after the work of Endre Weiszfeld Endre is a Hungarian boy name, its origin is from old Turkish, can be given by name and surname. Its English form is Andrew.
Endre may refer to:
People Hungary
Endre is a Hungarian masculine given name. It is a Hungarian form of ''Andrew'' and ...
, is a form of iteratively re-weighted least squares. This algorithm defines a set of weights that are inversely proportional to the distances from the current estimate to the sample points, and creates a new estimate that is the weighted average of the sample according to these weights. That is,
:
This method converges for almost all initial positions, but may fail to converge when one of its estimates falls on one of the given points. It can be modified to handle these cases so that it converges for all initial points.[
describe more sophisticated geometric optimization procedures for finding approximately optimal solutions to this problem.
show how to compute the geometric median to arbitrary precision in nearly ]linear time
In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by t ...
.
Note also that the problem can be formulated as the second-order cone program
:
which can be solved in polynomial time using common optimization solvers.
Characterization of the geometric median
If ''y'' is distinct from all the given points, ''x''''i'', then ''y'' is the geometric median if and only if it satisfies:
:
This is equivalent to:
:
which is closely related to Weiszfeld's algorithm.
In general, ''y'' is the geometric median if and only if there are vectors ''u''''i'' such that:
:
where for ''x''''i'' ≠ ''y'',
:
and for ''x''''i'' = ''y'',
:
An equivalent formulation of this condition is
:
It can be seen as a generalization of the median property, in the sense that any partition of the points, in particular as induced by any hyperplane through ''y'', has the same and opposite sum of positive ''directions'' from ''y'' on each side. In the one dimensional case, the hyperplane is the point ''y'' itself, and the sum of directions simplifies to the (directed) counting measure.
Generalizations
The geometric median can be generalized from Euclidean spaces to general Riemannian manifold
In differential geometry, a Riemannian manifold or Riemannian space , so called after the German mathematician Bernhard Riemann, is a real, smooth manifold ''M'' equipped with a positive-definite inner product ''g'p'' on the tangent spac ...
s (and even metric space
In mathematics, a metric space is a set together with a notion of '' distance'' between its elements, usually called points. The distance is measured by a function called a metric or distance function. Metric spaces are the most general sett ...
s) using the same idea which is used to define the Fréchet mean on a Riemannian manifold. Let be a Riemannian manifold with corresponding distance function , let be weights summing to 1, and let
be observations from . Then we define the weighted geometric median (or weighted Fréchet median) of the data points as
: .
If all the weights are equal, we say simply that is the geometric median.
See also
* Medoid
* Geometric median absolute deviation
Notes
References
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*.
*
*
*
*
* Translated into English as
{{refend
Means
Multivariate statistics
Nonparametric statistics
Mathematical optimization
Geometric algorithms
Descriptive statistics