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 isotonic regression of weighted data. For a linear order, grid in multidimensional space, or tree, of vertices, optimal algorithms are given, taking time. These improve upon previous algorithms by a factor of . For vertices at arbitrary positions in -dimensional space a algorithm employs iterative sorting to yield the functionality of a multidimensional structure while using only space. The algorithms utilize a new non-constructive feasibility test on a rendezvous graph, with bounded error envelopes at each vertex.
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