ArticleslgStudy

mathematics

Simplicial depth

Simplicial depth is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Simplicial depth rather than just read about it. In short: In robust statistics and computational geometry, simplicial depth is a measure of central tendency determined by the simplices that contain a given point. For the Euclidean plane, it counts the number of triangles of sample points that contain a given point.

Simplicial depth — main illustration
Simplicial depth — illustration

Key takeaways

  • Simplicial depth belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Simplicial depth to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Simplicial depth from memory before moving on to harder problems.

Reference excerpt

In robust statistics and computational geometry, simplicial depth is a measure of central tendency determined by the simplices that contain a given point. For the Euclidean plane, it counts the number of triangles of sample points that contain a given point.

Definition The simplicial depth of a point p {\displaystyle p} in d {\displaystyle d} -dimensional Euclidean space, with respect to a set of sample points in that space, is the number of d {\displaystyle d} -dimensional simplices (the convex hulls of sets of d + 1 {\displaystyle d+1} sample points) that contain p {\displaystyle p} . The same notion can be generalized to any probability distribution on points of the space, 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 ) {\displaystyle (d+1)} -tuple of points has a convex hull that contains p {\displaystyle p} . This probability can be calculated, from the number of simplices that contain p {\displaystyle p} , by dividing by ( n d + 1 ) {\displaystyle {\tbinom {n}{d+1}}} where n {\displaystyle n} is the number of sample points.[L88][L90] Under the standard definition of simplicial depth, the simplices that have p {\displaystyle p} on their boundaries count equally much as the simplices with p {\displaystyle p} in their interiors. In order to avoid some problematic behavior of this definition, Burr, Rafalin & Souvaine (2004) proposed a modified definition of simplicial depth, in which the simplices with p {\displaystyle 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 contain p {\displaystyle p} .[BRS]

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 transformations of the plane.[D][ZS][BRS] 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.[ZS][BRS]

Algorithms For sets of n {\displaystyle n} sample points in the Euclidean plane ( d = 2 {\displaystyle d=2} ), the simplicial depth of any other point p {\displaystyle p} can be computed in time O ( n log ⁡ n ) {\displaystyle O(n\log n)} ,[KM][GSW][RR] optimal in some models of computation.[ACG] In three dimensions, the same problem can be solved in time O ( n 2 ) {\displaystyle O(n^{2})} .[CO] 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.[BCE] 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 algorithms in higher dimensions.[ASS] Spherical depth, S p h D ( q ; F ) {\displaystyle SphD(q;F)} is defined to be the probability that a point q {\displaystyle q} is contained inside a random closed hyperball obtained from a pair of points from F ⊂ R n {\displaystyle F\subset \mathbb {R} ^{n}} . While the time complexity of most other data depths grows exponentially, the spherical depth grows only linearly in the dimension d {\displaystyle d} – the straightforward algorithm for computing the spherical depth takes O ( d n 2 ) {\displaystyle O(dn^{2})} . Simplicial depth (SD) is linearly bounded by spherical depth ( S p h D ≥ 2 3 S D {\displaystyle SphD\geq {\frac {2}{3}}SD} ).[BS]

References

Illustrations

Simplicial depth: Simplicial depth with respect to the six red sample points, using the modified definition of Burr et al. The large black numbers are the depths within each region, and the small blue numbers are the depths along the blue line segments.
Simplicial depth with respect to the six red sample points, using the modified definition of Burr et al. The large black numbers are the depths within each region, and the small blue numbers are the depths along the blue line segments.

Worked examples

Example 1 — a first encounter with Simplicial depth

Start with the simplest possible case. Write down what Simplicial depth claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Simplicial depth before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Simplicial depth ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Simplicial depth

In research
Simplicial depth appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Simplicial depth in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Simplicial depth is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computational geometry, Robust statistics, so understanding it makes those chapters shorter.
In everyday life
Look for Simplicial depth outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Simplicial depth in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Simplicial depth means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Simplicial depth out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Simplicial depth in simple terms?

In robust statistics and computational geometry, simplicial depth is a measure of central tendency determined by the simplices that contain a given point. For the Euclidean plane, it counts the number of triangles of sample points that contain a given point.

Why does Simplicial depth matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Simplicial depth?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Simplicial depth.

Tags

  • Computational geometry
  • Robust statistics

Keep exploring