fix bug 19581
[pspp-builds.git] / src / math / linreg / linreg.c
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