This 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. http://hackage.haskell.org/package/statistics
Responsible Changed From-To: freebsd-ports-bugs->haskell haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
pgj 2010-01-04 10:07:01 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/hs-statistics Makefile distinfo pkg-descr pkg-plist Log: 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. WWW: http://darcs.serpentine.com/statistics PR: ports/142294 Submitted by: Jacula Modyun <jacula(at)gmail.com> Revision Changes Path 1.630 +1 -0 ports/math/Makefile 1.1 +89 -0 ports/math/hs-statistics/Makefile (new) 1.1 +3 -0 ports/math/hs-statistics/distinfo (new) 1.1 +17 -0 ports/math/hs-statistics/pkg-descr (new) 1.1 +37 -0 ports/math/hs-statistics/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The port has been added. Thanks for the submission!