pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-63-gceb082


From: Jason H Stover
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-63-gceb0823
Date: Wed, 15 Oct 2008 14:09:26 +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, master has been updated
       via  ceb0823669b8cb6784fd4f793d28451e33dfd512 (commit)
      from  51996c07fc2b308ad29dcbaa93e4d5d3d21b3331 (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 ceb0823669b8cb6784fd4f793d28451e33dfd512
Author: Jason H Stover <address@hidden>
Date:   Wed Oct 15 10:06:50 2008 -0400

    covariance_accumulate: New function for one-pass computation of the
    covariance matrix.
    
    Added hash table to temporarily store the elements that will be in the
    covariance matrix. The hash consists of the new data structure
    covariance_accumulator. New functions hash_numeric_alpha,
    covariance_accumulator_compare, match_nodes,
    covariance_accumulator_free, covariance_hsh_create,
    covariance_accumulator_hash, to assist with the hashing.
    
    update_product: New function.
    
    covariance_accumulator_to_matrix: New function to put hash elements
    into the covariance matrix.
    
    get_center: New function to center a value prior to adding it to
    the covariance matrix.
    
    covariance_matrix_insert: New function to add a value to the
    covariance matrix.

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

Summary of changes:
 src/math/covariance-matrix.c |  396 +++++++++++++++++++++++++++++++++++++++++-
 src/math/covariance-matrix.h |   13 ++-
 2 files changed, 404 insertions(+), 5 deletions(-)


hooks/post-receive
--
GNU PSPP




reply via email to

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