Re-implemented the T-TEST command and the levene calculation.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 14:47:33 +0000 (16:47 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 14:47:33 +0000 (16:47 +0200)
commit71eea20b080f51f1aa00ef35acf4f49ce742d10a
tree6ebd23736079ea6cac73874e0328833f6bd61030
parented38ada34331b3b1e0167c350b375a3fb38099a2
Re-implemented the T-TEST command and the levene calculation.

Also updated the ONEWAY command to use the new levene test.
The changes to t-test.at in this changeset affect only whitespace
or the order of reported significance.  The numbers remain unchanged.
src/language/stats/automake.mk
src/language/stats/oneway.c
src/language/stats/t-test-indep.c [new file with mode: 0644]
src/language/stats/t-test-one-sample.c [new file with mode: 0644]
src/language/stats/t-test-paired.c [new file with mode: 0644]
src/language/stats/t-test-parser.c [new file with mode: 0644]
src/language/stats/t-test.h [new file with mode: 0644]
src/language/stats/t-test.q [deleted file]
src/math/levene.c
src/math/levene.h
tests/language/stats/t-test.at