oops
[pspp-builds.git] / src / math / linreg / linreg.c
2008-04-06 Jason Stoveroops
2008-04-06 Jason Stoverstore intercept in proper place when using QR method
2008-03-11 Jason StoverRemoved use of coefficient 0 as intercept; removed...
2008-03-08 Jason StoverFix bug 22419
2007-12-04 Jason StoverRemoved 'Written by' line
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-09-15 John DarringtonInitialize variables to avoid compiler warnings.
2007-09-14 Jason Stoverfix memory leak
2007-08-12 Jason StoverAdded scope and explanation of use of conditional inver...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-12 Jason Stoverfix bug 19581
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-07 Ben PfaffCompare variable pointers instead of variable indexes.
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-28 Jason Stoveradded function to retrieve variable list used in linear...
2006-04-26 Jason Stoveradded pointer to predicted values
2006-04-19 Jason StoverAdded pointer to residual variable to linreg cache
2006-04-17 Jason Stoverpspp_linreg_cache_free accepts a void pointer
2006-04-17 Jason Stoverpspp_linreg_cache_free returns a boolean
2006-04-09 Jason Stoverupdated residual function; fixed bug in coefficient.c
2006-04-09 Jason Stoveradded residual function to linreg struct; tidied up
2006-04-09 Jason Stoverfixed predict arg list; undid bad indent
2006-04-09 Jason Stoverinitialize prediction method
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded files in src/math