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. v1.2.0-169-g0b7e8


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-169-g0b7e888
Date: Sat, 4 May 2019 03:25:18 -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  0b7e8882ce9bf2166c6bcc0db1334357ba5a76d4 (commit)
      from  b6bbb92263a71bd626583a30de65c7f75d2f448c (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 0b7e8882ce9bf2166c6bcc0db1334357ba5a76d4
Author: John Darrington <address@hidden>
Date:   Sat May 4 08:20:09 2019 +0200

    EXAMINE: Implement the Shapiro-Wilk Test.
    
    Closes bug #42511

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

Summary of changes:
 NEWS                              |   5 +-
 doc/statistics.texi               |   9 ++
 src/language/stats/examine.c      |  92 +++++++++++++++++-
 src/math/automake.mk              |   3 +-
 src/math/shapiro-wilk.c           | 198 ++++++++++++++++++++++++++++++++++++++
 src/math/{np.h => shapiro-wilk.h} |  41 +++-----
 tests/language/stats/examine.at   | 110 ++++++++++++++++++++-
 7 files changed, 425 insertions(+), 33 deletions(-)
 create mode 100644 src/math/shapiro-wilk.c
 copy src/math/{np.h => shapiro-wilk.h} (64%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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