Fixed update of covariance matrix when both variables are categorical.
[pspp-builds.git] / src / math / ChangeLog
index 20c1c054a09b28beeef527bb554ee73de20053fe..f2443b09f0db2704b8abba3397a6ce0788cd816f 100644 (file)
@@ -1,3 +1,10 @@
+2008-07-16  Jason Stover  <jhs@math.gcsu.edu>
+
+       * covariance-matrix.c (covariance_pass_two): Renamed
+       covariance_pass_one. Fixed update of covariance matrix when both
+       variables are categorical.
+       (column_iterate): New function.
+
 2008-07-15  Jason Stover  <jhs@math.gcsu.edu>
 
        * covariance-matrix.c (covariance_pass_one): New file, new function.