Statistics Module

Andrew Wagner wagner.andrew at gmail.com
Mon Sep 17 07:28:59 EDT 2007


For cross-reference, you may want to check out
http://web.engr.oregonstate.edu/~erwig/pfp/ also.

On 9/17/07, Marshall Beddoe <mbeddoe at gmail.com> wrote:
> For my first contribution to the Haskell community, I was thinking of
> releasing a statistical computing module.  Using google code, I found a few
> Stats.hs files contained in various projects, therefore I think it would be
> a good idea to have a unified module.  Currently, my module contains all the
> base functions one would expect: arithmetic/geometric/harmonic mean, median,
> mode, range, average/standard deviation, variance, interquartile range,
> kurtosis and skew.  Plans moving forward include histograms, covariance and
> principal and independent components.  What would you all like to see in a
> module like this?
>
> Thanks very much,
> Marshall
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>
>


More information about the Libraries mailing list