Fast Implementation of Depth Contours Using Topological Sweep

Kim Miller, Tufts University
Suneeta Ramaswami, Rutgers University–Camden
Peter Rousseeuw, Universiteit Antwerpen
Toni Sellarès, Universitat de Girona
Diane Souvaine, Tufts University
Ileana Streinu, Smith College
Anja Struyf, Universiteit Antwerpen

This document has been relocated to https://scholarworks.smith.edu/csc_facpubs/296/

There was 1 downloads as of 26 Sep 2022.

Abstract

The concept of location depth was introduced in statistics as a way to extend the univariate notion of ranking to a bivariate configuration of data points. It has been used successfully for robust estimation, hypothesis testing, and graphical display. These reguire the computation of depth regions, which form a collection of nested polygons. The center of the deepest region is called the Tukey median. The only available implemented algorithms for the depth contours and the Tukey median are slow, which limits their usefulness. In this paper we describe an optimal algorithm which computes all depth contours in &Ogr;(n 2) time and space, using topological sweep of the dual arrangement of lines. Once the contours are known, the location depth of any point is computed in &Ogr;(log 2 n) time. We provide fast implementations of these algorithms to allow their use in everyday statistical practice. Copyright © 2009 ACM, Inc.