[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-1792-ge069
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1792-ge0694c0 |
Date: |
Sat, 30 Oct 2010 15:12:45 +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 e0694c0df47b6ad55688726992db9da747782302 (commit)
via 5f53ffc9e8e493bb9a0959a9442d839f76fa39ce (commit)
via 25f47bf48c0aca4c3b75487ffa749637c792de92 (commit)
from 983f4e9073bbedaf37c8c8c283b1150b689cef8d (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 e0694c0df47b6ad55688726992db9da747782302
Author: John Darrington <address@hidden>
Date: Sat Oct 30 17:11:48 2010 +0200
Fix typo
commit 5f53ffc9e8e493bb9a0959a9442d839f76fa39ce
Author: John Darrington <address@hidden>
Date: Sat Oct 30 17:09:41 2010 +0200
NPAR: Implemented the /KENDALL subcommand.
commit 25f47bf48c0aca4c3b75487ffa749637c792de92
Author: John Darrington <address@hidden>
Date: Sat Oct 30 14:06:51 2010 +0200
Added a dialog box for the k-related-sample non-parametric tests.
-----------------------------------------------------------------------
Summary of changes:
doc/statistics.texi | 18 ++
src/language/stats/friedman.c | 90 ++++++----
src/language/stats/friedman.h | 19 ++-
src/language/stats/npar.c | 58 ++++++-
src/ui/gui/automake.mk | 3 +
src/ui/gui/data-editor.ui | 7 +
src/ui/gui/k-related-dialog.c | 186 +++++++++++++++++++
.../gui/{binomial-dialog.h => k-related-dialog.h} | 8 +-
src/ui/gui/k-related.ui | 194 ++++++++++++++++++++
src/ui/gui/psppire-data-window.c | 3 +
tests/language/stats/npar.at | 65 +++++++
11 files changed, 606 insertions(+), 45 deletions(-)
create mode 100644 src/ui/gui/k-related-dialog.c
copy src/ui/gui/{binomial-dialog.h => k-related-dialog.h} (86%)
create mode 100644 src/ui/gui/k-related.ui
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1792-ge0694c0,
John Darrington <=