# Packages
Package cm implements the Cormode-Muthukrishnan algorithm for computing biased
quantiles over data streams from "Effective Computation of Biased Quantiles over
Data Streams" and is largely based on statsite's implementation in C:
https://github.com/statsite/statsite/blob/master/src/cm_quantile.c
*/.