foldl-incremental: incremental folds
`foldl-incremental` allows you to create incremental folds and scans such as moving averages or moving deviations.
It supplies Incremental
which represents a state of an exponential moving average calculation, and incrementalize
, which turns functions into suitable step functions.
[Skip to Readme]
Downloads
- foldl-incremental-0.1.0.2.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 |
---|---|
Dependencies | base (>=4 && <5), foldl (>=1.0.3 && <2) [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 2014-04-16T00:28:19Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3933 total (18 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |