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.10.2-92-g1f24f


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-92-g1f24fde
Date: Thu, 4 May 2017 12:24:42 -0400 (EDT)

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  1f24fde0bb9ada58658fd60125948a45a221f3d9 (commit)
       via  63aa70751714736d6577c590484ad926492b2fe2 (commit)
       via  8eb60896161a514e0df6208ff20cd90a75cc8938 (commit)
       via  b2b5300cd5deace18d4277c58dcbac7993693863 (commit)
      from  4de373154a9c151264dce1394d00abf95272a7a9 (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 1f24fde0bb9ada58658fd60125948a45a221f3d9
Author: John Darrington <address@hidden>
Date:   Thu May 4 18:17:11 2017 +0200

    FACTOR: Add printout of the covariance matrix and add a test

commit 63aa70751714736d6577c590484ad926492b2fe2
Author: John Darrington <address@hidden>
Date:   Thu May 4 17:31:37 2017 +0200

    FACTOR: New subcommand: MATRIX IN

commit 8eb60896161a514e0df6208ff20cd90a75cc8938
Author: John Darrington <address@hidden>
Date:   Thu May 4 17:27:31 2017 +0200

    New function covariance_from_correlation

commit b2b5300cd5deace18d4277c58dcbac7993693863
Author: John Darrington <address@hidden>
Date:   Thu May 4 17:25:49 2017 +0200

    New module matrix-reader
    
    Added a new module to help read the files created by MATRIX DATA

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

Summary of changes:
 NEWS                                 |   2 +
 doc/statistics.texi                  |  22 ++-
 src/language/data-io/automake.mk     |   2 +
 src/language/data-io/matrix-reader.c | 233 +++++++++++++++++++++++++++
 src/language/data-io/matrix-reader.h |  52 ++++++
 src/language/stats/factor.c          | 301 +++++++++++++++++++++++++++--------
 src/math/correlation.c               |  26 +++
 src/math/correlation.h               |   4 +-
 tests/language/stats/factor.at       |  90 +++++++++++
 9 files changed, 661 insertions(+), 71 deletions(-)
 create mode 100644 src/language/data-io/matrix-reader.c
 create mode 100644 src/language/data-io/matrix-reader.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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