Pointer DEPVAR is now required to be set correctly in linreg.c
[pspp-builds.git] / src / math / ChangeLog
index dc06ded80ad63e1248fdaf26051172380c97819c..83ef85fe879a895e8cb9f93bf114f699530b620c 100644 (file)
@@ -1,3 +1,20 @@
+2008-08-16  Jason H Stover  <jhs@math.gcsu.edu>
+
+       * linreg.c (pspp_linreg_with_cov): New function to estimate
+       parameters directly from covariance matrix instead of using the
+       entire data set.
+
+       * linreg.c (rearrange_covariance_matrix): New function to ensure
+       the columns of the covariance matrix correspond to the variables
+       in the model.
+
+2008-07-24   John Darrington <john@darrington.wattle.id.au>
+
+       * merge.c merge.h sort.c sort.h: Removed the value_cnt associated
+       with case ordering.  This ensures that the casereader returned by
+       sort_execute now has the same dimensions as the casereader passed 
+       in.
+
 2008-07-24  Jason H Stover  <jhs@math.gcsu.edu>
 
        * covariance-matrix.c (covariance_pass_two): Dropped weight