module Data.Series.Generic.Numeric ( 
    module Control.Foldl
) where

import  Control.Foldl ( sum, product, mean, variance, std )