Optimal Reduced Isotonic Regression

Isotonic regression is a shape-constrained nonparametric regression in which the regression is an increasing step function. For data points, the number of steps in the isotonic regression may be as large as . As a result, standard isotonic regression has been criticized as overfitting the data or making the representation too complicated. So-called "reduced" isotonic regression constrains the outcome to be a specified number of steps , . However, because the previous algorithms for finding the reduced regression took time, where is the number of steps of the unconstrained isotonic regression, researchers felt that the algorithms were too slow and instead used approximations. Other researchers had results that were approximations because they used a greedy top-down approach. Here we give an algorithm to find an exact solution in time, and a simpler algorithm taking time. These algorithms also determine optimal -means clustering of weighted 1-dimensional data.
View on arXiv