• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis.ymlH A D17-Sep-201551

LICENSEH A D17-Sep-20151.3 KiB

README.mdH A D17-Sep-2015365

example_test.goH A D17-Sep-2015720

quantile.goH A D17-Sep-20156.3 KiB

quantile_test.goH A D17-Sep-20152.7 KiB

README.md

1# Streaming Quantile Estimator
2
3Implements ideas found in Effective Computation of Biased Quantiles over Data
4Streams (Cormode, Korn, Muthukrishnan, Srivastava) to provide a space and time
5efficient estimator for streaming quantile estimation.
6
7[![Build Status](https://travis-ci.org/streadway/quantile.svg?branch=master)](https://travis-ci.org/streadway/quantile)
8