Simplicial depth
   HOME

TheInfoList



OR:

In
robust statistics Robust statistics are statistics that maintain their properties even if the underlying distributional assumptions are incorrect. Robust Statistics, statistical methods have been developed for many common problems, such as estimating location parame ...
and computational geometry, simplicial depth is a measure of
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 ...
determined by the
simplices In geometry, a simplex (plural: simplexes or simplices) is a generalization of the notion of a triangle or tetrahedron to arbitrary dimensions. The simplex is so-named because it represents the simplest possible polytope in any given dimension. ...
that contain a given point. For the
Euclidean plane In mathematics, a Euclidean plane is a Euclidean space of Two-dimensional space, dimension two, denoted \textbf^2 or \mathbb^2. It is a geometric space in which two real numbers are required to determine the position (geometry), position of eac ...
, it counts the number of
triangle A triangle is a polygon with three corners and three sides, one of the basic shapes in geometry. The corners, also called ''vertices'', are zero-dimensional points while the sides connecting them, also called ''edges'', are one-dimension ...
s of sample points that contain a given point.


Definition

The simplicial depth of a point p in d-dimensional
Euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are ''Euclidean spaces ...
, with respect to a set of sample points in that space, is the number of d-dimensional simplices (the
convex hull In geometry, the convex hull, 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, ...
s of sets of d+1 sample points) that contain p. The same notion can be generalized to any probability distribution on points of the plane, not just the empirical distribution given by a set of sample points, by defining the depth to be the probability that a randomly chosen (d+1)-tuple of points has a convex hull that This probability can be calculated, from the number of simplices that by dividing by \tbinom where n is the number of sample points. Under the standard definition of simplicial depth, the simplices that have p on their boundaries count equally much as the simplices with p in their interiors. In order to avoid some problematic behavior of this definition, proposed a modified definition of simplicial depth, in which the simplices with p on their boundaries count only half as much. Equivalently, their definition is the average of the number of open simplices and the number of closed simplices that


Properties

Simplicial depth is robust against outliers: if a set of sample points is represented by the point of maximum depth, then up to a constant fraction of the sample points can be arbitrarily corrupted without significantly changing the location of the representative point. It is also invariant under
affine transformation In Euclidean geometry, an affine transformation or affinity (from the Latin, '' affinis'', "connected with") is a geometric transformation that preserves lines and parallelism, but not necessarily Euclidean distances and angles. More general ...
s of the plane. However, simplicial depth fails to have some other desirable properties for robust measures of central tendency. When applied to centrally symmetric distributions, it is not necessarily the case that there is a unique point of maximum depth in the center of the distribution. And, along a ray from the point of maximum depth, it is not necessarily the case that the simplicial depth decreases monotonically.


Algorithms

For sets of n sample points in the
Euclidean plane In mathematics, a Euclidean plane is a Euclidean space of Two-dimensional space, dimension two, denoted \textbf^2 or \mathbb^2. It is a geometric space in which two real numbers are required to determine the position (geometry), position of eac ...
the simplicial depth of any other point p can be computed in time optimal in some models of computation. In three dimensions, the same problem can be solved in time It possible to construct a data structure using ε-nets that can approximate the simplicial depth of a query point (given either a fixed set of samples, or a set of samples undergoing point insertions) in near-constant time per query, in any dimension, with an approximation whose error is a small fraction of the total number of triangles determined by the samples. In two dimensions, a more accurate approximation algorithm is known, for which the approximation error is a small multiple of the simplicial depth itself. The same methods also lead to fast
approximation algorithm In computer science and operations research, approximation algorithms are efficient algorithms that find approximate solutions to optimization problems (in particular NP-hard problems) with provable guarantees on the distance of the returned sol ...
s in higher dimensions. Spherical depth, SphD(q; F) is defined to be the probability that a point q is contained inside a random closed hyperball obtained from a pair of points from F \in \mathbb^n. While the time complexity of most other data depths grows exponentially, the spherical depth grows only linearly in the dimension d – the straightforward algorithm for computing the spherical depth takes O(dn^2). Simplicial depth (SD) is linearly bounded by spherical depth (SphD \ge \fracSD).


References

{{refend Computational geometry Robust statistics