Added coefficient-handling routines
authorJason Stover <jhs@math.gcsu.edu>
Mon, 9 Jan 2006 01:05:03 +0000 (01:05 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Mon, 9 Jan 2006 01:05:03 +0000 (01:05 +0000)
lib/linreg/ChangeLog

index b35078f27c7a117ea49bb537503f5e7789f2de1d..48fcf319467f75c31b2cffdc0ac5dd6e55a14f06 100644 (file)
@@ -1,3 +1,14 @@
+Sun Jan 9 00:57        2006    Jason Stover <jason@sakla.net>
+
+       * pspp_linreg.h: Altered the coefficient structure to include
+       variable/value pairs.
+       
+       * coefficient.c: Added functions to handle the matching between
+       model coefficients and their corresponding variables and values.
+
+       * linreg.c: (pspp_linreg_cache_free) Added pspp_linreg_coeff_free ()
+       to free coefficient structures.
+       
 Sun Oct 23 13:46:56 2005  Ben Pfaff  <blp@gnu.org>
 
        * linreg.c: (pspp_linreg) Removed unused variable `mse'.