[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-2198-ge30f
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2198-ge30f5e6 |
Date: |
Sat, 13 Aug 2011 17:43:30 +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 e30f5e6b6bf7a3b862dacce6b17635e8bf0d909d (commit)
via 475f3095aa452ffb467303b94151a614795f1d33 (commit)
via 3ca11d9dd35fd7a6f343e008724a7b245dc2e6e5 (commit)
from 9ec99077b6a639b01274d27d17b334ebe21fc9ae (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 e30f5e6b6bf7a3b862dacce6b17635e8bf0d909d
Author: John Darrington <address@hidden>
Date: Sat Aug 13 18:05:37 2011 +0200
Added an implementation for the One Sample Kolmogorov-Smirnov Test
commit 475f3095aa452ffb467303b94151a614795f1d33
Author: John Darrington <address@hidden>
Date: Sun Jul 31 16:21:36 2011 +0200
Implemented the KMO and Bartlett test in the FACTOR command
commit 3ca11d9dd35fd7a6f343e008724a7b245dc2e6e5
Author: John Darrington <address@hidden>
Date: Sun Aug 7 11:38:37 2011 +0200
Set the "local-only" property on GtkFileChooser widgets to FALSE
-----------------------------------------------------------------------
Summary of changes:
doc/statistics.texi | 44 ++-
src/language/stats/automake.mk | 2 +
src/language/stats/factor.c | 174 ++++++++-
src/language/stats/ks-one-sample.c | 401 ++++++++++++++++++++
src/language/stats/{runs.h => ks-one-sample.h} | 36 +-
src/language/stats/npar.c | 107 +++++-
src/ui/gui/aggregate-dialog.c | 1 +
src/ui/gui/automake.mk | 5 +-
src/ui/gui/data-editor.ui | 7 +
.../gui/{runs-dialog.c => ks-one-sample-dialog.c} | 86 ++---
.../gui/{count-dialog.h => ks-one-sample-dialog.h} | 6 +-
src/ui/gui/{k-related.ui => ks-one-sample.ui} | 101 +++---
src/ui/gui/psppire-data-window.c | 6 +-
src/ui/gui/psppire-output-window.c | 2 +
src/ui/gui/psppire-syntax-window.c | 2 +
src/ui/gui/psppire-window.c | 4 +-
src/ui/gui/text-data-import-dialog.c | 5 +-
tests/language/stats/npar.at | 241 ++++++++++++
18 files changed, 1079 insertions(+), 151 deletions(-)
create mode 100644 src/language/stats/ks-one-sample.c
copy src/language/stats/{runs.h => ks-one-sample.h} (66%)
copy src/ui/gui/{runs-dialog.c => ks-one-sample-dialog.c} (65%)
copy src/ui/gui/{count-dialog.h => ks-one-sample-dialog.h} (86%)
copy src/ui/gui/{k-related.ui => ks-one-sample.ui} (74%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2198-ge30f5e6,
John Darrington <=