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.0-62-g085907


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.0-62-g0859072
Date: Sat, 20 Sep 2008 01:39:20 +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  08590721e2938b1a7db320bfac2d4f1f86afa717 (commit)
       via  502855f1d746c4acf920006326daa8c86a561a5b (commit)
       via  65be63912fedc9819f76099b1ed52b189fc5fc03 (commit)
      from  6c1c66790acdd2c12cf2cca4555f70f20a4d21d7 (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 08590721e2938b1a7db320bfac2d4f1f86afa717
Author: John Darrington <address@hidden>
Date:   Sat Sep 20 09:35:58 2008 +0800

    Used pow2(x) instead of x * x where appropriate.

commit 502855f1d746c4acf920006326daa8c86a561a5b
Author: John Darrington <address@hidden>
Date:   Sat Sep 20 08:36:49 2008 +0800

    Added the /WILCOXON subcommand to NPAR TESTS
    
    Implemented wilcoxon signed rank test.  Thanks to Ben
    for review.  Closes patch #6635

commit 65be63912fedc9819f76099b1ed52b189fc5fc03
Author: John Darrington <address@hidden>
Date:   Sat Sep 20 07:55:21 2008 +0800

    Added the MEDIAN function to AGGREGATE.
    
    Users can now aggregate data by the median.
    Closes bug #11975

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

Summary of changes:
 AUTHORS                                           |    5 +
 doc/statistics.texi                               |   41 ++
 doc/transformation.texi                           |    5 +-
 lib/automake.mk                                   |    1 +
 lib/misc/README                                   |    2 +
 lib/misc/automake.mk                              |    8 +
 lib/misc/wx-mp-sr.c                               |  101 +++++
 lib/misc/wx-mp-sr.h                               |    6 +
 src/language/expressions/helpers.c                |    2 +-
 src/language/stats/aggregate.c                    |   82 ++++-
 src/language/stats/automake.mk                    |    4 +-
 src/language/stats/binomial.c                     |    4 +-
 src/language/stats/binomial.h                     |    3 +-
 src/language/stats/chisquare.c                    |    4 +-
 src/language/stats/chisquare.h                    |    4 +-
 src/language/stats/crosstabs.q                    |   26 +-
 src/language/stats/npar.h                         |    6 +-
 src/language/stats/npar.q                         |  136 +++++--
 src/language/stats/oneway.q                       |   59 ++--
 src/language/stats/t-test.q                       |   10 +-
 src/language/stats/wilcoxon.c                     |  419 +++++++++++++++++++++
 src/{math/extrema.h => language/stats/wilcoxon.h} |   55 ++--
 src/math/ts/innovations.c                         |    2 +-
 src/ui/gui/automake.mk                            |    1 +
 src/ui/gui/psppire.c                              |    4 +
 src/ui/terminal/automake.mk                       |    1 +
 src/ui/terminal/main.c                            |    1 +
 tests/automake.mk                                 |    1 +
 tests/command/aggregate.sh                        |   27 +-
 tests/command/npar-wilcoxon.sh                    |  174 +++++++++
 30 files changed, 1056 insertions(+), 138 deletions(-)
 create mode 100644 lib/misc/README
 create mode 100644 lib/misc/automake.mk
 create mode 100644 lib/misc/wx-mp-sr.c
 create mode 100644 lib/misc/wx-mp-sr.h
 create mode 100644 src/language/stats/wilcoxon.c
 copy src/{math/extrema.h => language/stats/wilcoxon.h} (55%)
 create mode 100755 tests/command/npar-wilcoxon.sh


hooks/post-receive
--
GNU PSPP




reply via email to

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