HOME

TheInfoList



OR:

In geometry, the Chebyshev center of a bounded set Q having non-empty
interior Interior may refer to: Arts and media * ''Interior'' (Degas) (also known as ''The Rape''), painting by Edgar Degas * ''Interior'' (play), 1895 play by Belgian playwright Maurice Maeterlinck * ''The Interior'' (novel), by Lisa See * Interior de ...
is the center of the minimal-radius ball enclosing the entire set Q, or alternatively (and non-equivalently) the center of largest inscribed ball of Q. In the field of parameter estimation, the Chebyshev center approach tries to find an estimator \hat x for x given the feasibility set Q , such that \hat x minimizes the worst possible estimation error for x (e.g. best worst case).


Mathematical representation

There exist several alternative representations for the Chebyshev center. Consider the set Q and denote its Chebyshev center by \hat. \hat can be computed by solving: : \min_ \left\ with respect to the
Euclidean norm 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 s ...
\, \cdot\, , or alternatively by solving: : \operatorname \max_ \left\, x - \hat x \right\, ^2. Despite these properties, finding the Chebyshev center may be a hard
numerical optimization problem Mathematical optimization (alternatively spelled ''optimisation'') or mathematical programming is the selection of a best element, with regard to some criterion, from some set of available alternatives. It is generally divided into two subfi ...
. For example, in the second representation above, the inner maximization is non-convex if the set ''Q'' is not convex.


Properties

In
inner product spaces In mathematics, an inner product space (or, rarely, a Hausdorff pre-Hilbert space) is a real vector space or a complex vector space with an operation called an inner product. The inner product of two vectors in the space is a scalar, often den ...
and two-dimensional spaces, if Q is closed, bounded and convex, then the Chebyshev center is in Q . In other words, the search for the Chebyshev center can be conducted inside Q without loss of generality. In other spaces, the Chebyshev center may not be in Q , even if Q is convex. For instance, if Q is the tetrahedron formed by the
convex hull In geometry, the convex hull or convex envelope or convex closure of a shape is the smallest convex set that contains it. The convex hull may be defined either as the intersection of all convex sets containing a given subset of a Euclidean space ...
of the points (1,1,1), (-1,1,1), (1,-1,1) and (1,1,-1), then computing the Chebyshev center using the \ell_ norm yields : 0 = \operatorname\max _\left\, x-\right\, _^.


Relaxed Chebyshev center

Consider the case in which the set Q can be represented as the intersection of k ellipsoids. : \min_ \max_x \left\ with : f_i (x) = x^T Q_i x + 2g_i^T x + d_i \le 0,0 \le i \le k. \, By introducing an additional matrix variable \Delta = x x^T , we can write the inner maximization problem of the Chebyshev center as: : \min_ \max_ \left\ where \operatorname(\cdot) is the trace operator and : G = \left\ : f_i (\Delta ,x) = \operatorname(Q_i \Delta ) + 2g_i^T x + d_i. Relaxing our demand on \Delta by demanding \Delta \ge xx^T , i.e. \Delta - xx^T \in S_+ where S_+ is the set of positive semi-definite matrices, and changing the order of the min max to max min (see the references for more details), the optimization problem can be formulated as: : RCC = \max_ \left\ with : = \left\. This last convex optimization problem is known as the relaxed Chebyshev center (RCC). The RCC has the following important properties: * The RCC is an upper bound for the exact Chebyshev center. * The RCC is unique. * The RCC is feasible.


Constrained least squares

It can be shown that the well-known constrained least squares (CLS) problem is a relaxed version of the Chebyshev center. The original CLS problem can be formulated as: : _ = \operatorname*_ \left\, y - Ax \right\, ^2 with : = \left\ : Q_i \ge 0,g_i \in R^m ,d_i \in R. It can be shown that this problem is equivalent to the following optimization problem: : \max_ \left\ with : V = \left\. One can see that this problem is a relaxation of the Chebyshev center (though different than the RCC described above).


RCC vs. CLS

A solution set (x,\Delta) for the RCC is also a solution for the CLS, and thus T \in V . This means that the CLS estimate is the solution of a looser relaxation than that of the RCC. Hence the CLS is an upper bound for the RCC, which is an upper bound for the real Chebyshev center.


Modeling constraints

Since both the RCC and CLS are based upon relaxation of the real feasibility set Q, the form in which Q is defined affects its relaxed versions. This of course affects the quality of the RCC and CLS estimators. As a simple example consider the linear box constraints: : l \leq a^T x \leq u which can alternatively be written as : (a^T x - l)(a^T x - u) \leq 0. It turns out that the first representation results with an upper bound estimator for the second one, hence using it may dramatically decrease the quality of the calculated estimator. This simple example shows us that great care should be given to the formulation of constraints when relaxation of the feasibility region is used.


Linear programming problem

This problem can be formulated as a
linear programming Linear programming (LP), also called linear optimization, is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear function#As a polynomial function, li ...
problem, provided that the region Q is an intersection of finitely many hyperplanes. Given a polytope, Q, defined as follows then it can be solved via the following linear program. : Q = \ : \begin & \max_ && r\\ & \text && a_i \hat x + \, a_i\, r \leq b_i \\ & \text && r\geq 0 \end


See also

* Bounding sphere * Smallest-circle problem * Circumscribed circle (covers ''circumcenter'') * Centre (geometry) * Centroid


References

{{Reflist * Y. C. Eldar, A. Beck, and M. Teboulle
"A Minimax Chebyshev Estimator for Bounded Error Estimation,"
IEEE Trans. Signal Process., 56(4): 1388–1397 (2007). * A. Beck and Y. C. Eldar
"Regularization in Regression with Bounded Noise: A Chebyshev Center Approach,"
SIAM J. Matrix Anal. Appl. 29 (2): 606–625 (2007). Estimation methods Geometric centers Mathematical optimization