mealy

Version 0.5.0.0 revision 0 uploaded by tonyday567.

Package meta

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

mealy reimagines statistics as a mealy machine processing data with some form of order such as time-series data. The Mealy, with the help of a decay function specifying the relative weights of recent values versus older value, can be treated as a compression or summary of the data stream into 'current state.' Mealies are highly polymorphic, situated at a busy crossroad of theory and practice, and lend themselves to ergonmic, compact and realistic representations of a wide range of online phenomena.

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