Safe Haskell | None |
---|---|
Language | Haskell98 |
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