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/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
clsung 2006-11-01 01:59:37 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Statistics-LineFit Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.429 +1 -0 ports/math/Makefile 1.1 +22 -0 ports/math/p5-Statistics-LineFit/Makefile (new) 1.1 +3 -0 ports/math/p5-Statistics-LineFit/distinfo (new) 1.1 +9 -0 ports/math/p5-Statistics-LineFit/pkg-descr (new) 1.1 +6 -0 ports/math/p5-Statistics-LineFit/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.