blob: 51a6dcb672eb04c90f018a6dd16986763aa75091 (
plain) (
tree)
|
|
This Haskell library provides a number of common functions and types
useful in statistics. Our focus is on high performance, numerical
robustness, and use of good algorithms. Where possible, we provide
references to the statistical literature.
The library's facilities can be divided into three broad categories:
Working with widely used discrete and continuous probability
distributions. (There are dozens of exotic distributions in use; we
focus on the most common.)
Computing with sample data: quantile estimation, kernel density
estimation, bootstrap methods, and autocorrelation analysis.
Random variate generation under several different distributions.
WWW: http://darcs.serpentine.com/statistics
|