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-1703-gc8b0


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1703-gc8b02c2
Date: Mon, 11 Oct 2010 18:08:23 +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  c8b02c29026c095ce912faf5fdba7e29b42cb135 (commit)
       via  cd5925923ec4d758b38f1c4bed9ee65f2dc19fb9 (commit)
       via  9895af61788837886be8b30fdb2baf46f9f0724a (commit)
       via  56a406350be35a60d42b51d255f6f93793ac1fab (commit)
       via  4fb23f132f76b405137cc5a73f5913d949a437ae (commit)
       via  ec7e9edc4433264efc66e6e3d661c198148f87c9 (commit)
       via  f5f0b6da1e66e087a45152ee74c3aeab60612cf7 (commit)
      from  2820390b7d06dd494ba73eeebfbcebd15c76492a (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 c8b02c29026c095ce912faf5fdba7e29b42cb135
Author: John Darrington <address@hidden>
Date:   Mon Oct 11 20:02:54 2010 +0200

    Initial implementation of the Kruskal-Wallis test.

commit cd5925923ec4d758b38f1c4bed9ee65f2dc19fb9
Author: John Darrington <address@hidden>
Date:   Sat Oct 9 21:12:42 2010 +0200

    Use conventional search for gsl if pkg-config fails

commit 9895af61788837886be8b30fdb2baf46f9f0724a
Author: John Darrington <address@hidden>
Date:   Sat Oct 9 21:07:48 2010 +0200

    Use cast macros

commit 56a406350be35a60d42b51d255f6f93793ac1fab
Author: John Darrington <address@hidden>
Date:   Sat Oct 9 16:20:11 2010 +0200

    Remove some duplicated #includes

commit 4fb23f132f76b405137cc5a73f5913d949a437ae
Author: John Darrington <address@hidden>
Date:   Sat Oct 9 12:56:45 2010 +0200

    NPAR TESTS: Implement parser for kruskal wallis test

commit ec7e9edc4433264efc66e6e3d661c198148f87c9
Author: John Darrington <address@hidden>
Date:   Sat Oct 9 12:51:50 2010 +0200

    NPAR TESTS: Add framework for n sample independent variable tests.
    
    Upcomming commits will rely on this functionaly.

commit f5f0b6da1e66e087a45152ee74c3aeab60612cf7
Author: John Darrington <address@hidden>
Date:   Sat Oct 9 12:46:45 2010 +0200

    NPAR TESTS: reformat and use cast macros

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

Summary of changes:
 configure.ac                                       |    4 +-
 src/language/stats/automake.mk                     |   10 +-
 src/language/stats/binomial.c                      |   10 +-
 src/language/stats/kruskal-wallis.c                |  332 ++++++++++++++++++++
 .../stats/{wilcoxon.h => kruskal-wallis.h}         |   33 +--
 src/language/stats/npar.c                          |  136 +++++++-
 src/language/stats/npar.h                          |   15 +-
 src/language/stats/sign.c                          |    3 +-
 src/language/stats/wilcoxon.c                      |    7 +-
 9 files changed, 485 insertions(+), 65 deletions(-)
 create mode 100644 src/language/stats/kruskal-wallis.c
 copy src/language/stats/{wilcoxon.h => kruskal-wallis.h} (71%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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