freebsd-ports/math/p5-Statistics-LineFit/pkg-descr
Cheng-Lung Sung 3dc2a98654 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>
2006-11-01 01:59:37 +00:00

9 lines
538 B
Text

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/