Fixed memory leak. Made coeff a linreg_coeff** for easier use.
[pspp-builds.git] / src / math / linreg / coefficient.c
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-16 Jason Stoverfixed variable type check
2006-04-16 Ben PfaffFix some warnings.
2006-04-10 Jason Stoverfixed prediction bug
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 coefficient lookup
2006-04-07 Jason Stoverfixed null pointer checking
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 Stoveradded function to fetch coefficient by variable
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded files in src/math