quantile-estimator.cl

MIT

Implementation of Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE’05

$ area51 add quantile-estimator.clCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(quantile-estimator.cl:some-function ...)