1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Add p5-Statistics-Distributions 0.05, perl module that calculates

critical values of common statistical distributions.

PR:		23999
Submitted by:	Anton Berezin <tobez@tobez.org>
This commit is contained in:
Will Andrews 2001-01-04 00:01:32 +00:00
parent d6b75aaa60
commit 8ac638cb9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36745
6 changed files with 44 additions and 0 deletions

View File

@ -60,6 +60,7 @@
SUBDIR += p5-Set-IntSpan
SUBDIR += p5-Statistics-ChiSquare
SUBDIR += p5-Statistics-Descriptive
SUBDIR += p5-Statistics-Distributions
SUBDIR += pari
SUBDIR += parmetis
SUBDIR += physcalc

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: math/p5-Statistics-Distributions
# Date created: 01 January 2001
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Statistics-Distributions
PORTVERSION= 0.05
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Statistics
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Statistics::Distributions.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Statistics-Distributions-0.05.tar.gz) = 7a34f2f62ef246bc145270b53552da0e

View File

@ -0,0 +1 @@
Perl module that calculates critical values of common statistical distributions

View File

@ -0,0 +1,10 @@
This Perl module calulates percentage points (5 significant digits) of
the u (standard normal) distribution, the student's t distribution, the
chi-square distribution and the F distribution. It can also calculate
the upper probability (5 significant digits) of the u (standard normal),
the chi-square, the t and the F distribution. These critical values are
needed to perform statistical tests, like the u test, the t test, the F
test and the chi-squared test, and to calculate confidence intervals.
-Anton
<tobez@tobez.org>

View File

@ -0,0 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Distributions/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Distributions/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Statistics/Distributions.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Distributions
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Distributions
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Statistics 2>/dev/null || true