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-2131-gc80d


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2131-gc80d032
Date: Fri, 01 Jul 2011 18:22:44 +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  c80d032e5f853965c86db5ee1fe453bee1a36807 (commit)
       via  631e2243322503338b497cd13529fbb2c5833e3d (commit)
      from  16a331300d4c9deb96c3ca34cd1f470c762c8fad (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 c80d032e5f853965c86db5ee1fe453bee1a36807
Author: John Darrington <address@hidden>
Date:   Fri Jul 1 20:05:20 2011 +0200

    Update NEWS file

commit 631e2243322503338b497cd13529fbb2c5833e3d
Author: John Darrington <address@hidden>
Date:   Fri Jul 1 20:04:58 2011 +0200

    Implemented the POSTHOC subcommand for the ONEWAY command.
    
    Currently, only LSD, Tukey, Bonferroni, Scheffe, Games-Howell
    and Sidak are supported. These are presented as Multiple
    Comparisons - the Homogeneous Subsets are not yet implemented.

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

Summary of changes:
 NEWS                                       |    6 +
 doc/statistics.texi                        |   25 ++-
 lib/automake.mk                            |    1 +
 lib/tukey/README                           |    1 +
 lib/tukey/automake.mk                      |   11 +
 lib/tukey/ptukey.c                         |  486 ++++++++++++++++++++++++++++
 lib/tukey/qtukey.c                         |  253 +++++++++++++++
 src/data/ods-reader.h => lib/tukey/tukey.h |   14 +-
 src/language/stats/oneway.c                |  458 ++++++++++++++++++++++++--
 src/math/automake.mk                       |    3 +-
 tests/language/stats/oneway.at             |  352 ++++++++++++++++++++-
 11 files changed, 1563 insertions(+), 47 deletions(-)
 create mode 100644 lib/tukey/README
 create mode 100644 lib/tukey/automake.mk
 create mode 100644 lib/tukey/ptukey.c
 create mode 100644 lib/tukey/qtukey.c
 copy src/data/ods-reader.h => lib/tukey/tukey.h (77%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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