X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2FChangeLog;h=c3cb4fad78015a2c0274af1466ff97c7481315fd;hb=f4810d3c8656b3b3ab26303d2dae70fc361db7fb;hp=5a44056b2d482b0fc62270ea2452f302bbb8b4ef;hpb=871f4456a207925fdce3df3150af3f3b263b2776;p=pspp-builds.git diff --git a/src/language/stats/ChangeLog b/src/language/stats/ChangeLog index 5a44056b..c3cb4fad 100644 --- a/src/language/stats/ChangeLog +++ b/src/language/stats/ChangeLog @@ -1,3 +1,25 @@ +2007-05-15 Jason Stover + + * regression.q (run_regression): Tell the user when the data + contain no valid cases. + +2007-05-08 Jason Stover + + * regression.q: Partial fix of bug which caused a crash if + dependent variable and independent variable were the same. + +2007-04-16 John Darrington + + * t-test.q: Changed the output width of reported counts and + degrees of freedom, to avoid truncating these values. Thanks + to Seth Woolley for reporting this problem. A proper fix involves + re-thinking the output driver. + +2007-04-12 Jason Stover + + * regression.q (run_regression): Added if (n_data >0) to fix bug + 19581. + 2007-03-29 Jason Stover * regression.q (prepare_data): New function.