X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Flanguage%2Fstats%2FChangeLog;h=6f7c271f141832fc12d5447a157ebe2f7bc11dfa;hb=d5e3c75df80897a583aedcdbd4269a7ca5ccc491;hp=05cede62a18f5d6fb15adf0b2c7c423097631c76;hpb=53ff82a9f850b2ba9ab7985183551da514fc5d9d;p=pspp-builds.git diff --git a/src/language/stats/ChangeLog b/src/language/stats/ChangeLog index 05cede62..6f7c271f 100644 --- a/src/language/stats/ChangeLog +++ b/src/language/stats/ChangeLog @@ -1,3 +1,72 @@ +2006-04-28 Jason Stover + + * regression.q (regression_trns_resid_proc): Pass only the + variables used in the model to (*model->residual)(). + + * regression.q (regression_trns_pred_proc): Pass only the + variables used in the model to (*model->pred)(). + +2006-04-26 Jason Stover + + * regression.q: Added support for multiple transformations. + + * regression.q (regression_trns_resid_proc): New function. + + * regression.q (regression_trns_pred_proc): New function. + + * regression.q (subcommand_save): Added support for saving + predicted values. + + * regression.q (regression_trns_free): New function. + + * regression.q (reg_get_name): New function. + + * regression.q (reg_save_var): New function. + +Tue Apr 25 13:18:56 2006 Ben Pfaff + + * rank.q (parse_rank_function): Use SE instead of ME for parse + errors. + +Tue Apr 25 13:16:28 2006 Ben Pfaff + + * flip.c (flip_sink_write): Use snprintf() to simplify a bit of + code. + +2006-04-21 Jason Stover + + * regression.q (try_name): New function. (Partly copied from + try_name in descriptives.c.) + + * regression.q (subcommand_save): Choose residual variable names + correctly. + +2006-04-20 Jason Stover + + * regression.q (cmd_regression): Moved call to subcommand_save() + outside multipass_procedure_with_splits(). + + * regression.q (regression_trns_proc): Fixed value counter n_vals + before calling *model->residual(). + +2006-04-19 Jason Stover + + * regression.q (regression_trns_proc): Fixed the look-up of the + number of variables. + +2006-04-18 Jason Stover + + * regression.q (regression_trns_proc): Look up the residual + variable in the linear regression cache. + + * regression.q (subcommand_save): Set the residual variable in the + linear regression cache. + +2006-04-17 Jason Stover + + * regression.q (regression_trns_proc): Accept case_idx as an int + to match the definition of trns_proc_func. + 2006-04-17 Jason Stover * regression.q (regression_trns_proc): New function.