packages feed

javelin-0.1.0.0: src/Data/Series/Generic/Numeric.hs

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

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