foldl-incremental: incremental folds
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.
[Skip to Readme]
Modules
[Index]
Downloads
- foldl-incremental-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0, 0.2.0.0 |
|---|---|
| Change log | CHANGELOG.markdown |
| Dependencies | base (>=4 && <5), containers, deepseq, foldl, histogram-fill, vector [details] |
| Tested with | ghc ==7.6.3 |
| License | MIT |
| Copyright | Copyright (c) Tony Day 2014 |
| Author | Tony Day |
| Maintainer | tonyday567@gmail.com |
| Category | Control, Statistics |
| Home page | https://github.com/tonyday567/foldl-incremental |
| Bug tracker | https://github.com/tonyday567/foldl-incremental/issues |
| Source repo | head: git clone git://github.com/tonyday567/foldl-incremental.git |
| Uploaded | by tonyday at 2015-02-23T05:32:01Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 4013 total (6 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2015-02-23 [all 1 reports] |