ghc-foldl-statistics
Statistical functions from the statistics package implemented as Folds


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 /n/th central moments. All algorithms are the obvious implementation of Bryan O'Sullivan's<https://hackage.haskell.org/package/statistics statistics>package imeplemented as `Fold's from the<https://hackage.haskell.org/package/foldl foldl>package.

BSD-3-Clause

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...