Function Multiple-Linear-Regression-Normal

Part of:

package cl-mathstats
( multiple-linear-regression-normal < dv > &rest < ivs > )

Performs linear regression of the dependent variable, dv,&#39; on multiple<br> independent variables, ivs.' Y on multiple X's, calculating the intercept and
regression coefficient. Calculates the F statistic, intercept and the
correlation coefficient for Y on X's.