[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-1265-g006e
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1265-g006e4c8 |
Date: |
Wed, 19 May 2010 15:28:26 +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 006e4c8eef534aa82d28869a34c49a382076371d (commit)
via 0c40cc9355d2ce0d88d3937b1bfe0cb9927510a3 (commit)
from cb40133f880615d10473c3b7ca54f57f52fd0daf (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 006e4c8eef534aa82d28869a34c49a382076371d
Author: John Darrington <address@hidden>
Date: Wed May 19 17:27:51 2010 +0200
Implemented the Binomial Test dialog box.
commit 0c40cc9355d2ce0d88d3937b1bfe0cb9927510a3
Author: John Darrington <address@hidden>
Date: Wed May 19 16:31:08 2010 +0200
Fixed bug parsing binomial test.
The NPAR TEST /BINOMIAL subcommand was supposed
to take a default P value. But it didn't work.
This change fixes that problem.
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/npar.q | 11 +-
src/ui/gui/automake.mk | 3 +
src/ui/gui/binomial-dialog.c | 211 ++++++++++++++++++++
.../gui/{chi-square-dialog.h => binomial-dialog.h} | 6 +-
src/ui/gui/{chi-square.ui => binomial.ui} | 164 ++++------------
src/ui/gui/psppire-data-window.c | 3 +
tests/command/npar-binomial.sh | 2 +-
7 files changed, 270 insertions(+), 130 deletions(-)
create mode 100644 src/ui/gui/binomial-dialog.c
copy src/ui/gui/{chi-square-dialog.h => binomial-dialog.h} (88%)
copy src/ui/gui/{chi-square.ui => binomial.ui} (63%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1265-g006e4c8,
John Darrington <=