The latest version of mealy is 0.5.0.0-0.

mealy

Version 0.4.4.1 revision 0 uploaded by tonyday567.

Package meta

Synopsis
Mealy machines for processing time-series and ordered data.
Description

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

>>> import Mealy
>>> fold ((,) <$> ma 0.9 <*> std 0.9) [1..100]
(91.00265621044142,9.472822805289121)
Author
Tony Day
Bug reports
https://github.com/tonyday567/mealy/issues
Category
algorithm
Copyright
Tony Day (c) 2013
Homepage
https://github.com/tonyday567/mealy#readme
Maintainer
tonyday567@gmail.com
Package URL
n/a
Stability
n/a

Components