Bug 152204 - [NEW PORT] math/p5-Math-CDF: Generate probabilities and quantiles from several statistical probability functions
Summary: [NEW PORT] math/p5-Math-CDF: Generate probabilities and quantiles from severa...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-13 15:20 UTC by gslin
Modified: 2010-11-16 03:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-Math-CDF-0.1.shar (2.49 KB, text/plain)
2010-11-13 15:20 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2010-11-13 15:20:10 UTC
This module provides a perl interface to the DCDFLIB. See the section
on DCDFLIB for more information.

Functions are available for 7 continuous distributions (Beta,
Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two
discrete distributions (Binomial and Negative Binomial). Optional
non-centrality parameters are available for the Chi-square, F and
T-distributions. Cumulative probabilities are available for all 9
distributions and quantile functions are available for the 7
continuous distributions.

WWW:	http://search.cpan.org/dist/Math-CDF/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-13 15:20:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-11-16 03:04:26 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-11-16 03:04:26 UTC
pgollucci    2010-11-16 03:04:21 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/p5-Math-CDF     Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module provides a perl interface to the DCDFLIB. See the section
  on DCDFLIB for more information.
  
  Functions are available for 7 continuous distributions (Beta,
  Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two
  discrete distributions (Binomial and Negative Binomial). Optional
  non-centrality parameters are available for the Chi-square, F and
  T-distributions. Cumulative probabilities are available for all 9
  distributions and quantile functions are available for the 7
  continuous distributions.
  
  WWW:    http://search.cpan.org/dist/Math-CDF/
  
  PR:             ports/152204
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.677     +1 -0      ports/math/Makefile
  1.1       +21 -0     ports/math/p5-Math-CDF/Makefile (new)
  1.1       +2 -0      ports/math/p5-Math-CDF/distinfo (new)
  1.1       +12 -0     ports/math/p5-Math-CDF/pkg-descr (new)
  1.1       +9 -0      ports/math/p5-Math-CDF/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"