From 29e80fa3921b20d8c24d9f31263d7bfe531ef6ea Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Wed, 16 Jul 2008 18:27:27 -0400 Subject: [PATCH] Fixed update of covariance matrix when both variables are categorical. Added function to access counted categories. --- src/data/ChangeLog | 4 ++++ src/math/ChangeLog | 7 +++++++ 2 files changed, 11 insertions(+) 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. -- 2.30.2