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>
This commit is contained in:
Philip M. Gollucci
2010-11-16 03:04:20 +00:00
parent 55e35a3f7f
commit 8a89576841
5 changed files with 45 additions and 0 deletions

21
math/p5-Math-CDF/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# New ports collection makefile for: p5-Math-CDF
# Date created: 2010-11-13
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Math-CDF
PORTVERSION= 0.1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Generate probabilities and quantiles from several statistical probability functions
PERL_CONFIGURE= yes
MAN3= Math::CDF.3
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (Math-CDF-0.1.tar.gz) = 7896bf250835ce47dcc813cb8cf9dc576c5455de42e822dcd7d8d3fef2125565
SIZE (Math-CDF-0.1.tar.gz) = 65855

View File

@@ -0,0 +1,12 @@
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/

View File

@@ -0,0 +1,9 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/Math/CDF.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/CDF.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/CDF.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/autosplit.ix
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math