English

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

Data Structures and Algorithms 2017-06-26 v2 Computation

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.

Keywords

Cite

@article{arxiv.1507.02226,
  title  = {L infinity Isotonic Regression for Linear, Multidimensional, and Tree Orders},
  author = {Quentin F. Stout},
  journal= {arXiv preprint arXiv:1507.02226},
  year   = {2017}
}

Comments

updated references, minor modifications

R2 v1 2026-06-22T10:08:10.515Z