@hackage mealy0.1.0
Mealy machines for processing time-series and ordered data.
Installation
Tested Compilers
Dependencies (16)
- adjunctions ^>=4.4
- base >=4.13 && <5
- containers ^>=0.6.2
- folds ^>=0.7.6
- generic-lens ^>=2.2.0
- lens ^>=5.0.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
>>>
>>>