Calculate statistics of a sequence iteratively in a single pass, using
constant space and avoiding numerical problems. The calculations can be
easily parallelized by using merge
.
![Documentation Status] ![Latest Version] ![Build Status]
quantiles
:
Provides quantile estimates with bounded error but using growing space.