Add p5-Statistics-Table-F 0.02, perl module for computing the statistical
F-ratio. PR: 24013 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
ef8dbac312
commit
182937580d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36748
6 changed files with 49 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
SUBDIR += p5-Statistics-Distributions
|
||||
SUBDIR += p5-Statistics-LTU
|
||||
SUBDIR += p5-Statistics-OLS
|
||||
SUBDIR += p5-Statistics-Table-F
|
||||
SUBDIR += pari
|
||||
SUBDIR += parmetis
|
||||
SUBDIR += physcalc
|
||||
|
|
25
math/p5-Statistics-Table-F/Makefile
Normal file
25
math/p5-Statistics-Table-F/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: math/p5-Statistics-Table-F
|
||||
# Date created: 02 January 2001
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Statistics-Table-F
|
||||
PORTVERSION= 0.02
|
||||
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
|
||||
|
||||
WRKSRC= ${WRKDIR}/Statistics/Table/F
|
||||
|
||||
MAN3= Statistics::Table::F.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/p5-Statistics-Table-F/distinfo
Normal file
1
math/p5-Statistics-Table-F/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Statistics-Table-F-0.02.tar.gz) = 04ceded63e854c60b3f2df014db8fc24
|
1
math/p5-Statistics-Table-F/pkg-comment
Normal file
1
math/p5-Statistics-Table-F/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module for computing the statistical F-ratio
|
10
math/p5-Statistics-Table-F/pkg-descr
Normal file
10
math/p5-Statistics-Table-F/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
A Perl module that performs the analysis of variance (ANOVA) for
|
||||
multiple data sets with varying numbers of elements by computing the
|
||||
F-ratio.
|
||||
|
||||
The F-ratio is defined as the mean square between (the variance between
|
||||
the means of each data set) divided by the mean square within (the mean
|
||||
of the variance estimates).
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
11
math/p5-Statistics-Table-F/pkg-plist
Normal file
11
math/p5-Statistics-Table-F/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Table/F/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Table/F/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Statistics/Table/F.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Table/F
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Table/F
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Table 2>/dev/null || true
|
||||
@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/Table 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/Table 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Statistics 2>/dev/null || true
|
Loading…
Reference in a new issue