Function Multiple-Linear-Regression-Arrays

Part of:

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

This is an internal function for the use of the multiple-linear-regression
functions. It takes the lists of values given by CLASP and puts them into a
pair of arrays, A and b, suitable for solving the matrix equation Ax=b, to find
the regression equation. The values are A and b. The first column of A is the
constant 1, so that an intercept will be included in the regression model.