foldl-incremental

incremental folds

https://github.com/tonyday567/foldl-incremental

Latest on Hackage:0.2.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Tony Day
Maintained by [email protected]

Incremental statistical folds based upon the foldl libray. An incremental statistical fold can be thought of as exponentially-weighting statistics designed to be efficient computations over a Foldable. It supplies "incrementalize" which turns any unary function into a Fold. As a reference, `incrementalize id` is an exponentially-weighted moving average.