Removed use of coefficient 0 as intercept; removed subcommand EXPORT.
[pspp-builds.git] / src / math / coefficient.c
2008-03-11 Jason StoverRemoved use of coefficient 0 as intercept; removed...
2008-03-01 Jason Stoveradded checks for pointers to coefficient
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-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-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-07-15 Jason Stovermade matrix argument const in coefficient initialization
2006-07-14 Jason Stovermoved knowledge of pspp_linreg_cache out of pspp_coeff_init
2006-05-19 Jason Stoverrenamed pspp_linreg_coeff to pspp_coeff
2006-05-19 Jason Stovermoved src/math/linreg/coefficient.* to src/math