NAME
Statistics::Basic::LeastSquareFit
SYNOPSIS
A machine to calculate the Least Square Fit of given vectors x and y.
The module returns alpha and beta from the formula:
y = alpha + beta * x
ENV VARIABLES
DEBUG
Try setting $ENV{DEBUG}=1; or $ENV{DEBUG}=2; to see the internals.
Also, from your bash prompt you can 'DEBUG=1 perl ./myprog.pl' to
enable debugging dynamically.
AUTHOR
Please contact me with ANY suggestions, no matter how pedantic.
Jettero Heller <japh@voltar-confed.org>
SEE ALSO
perl(1)