Added the /WILCOXON subcommand to NPAR TESTS
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Sep 2008 00:36:49 +0000 (08:36 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Sep 2008 00:36:49 +0000 (08:36 +0800)
commit502855f1d746c4acf920006326daa8c86a561a5b
tree4fe1a81fdfd20cb5767b940590499a92660e3fc9
parent65be63912fedc9819f76099b1ed52b189fc5fc03
Added the /WILCOXON subcommand to NPAR TESTS

Implemented wilcoxon signed rank test.  Thanks to Ben
for review.  Closes patch #6635
22 files changed:
AUTHORS
doc/statistics.texi
lib/automake.mk
lib/misc/README [new file with mode: 0644]
lib/misc/automake.mk [new file with mode: 0644]
lib/misc/wx-mp-sr.c [new file with mode: 0644]
lib/misc/wx-mp-sr.h [new file with mode: 0644]
src/language/stats/automake.mk
src/language/stats/binomial.c
src/language/stats/binomial.h
src/language/stats/chisquare.c
src/language/stats/chisquare.h
src/language/stats/npar.h
src/language/stats/npar.q
src/language/stats/wilcoxon.c [new file with mode: 0644]
src/language/stats/wilcoxon.h [new file with mode: 0644]
src/ui/gui/automake.mk
src/ui/gui/psppire.c
src/ui/terminal/automake.mk
src/ui/terminal/main.c
tests/automake.mk
tests/command/npar-wilcoxon.sh [new file with mode: 0755]