iter-stats-0.1.0.1: iteratees for statistical processing

Safe HaskellNone

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 aSource

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