predict is more robust
[pspp-builds.git] / src / math / linreg / ChangeLog
index dfcea1f052648b1bee48613e61713b0adb84cbb3..c31f24a56dcb83ef2d0b98462610dd4d3a050377 100644 (file)
@@ -1,7 +1,30 @@
+2006-04-09  Jason Stover  <jhs@math.gcsu.edu>
+
+       * predict.c (pspp_linreg_predict): Do something sensible even with
+       bad input.
+
+2006-04-07  Jason Stover  <jhs@math.gcsu.edu>
+
+       * 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  <jhs@math.gcsu.edu>
+
+       * 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  <jhs@math.gcsu.edu>
 
        * coefficient.c: Added pspp_linreg_get_coeff() to find a
-       coefficient corresponding to a variabl/value combination.
+       coefficient corresponding to a variable/value combination.
 
 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>