Removed use of coefficient 0 as intercept; removed subcommand EXPORT.
[pspp-builds.git] / src / math / linreg / predict.c
2008-03-11 Jason StoverRemoved use of coefficient 0 as intercept; removed...
2008-02-29 Jason StoverFix bug 22419
2007-12-04 Jason StoverRemoved 'Written by' line
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-05-19 Jason Stoverrenamed pspp_linreg_coeff to pspp_coeff
2006-05-19 Jason Stovermoved coefficient.[ch] to src/math
2006-05-11 Jason StoverFixed memory leak. Made coeff a linreg_coeff** for...
2006-04-22 Jason Stoverremoved uneccessary cast to pspp_linreg_cache
2006-04-16 Ben PfaffFix some warnings.
2006-04-10 Jason Stoverfixed prediction bug
2006-04-09 Jason Stoveradded residual function to linreg struct; tidied up
2006-04-08 Jason Stoveradjustments to prediction and residual arguments
2006-04-07 Jason Stoveradded residual computation; improved handling of bad...
2006-04-05 Jason Stoveradded predict function for linear model