Fast computation of the median by successive binning
Ryan J. Tibshirani

TL;DR
This paper introduces new median algorithms with linear average and worst-case running times, significantly improving update speed when data is added, and outperforming standard methods in various scenarios.
Contribution
It presents a novel median algorithm with O(n) average time and an approximation method with O(n) worst-case time, enhancing efficiency in data updates.
Findings
Algorithms are highly competitive with standard methods for single data sets.
Significantly faster median updates when adding more data.
Effective in both exact and approximate median computations.
Abstract
This paper describes a new median algorithm and a median approximation algorithm. The former has O(n) average running time and the latter has O(n) worst-case running time. These algorithms are highly competitive with the standard algorithm when computing the median of a single data set, but are significantly faster in updating the median when more data is added.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Algorithms and Data Compression · Complexity and Algorithms in Graphs
