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-70-gc8755


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-70-gc875597
Date: Tue, 7 Mar 2017 00:36:59 -0500 (EST)

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  c875597832d56353461bafd46e268f0ba5fbb5da (commit)
      from  3db3eb092e5ea941d815e6377ecdb5ea260a5a25 (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 c875597832d56353461bafd46e268f0ba5fbb5da
Author: John Darrington <address@hidden>
Date:   Tue Mar 7 06:31:49 2017 +0100

    Fixed a bug in the Mann-Whitney test vs. missing=analysis.
    
    When missing values were deleted from the dataset, they were deleted after 
the
    ranks for the U value had been inserted, - thus the wrong rank sum would be
    calculated.  This change deletes missing values *before* the ranks are 
inserted.
    
    The issue this fixes is described at
    http://lists.gnu.org/archive/html/pspp-users/2017-03/msg00009.html

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

Summary of changes:
 NEWS                              |   6 +-
 src/language/stats/mann-whitney.c |   8 +-
 tests/automake.mk                 |   1 +
 tests/language/mann-whitney.txt   | 231 ++++++++++++++++++++++++++++++++++++++
 tests/language/stats/npar.at      |  46 ++++++++
 5 files changed, 287 insertions(+), 5 deletions(-)
 create mode 100644 tests/language/mann-whitney.txt


hooks/post-receive
-- 
GNU PSPP



reply via email to

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