iter-stats-0.1.0.4: iteratees for statistical processing

Safe HaskellNone
LanguageHaskell98

Statistics.Iteratee.Uniform

Description

some functions for working with uniformly-sampled data

Documentation

someRollingFunction :: (Monad m, ListLikey s el) => Int -> (s -> summary) -> Enumeratee s [summary] m a Source

movingAverage :: (Fractional el, Monad m, ListLikey s el) => Int -> Enumeratee s [el] m a Source