Add p5-Statistics-LineFit 0.06, least squares line fit, weighted or
unweighted. PR: ports/104688 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
@@ -252,6 +252,7 @@
|
||||
SUBDIR += p5-Statistics-Descriptive
|
||||
SUBDIR += p5-Statistics-Distributions
|
||||
SUBDIR += p5-Statistics-LTU
|
||||
SUBDIR += p5-Statistics-LineFit
|
||||
SUBDIR += p5-Statistics-Lite
|
||||
SUBDIR += p5-Statistics-OLS
|
||||
SUBDIR += p5-Task-Math-Symbolic
|
||||
|
||||
22
math/p5-Statistics-LineFit/Makefile
Normal file
22
math/p5-Statistics-LineFit/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Statistics-LineFit
|
||||
# Date created: 2006-10-23
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Statistics-LineFit
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Statistics
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Least squares line fit, weighted or unweighted
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Statistics::LineFit.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
math/p5-Statistics-LineFit/distinfo
Normal file
3
math/p5-Statistics-LineFit/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (Statistics-LineFit-0.06.tar.gz) = 9c59317652dbfbc97ba53fbd113c2402
|
||||
SHA256 (Statistics-LineFit-0.06.tar.gz) = 190bbf735f5b3924a525fe3aaf83315300e29ca722d01425a315291967f3cc12
|
||||
SIZE (Statistics-LineFit-0.06.tar.gz) = 23679
|
||||
9
math/p5-Statistics-LineFit/pkg-descr
Normal file
9
math/p5-Statistics-LineFit/pkg-descr
Normal file
@@ -0,0 +1,9 @@
|
||||
The Statistics::LineFit module does weighted or unweighted least-squares
|
||||
line fitting to two-dimensional data (y = a + b * x). (This is also
|
||||
called linear regression.) In addition to the slope and y-intercept, the
|
||||
module can return the square of the correlation coefficient (R squared),
|
||||
the Durbin-Watson statistic, the mean squared error, sigma, the t
|
||||
statistics, the variance of the estimates of the slope and y-intercept,
|
||||
the predicted y values and the residuals of the y values.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Statistics-LineFit/
|
||||
6
math/p5-Statistics-LineFit/pkg-plist
Normal file
6
math/p5-Statistics-LineFit/pkg-plist
Normal file
@@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/LineFit/.packlist
|
||||
%%SITE_PERL%%/Statistics/LineFit.pm
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/LineFit
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
Reference in New Issue
Block a user