1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/math/hs-statistics/pkg-descr
Dmitry Marakasov 4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00

21 lines
814 B
Plaintext

This library provides a number of common functions and types useful in
statistics. We focus 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 four 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, histograms, bootstrap methods, significance testing, and
autocorrelation analysis.
* Random variate generation under several different distributions.
* Common statistical tests for significant differences between samples.
WWW: https://github.com/bos/statistics