Computing Enclosing Depth
Bernd Gärtner, Fatime Rasiti, Patrick Schnider
TL;DR
This work defines enclosing depth $ED(S,q)$ as a robust combinatorial depth measure and provides the first algorithms to compute it in any dimension. The planar result achieves $O(n\log n)$ time via radial ordering and interval-based tests, while higher dimensions are handled by a halfspace decomposition approach with runtime $O(n^{d^2})$. The contributions establish enclosing depth as a computable lower bound for other depth notions and connect it to geometric primitives like halfspaces and transversals. The findings have implications for robust multivariate statistics and geometric data analysis, with open questions on closing the gap to the $O(n^{d-1})$ benchmarks seen for related depth measures and extending efficiency to broader problems.
Abstract
Enclosing depth is a recently introduced depth measure which gives a lower bound to many depth measures studied in the literature. So far, enclosing depth has only been studied from a combinatorial perspective. In this work, we give the first algorithms to compute the enclosing depth of a query point with respect to a data point set in any dimension. In the plane we are able to optimize the algorithm to get a runtime of O(n log n). In constant dimension, our algorithms still run in polynomial time.
