mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Add p5-Statistics-OLS 0.07, perl module to perform ordinary least squares
and other bivariate statistics. PR: 24011 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
fab778a52f
commit
ef8dbac312
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36747
@ -62,6 +62,7 @@
|
||||
SUBDIR += p5-Statistics-Descriptive
|
||||
SUBDIR += p5-Statistics-Distributions
|
||||
SUBDIR += p5-Statistics-LTU
|
||||
SUBDIR += p5-Statistics-OLS
|
||||
SUBDIR += pari
|
||||
SUBDIR += parmetis
|
||||
SUBDIR += physcalc
|
||||
|
23
math/p5-Statistics-OLS/Makefile
Normal file
23
math/p5-Statistics-OLS/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: math/p5-Statistics-OLS
|
||||
# Date created: 02 January 2001
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Statistics-OLS
|
||||
PORTVERSION= 0.07
|
||||
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::OLS.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/p5-Statistics-OLS/distinfo
Normal file
1
math/p5-Statistics-OLS/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Statistics-OLS-0.07.tar.gz) = 7bd135125aecdbf523c00714e381eeaa
|
1
math/p5-Statistics-OLS/pkg-comment
Normal file
1
math/p5-Statistics-OLS/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module to perform ordinary least squares and other bivariate statistics
|
7
math/p5-Statistics-OLS/pkg-descr
Normal file
7
math/p5-Statistics-OLS/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Statistics::OLS computes the estimated slope and intercept of the
|
||||
regression line, their T-statistics, R squared, standard error of the
|
||||
regression and the Durbin-Watson statistic. It can also return the
|
||||
residuals.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
5
math/p5-Statistics-OLS/pkg-plist
Normal file
5
math/p5-Statistics-OLS/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/OLS/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Statistics/OLS.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/OLS
|
||||
@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
|
Loading…
x
Reference in New Issue
Block a user