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-64-g18918b


From: Jason H Stover
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-64-g18918bb
Date: Wed, 15 Oct 2008 16:13:08 +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  18918bb7713dd3f7d0b0815d8372e8d454e2f2dc (commit)
      from  ceb0823669b8cb6784fd4f793d28451e33dfd512 (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 18918bb7713dd3f7d0b0815d8372e8d454e2f2dc
Author: Jason H Stover <address@hidden>
Date:   Wed Oct 15 12:12:35 2008 -0400

    glm.q: Removed code to us QR decomposition, which requires the entire data
    set to be stored in a matrix.
    
    glm.q: fit_model: New function.
    
    design-matrix.[ch]: Added array of size_t's to store the number of
    data for each variable in struct design_matrix. Added accessor
    functions design_matrix_increment_case_count,
    design_matrix_set_case_count and design_matrix_get_case_count.

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

Summary of changes:
 src/language/stats/glm.q |   95 ++++++++++++++++++++-------------------------
 src/math/design-matrix.c |   47 +++++++++++++++++++++++
 src/math/design-matrix.h |    7 +++
 3 files changed, 96 insertions(+), 53 deletions(-)


hooks/post-receive
--
GNU PSPP




reply via email to

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