Fixed bug reporting the significance of paired value t-test.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 15 Jul 2009 18:25:42 +0000 (02:25 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 15 Jul 2009 18:25:42 +0000 (02:25 +0800)
commit5ee84736663824fe12474b78dace867e42893a14
treec93bd825f474502b93bab498ab4546c67fd60776
parent0faad29b5c735cce9672331681392c2b1f0b5690
Fixed bug reporting the significance of paired value t-test.

Due to a cut and paste error, the significance of paired
t-tests was wrong when the value of T was positive.
Thanks to Mike Griffiths for reporting this problem.
src/language/stats/t-test.q
tests/automake.mk
tests/bugs/t-test-paired.sh [new file with mode: 0755]