@hackage mealy0.4.2
Mealy machines for processing time-series and ordered data.
Installation
Tested Compilers
Dependencies (12)
- adjunctions ^>=4.4
- base >=4.12 && <5
- containers ^>=0.6.2
- mwc-probability ^>=2.3.1
- numhask ^>=0.10
- numhask-array ^>=0.10.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
>>>
>>>