foldl-statistics

Statistical functions from the statistics package implemented as Folds.

http://github.com/Data61/foldl-statistics#readme

Version on this page:0.1.1.0
LTS Haskell 9.21:0.1.4.6
Stackage Nightly 2017-07-25:0.1.4.6
Latest on Hackage:0.1.5.1

See all snapshots foldl-statistics appears in

BSD-3-Clause licensed by Alex Mason
Maintained by [email protected]
This version can be pinned in stack with:foldl-statistics-0.1.1.0@sha256:221efcd25cfaa4e305332c062ad0775675b42362c50396eb97c15348b256c4b1,2623

Module documentation for 0.1.1.0

The use of this package allows statistics to be computed using at most two passes over the input data, one to compute a mean and one to compute a further statistic such as variance and nth central moments. All algorithms are the obvious implementation of Bryan O'Sullivan's statistics package imeplemented as Folds from the foldl package.