mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
b671e84b83
Obtained from: FreeBSD Haskell
20 lines
779 B
Plaintext
20 lines
779 B
Plaintext
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.
|
|
|
|
Common statistical tests for significant differences between samples.
|
|
|
|
WWW: http://darcs.serpentine.com/statistics
|