2006-04-07 Jason Stover * predict.c (pspp_linreg_predict): Improved handling of null pointer args. * predict.c (pspp_linreg_residuals): New function. * coefficient.c: Improved handling of null pointer args. 2006-04-05 Jason Stover * predict.c: New file. pspp_linreg_predict() uses a linear model to return a predicted value of the dependent variable. * coefficient.c: Added pspp_linreg_coeff_get_est() and pspp_linreg_coeff_get_std_err() to access estimated values of coefficients and standard errors. 2006-04-03 Jason Stover * coefficient.c: Added pspp_linreg_get_coeff() to find a coefficient corresponding to a variable/value combination. Thu Mar 2 08:40:33 WST 2006 John Darrington * Moved files from src directory