[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1770-g4e05
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1770-g4e051a9 |
Date: |
Mon, 25 Oct 2010 19:27:04 +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 4e051a99a8f4d3e36b69d309ee28c38e0b2a3a02 (commit)
via d6259145c57dbef83bbe9fc0d90d35ed14a95a96 (commit)
via 1f247f9a51625cdaae7e48b5f723310f05ff6627 (commit)
from 777b94603f5d72d0037bb9a716b1705dd3193b06 (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 4e051a99a8f4d3e36b69d309ee28c38e0b2a3a02
Author: John Darrington <address@hidden>
Date: Mon Oct 25 21:25:16 2010 +0200
Added manual entry for the Mann-Whitney test
commit d6259145c57dbef83bbe9fc0d90d35ed14a95a96
Author: John Darrington <address@hidden>
Date: Mon Oct 25 20:54:54 2010 +0200
Mann-Whitney: Change the rank sum used for Wilcoxon W
commit 1f247f9a51625cdaae7e48b5f723310f05ff6627
Author: John Darrington <address@hidden>
Date: Mon Oct 25 20:40:14 2010 +0200
First attempt at Mann-Whitney U test.
Currently only assymptotic significance is calculated.
-----------------------------------------------------------------------
Summary of changes:
doc/statistics.texi | 23 ++
src/language/stats/automake.mk | 1 +
src/language/stats/mann-whitney.c | 288 ++++++++++++++++++++
.../stats/{kruskal-wallis.h => mann-whitney.h} | 9 +-
src/language/stats/npar.c | 58 ++++-
5 files changed, 369 insertions(+), 10 deletions(-)
create mode 100644 src/language/stats/mann-whitney.c
copy src/language/stats/{kruskal-wallis.h => mann-whitney.h} (87%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1770-g4e051a9,
John Darrington <=