Python Implementation of Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE'05. Version 1.1 is the latest stable release. The library has a low release cadence with no recent updates; it provides an efficient algorithm for computing biased quantiles over data streams.
pip install quantile-pythonVerified import paths — ran on the pinned version, not inferred.
Demonstrates creating a QuantileEstimator, inserting values, and querying quantiles.
Use 'from quantile_python import QuantileEstimator'.
Start with epsilon=0.01 or higher for large streams.
Test with your Python version; consider switching to alternative libraries like tdigest if compatibility issues arise.
No dependency data recorded yet.