X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fstats%2FChangeLog;h=db148a4ffe397c7f1c06fc88e4dbaaa6e0d1efe0;hb=8021cf8974a46fe82af7b8952e448c0ea6858a48;hp=2304f783d1b9f5978534d15192b2f9922f63e5bd;hpb=e229c3779f9fb5e4bf7786a3bddf5e5d2441da28;p=pspp-builds.git diff --git a/src/language/stats/ChangeLog b/src/language/stats/ChangeLog index 2304f783..db148a4f 100644 --- a/src/language/stats/ChangeLog +++ b/src/language/stats/ChangeLog @@ -1,3 +1,35 @@ +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. + + * regression.q (compute_moments): New function. + +2007-03-18 Ben Pfaff + + * crosstabs.q (static var write): Rename write_style to avoid + conflict with POSIX function of same name. + +2007-03-16 Jason Stover + + * regression.q (run_regression): Added support for moments. + +Sat Feb 17 08:16:00 2007 Ben Pfaff + + * flip.c (flip_sink_create): Improve error message when temporary + file cannot be created. + Tue Feb 6 19:58:03 2007 Ben Pfaff * flip.c (flip_file): Give better error message on end-of-file.