
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

For cross-reference, you may want to check out
http://web.engr.oregonstate.edu/~erwig/pfp/ also.
On 9/17/07, Marshall Beddoe
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@haskell.org http://www.haskell.org/mailman/listinfo/libraries
participants (2)
-
Andrew Wagner
-
Marshall Beddoe