1
0
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:
Will Andrews 2001-01-04 00:03:14 +00:00
parent fab778a52f
commit ef8dbac312
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36747
6 changed files with 38 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1 @@
MD5 (Statistics-OLS-0.07.tar.gz) = 7bd135125aecdbf523c00714e381eeaa

View File

@ -0,0 +1 @@
Perl module to perform ordinary least squares and other bivariate statistics

View 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>

View 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