Start reforming procedure execution. In this phase, get rid of
[pspp] / src / math / linreg / ChangeLog
index 7fecac64f8f86b1cd8fbfd9c707366391478d5a8..274faf41947910f36327ea6880c5280888a151f8 100644 (file)
@@ -1,3 +1,22 @@
+2006-04-26  Jason Stover  <jhs@math.gcsu.edu>
+
+       * linreg.h: Added a pointer to predicted values.
+
+       * linreg.c (pspp_linreg_cache_alloc): Initialized pointer to
+       predicted values.
+
+2006-04-22  Jason Stover  <jhs@debs.hjklfdsss.org>
+
+       * predict.c (pspp_linreg_residual): Removed unnecessary cast of c_
+       to pspp_linreg_cache.
+
+2006-04-18  Jason Stover  <jhs@math.gcsu.edu>
+
+       * linreg.h: Added a pointer to a variable to store the resduals.
+
+       * linreg.c (pspp_linreg_cache_alloc): Initialize the residual
+       variable pointer to NULL.
+
 2006-04-17  Jason Stover  <jason@wonko.gcsu.edu>
 
        * linreg.c (pspp_linreg_cache_free): Accept a pointer of type