Fix bug 22419
[pspp-builds.git] / src / math / linreg / ChangeLog
2008-03-08 Jason StoverFix bug 22419
2008-02-29 Jason StoverFix bug 22419
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-08-12 Jason StoverAdded scope and explanation of use of conditional inver...
2007-04-12 Jason Stoverfix bug 19581
2006-12-07 Ben PfaffCompare variable pointers instead of variable indexes.
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-22 Jason Stoverremoved uneccessary cast to pspp_linreg_cache
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-16 Ben PfaffFix some warnings.
2006-04-09 Jason Stoverpredict is more robust
2006-04-07 Jason Stoveradded residual computation; improved handling of bad...
2006-04-05 Jason Stoveradded predict function for linear model
2006-04-04 Jason StoverVariable-to-coefficient lookup
2006-03-04 John DarringtonAdded files in src/math