pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, covariance, updated. v0.6.1-880-ge


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, covariance, updated. v0.6.1-880-gef40d0f
Date: Sat, 31 Oct 2009 08:08:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, covariance has been updated
       via  ef40d0ff4989b13360acb0504ac5a8fbeff31c16 (commit)
       via  a741cf4e8348e478ec5e8658cebeb80dc0376b1a (commit)
       via  5055ec22100c84153e76662bae23063408a6a935 (commit)
       via  2fede4261ca029643db8be636a1119fd1769e894 (commit)
       via  46fdaed173d06e42dac6712e142bc9f7898075d7 (commit)
       via  11b8d81d6f403209b15bdf5a58ed2b98cd4ee3bb (commit)
      from  15ad18b01e1d7519be521c31b2a02dc123a1ff69 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ef40d0ff4989b13360acb0504ac5a8fbeff31c16
Author: John Darrington <address@hidden>
Date:   Sat Oct 31 09:02:32 2009 +0100

    Wrap operations which index into reverse_variable_map
    
    New private function reverse_variable_lookup.  This
    function wraps operations which index into the array,
    and includes checks to prevent indexing outside the
    bounds of the array.

commit a741cf4e8348e478ec5e8658cebeb80dc0376b1a
Author: John Darrington <address@hidden>
Date:   Sat Oct 31 08:42:25 2009 +0100

    Drop first category of each variable from covariance matrix.
    
    Apparently it's not appropriate for the covariance matrix to
    have a row/column for every categorical value.  One value per
    categorical variable should be excluded.  This change drops
    the first category encountered.

commit 5055ec22100c84153e76662bae23063408a6a935
Author: John Darrington <address@hidden>
Date:   Sat Oct 31 08:22:00 2009 +0100

    Remove unused function categoricals_index

commit 2fede4261ca029643db8be636a1119fd1769e894
Author: John Darrington <address@hidden>
Date:   Sat Oct 31 08:10:35 2009 +0100

    Populate the moment matrices with the categorical entries

commit 46fdaed173d06e42dac6712e142bc9f7898075d7
Author: John Darrington <address@hidden>
Date:   Sat Oct 31 08:04:32 2009 +0100

    Keep track of the number of variables involved in the categoricals.
    
    Added a counter for the number of variables which actually contribute
    to categories.  Due to the possibility of missing values, this may
    not be equal to the number of variables passed to the contructor.

commit 11b8d81d6f403209b15bdf5a58ed2b98cd4ee3bb
Author: John Darrington <address@hidden>
Date:   Sat Oct 31 07:04:25 2009 +0100

    Don't crash if all categorical variables are empty

-----------------------------------------------------------------------

Summary of changes:
 src/math/categoricals.c |  102 ++++++++++++++++++++++++++++++----------------
 src/math/categoricals.h |   10 ++++-
 src/math/covariance.c   |   43 +++++++++++++++++---
 3 files changed, 111 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]