Bug 142294

Summary: [new port]: haskell port math/hs-statistics
Product: Ports & Packages Reporter: Jacula Modyun <jacula>
Component: Individual Port(s)Assignee: freebsd-haskell (Nobody) <haskell>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
hs-statistics.shar none

Description Jacula Modyun 2010-01-04 00:00:15 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-04 00:00:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-04 10:07:09 UTC
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"
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2010-01-04 12:50:08 UTC
State Changed
From-To: open->closed

The port has been added.  Thanks for the submission!