http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hstats-0.1
I've just released hstats, a statistical computing module for the Haskell language. Current functionality includes: mean, median, mode, range,
standard/average deviation, variance, iqr, kurtosis, skew, covariance,
and correlation. I have plans on adding more rank correlation
functions, histograms & chi square tests.
darcs repo: http://www.sftank.net/code/hstats
-Marshall