@hackage mealy0.2.0
Mealy machines for processing time-series and ordered data.
Installation
Tested Compilers
Dependencies (15)
- adjunctions ^>=4.4
- base >=4.13 && <5
- containers ^>=0.6.2
- folds ^>=0.7.6
- matrix ^>=0.3.6
- mwc-probability ^>=2.3.1 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
>>>
>>>