From: Jason Stover Date: Wed, 16 Jul 2008 22:27:27 +0000 (-0400) Subject: Fixed update of covariance matrix when both variables are categorical. X-Git-Tag: v0.7.0~17 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=29e80fa3921b20d8c24d9f31263d7bfe531ef6ea Fixed update of covariance matrix when both variables are categorical. Added function to access counted categories. --- diff --git a/src/data/ChangeLog b/src/data/ChangeLog index c0479931..2c777358 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,7 @@ +2008-07-16 Jason Stover + + * category.c (cat_get_category_count): New function. + 2008-05-15 Ben Pfaff Patch #6512. diff --git a/src/math/ChangeLog b/src/math/ChangeLog index 20c1c054..f2443b09 100644 --- a/src/math/ChangeLog +++ b/src/math/ChangeLog @@ -1,3 +1,10 @@ +2008-07-16 Jason Stover + + * 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 * covariance-matrix.c (covariance_pass_one): New file, new function.