@hackage mealy0.4.4
Mealy machines for processing time-series and ordered data.
Installation
Tested Compilers
Dependencies (12)
- adjunctions >=4.0 && <5
- base >=4.7 && <5
- containers >=0.6 && <0.7
- mwc-probability ^>=2.3.1
- numhask >=0.10 && <0.12
- numhask-array >=0.10 && <0.12 Show all…
Dependents (3)
@hackage/ephemeral, @hackage/chart-svg-various, @hackage/prettychart
mealy provides support for computing statistics (such as an average or a standard deviation) as current state. Usage is to supply a decay function representing the relative weights of recent values versus older ones, in the manner of exponentially-weighted averages. The library attempts to be polymorphic in the statistic which can be combined in applicative style.
Usage
>>>
>>>