Implemented the sign test.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 9 Apr 2009 07:58:58 +0000 (15:58 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 9 Apr 2009 07:58:58 +0000 (15:58 +0800)
commita5f512f378fbab43da8496d366dedcf59f29f580
tree00f283457c18150ac0d8421db3de442095078bf8
parent20b64bf74741594e1f1767c0fd12c5f5da5ea58c
Implemented the sign test.

Added an implementation of the SIGN test for the NPAR TESTS
command.  Closes patch #6801
doc/statistics.texi
src/language/stats/automake.mk
src/language/stats/npar.q
src/language/stats/sign.c [new file with mode: 0644]
src/language/stats/sign.h [new file with mode: 0644]
tests/automake.mk
tests/command/npar-sign.sh [new file with mode: 0755]