aboutsummaryrefslogtreecommitdiff
path: root/math/hs-statistics/pkg-descr
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2010-01-04 10:07:01 +0000
committerGabor Pali <pgj@FreeBSD.org>2010-01-04 10:07:01 +0000
commit8a3a028190e81f3e2467c12dd2d8add3b29f1f58 (patch)
tree62d8fa87711726f7457df02ef9016a1b428969a8 /math/hs-statistics/pkg-descr
parent336c91d233a9649870c654a8b9a57882ecdc62f8 (diff)
downloadports-8a3a028190e81f3e2467c12dd2d8add3b29f1f58.tar.gz
ports-8a3a028190e81f3e2467c12dd2d8add3b29f1f58.zip
Notes
Diffstat (limited to 'math/hs-statistics/pkg-descr')
-rw-r--r--math/hs-statistics/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/hs-statistics/pkg-descr b/math/hs-statistics/pkg-descr
new file mode 100644
index 000000000000..51a6dcb672eb
--- /dev/null
+++ b/math/hs-statistics/pkg-descr
@@ -0,0 +1,17 @@
+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