moved knowledge of pspp_linreg_cache out of pspp_coeff_init
[pspp-builds.git] / src / language / stats / regression.q
2006-07-14 Jason Stovermoved knowledge of pspp_linreg_cache out of pspp_coeff_init
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-05-19 Jason Stoverrenamed pspp_linreg_coeff to pspp_coeff
2006-05-19 Jason Stoverupdated include path of coefficient.h
2006-05-11 Jason Stoveradjustments for making coeff a pspp_linreg_coeff**
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-28 Jason Stoverpass only the variables in the model to pspp_linreg_pre...
2006-04-28 Jason Stoverpass only the necessary variables to model->residual
2006-04-26 Jason Stoveradded support for saving residuals and predicted values
2006-04-21 Jason Stoverchoose residual variable names correctly
2006-04-20 Jason Stovermoved call to subcommand_save outside multipass_procedu...
2006-04-19 Jason Stoverfixed look up of the number of variables
2006-04-19 Jason StoverFixed residual look up
2006-04-17 Jason Stoverregression_trns_proc accepts an int as the third arg
2006-04-17 Jason Stoveradded transformation to compute residuals
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-09 Jason Stovercall residual function instead of predict to get residual
2006-04-09 Jason Stoverfixed predict argument list
2006-04-08 Jason Stoveradded SAVE subcommand
2006-04-05 Jason Stoverfixed EXPORT command segfault
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-16 Jason Stover#include cleanup
2006-03-15 Jason Stoverfixed out-of-memory bug
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.