Removed use of coefficient 0 as intercept; removed subcommand EXPORT.
[pspp-builds.git] / src / math / linreg / linreg.h
2008-03-11 Jason StoverRemoved use of coefficient 0 as intercept; removed...
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...
2006-05-19 Jason Stoverrenamed pspp_linreg_coeff to pspp_coeff
2006-05-12 Jason Stoverchanged linreg_cache.coeff to **
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-16 Ben PfaffFix some warnings.
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 Stoverfix predict and residual declaration
2006-04-07 Jason Stoveradded residual computation; improved handling of bad...
2006-04-05 Jason Stoveradded predict function for linear model
2006-03-04 John DarringtonAdded files in src/math