35
1
v1v2 (latest)

L infinity Isotonic Regression for Linear, Multidimensional, and Tree Orders

Abstract

Algorithms are given for determining LL_\infty isotonic regression of weighted data. For a linear order, grid in multidimensional space, or tree, of nn vertices, optimal algorithms are given, taking Θ(n)\Theta(n) time. These improve upon previous algorithms by a factor of Ω(logn)\Omega(\log n). For vertices at arbitrary positions in dd-dimensional space a Θ(nlogd1n)\Theta(n \log^{d-1} n) algorithm employs iterative sorting to yield the functionality of a multidimensional structure while using only Θ(n)\Theta(n) space. The algorithms utilize a new non-constructive feasibility test on a rendezvous graph, with bounded error envelopes at each vertex.

View on arXiv
Comments on this paper