Relative Error Streaming Quantiles
Approximating ranks, quantiles, and distributions over streaming data is a central task in data analysis and monitoring. Given a stream of n items from a data universe U (equipped with a total order), the task is to compute a sketch (data structure) of size poly(log(n), 1/ε). Given the sketch and a query item y ∈U, one should be able to approximate its rank in the stream, i.e., the number of stream elements smaller than y. Most works to date focused on additive ε n error approximation, culminating in the KLL sketch that achieved optimal asymptotic behavior. This paper investigates multiplicative (1±ε)-error approximations to the rank. The motivation stems from practical demand to understand the tails of distributions, and hence for sketches to be more accurate near extreme values. The most space-efficient algorithms that can be derived from prior work store either O(log(ε^2 n)/ε^2) or O(log^3(ε n)/ε) universe items. This paper presents a sketch of size O(log^1.5(ε n)/ε) (ignoring poly(loglog n, log(1/ε)) factors) that achieves a 1±ε multiplicative error guarantee, without prior knowledge of the stream length or dependence on the size of the data universe. This is within a O(√(log(ε n))) factor of optimal.
READ FULL TEXT