X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg%2FChangeLog;h=5c8b9c1f1090298c4abd5e01ca1bd9f8c4c7a1dd;hb=c12ea6023d97118ffffbfb9053b7f863dabacff5;hp=7b6ee73d3f28ac46cb6572ec3b9efe426b03427b;hpb=f4ac26fb5880f9aeba2c7303d0e687b183bc3da1;p=pspp-builds.git diff --git a/src/math/linreg/ChangeLog b/src/math/linreg/ChangeLog index 7b6ee73d..5c8b9c1f 100644 --- a/src/math/linreg/ChangeLog +++ b/src/math/linreg/ChangeLog @@ -1,3 +1,12 @@ +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