Weighted L∞ isotonic regression
作者:
Highlights:
•
摘要
Algorithms are given for determining weighted L∞ isotonic regressions satisfying order constraints given by a directed acyclic graph with n vertices and m edges. An Θ(mlogn) algorithm is given, but it uses parametric search, so a practical approach is introduced, based on calculating prefix solutions. For linear and tree orderings it yields isotonic and unimodal regressions in Θ(nlogn) time. Practical algorithms are given for when the values are constrained to a specified set, and when the number of different weights, or different values, is ≪n. We also give a simple randomized algorithm taking Θ(mlogn) expected time. L∞ isotonic regressions are not unique, so we examine properties of the regressions an algorithm produces. In this regard the prefix approach is superior to algorithms, such as parametric search and the randomized algorithm, which are based on feasibility tests.
论文关键词:Isotonic regression,Monotonic,Unimodal,L∞,Tree,Linear order,Dag
论文评审过程:Received 24 March 2012, Revised 16 July 2013, Accepted 23 June 2017, Available online 14 September 2017, Version of Record 5 October 2017.
论文官网地址:https://doi.org/10.1016/j.jcss.2017.09.001