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)
committerBen Pfaff <blp@gnu.org>
Fri, 17 Jul 2009 03:10:04 +0000 (20:10 -0700)
commit8801412c9d32e74bdf21aee0bb3b29f8e877acef
treee37572127c1745539aa9c2c8926cd495c2141c0e
parent93eecdad1d3cd857c042cb5d50ff2f984d1aed20
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]