Set final element in covariance matrix. Use accessor functions for linreg struct...
[pspp-builds.git] / src / math / linreg.h
2010-02-05 Jason H StoverSet final element in covariance matrix. Use accessor... origin/covariance fc11-i386-build90 fc11-x64-build87 lenny-x64-build105 sid-i386-build157
2010-01-15 Jason H StoverRewrote linreg.[ch], regression.q and glm.q to use... fc11-i386-build71 fc11-x64-build68 lenny-x64-build92 sid-i386-build138
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-02-23 Jason H Stoverlinreg.c: (pspp_linreg_mse) New accessor function
2009-02-23 Jason StoverFix bug 25677
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-21 Jason H Stoverpspp_linreg_with_cov: Accept struct covariance_matrix...
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffMake pspp_linreg_with_cov() void, since it doesn't...
2008-10-12 Ben PfaffUse const consistently in linreg routines, to avert...
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-17 Jason H Stovercoeff_init: Do not use coeff[0] as the intercept.
2008-09-15 Jason H Stoverpspp_coeff_var_to_coeff: Guard against a null pointer...
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-12 Jason H StoverDo not use const in pspp_linreg_get_vars. Use correct...
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-16 Jason H StoverPointer DEPVAR is now required to be set correctly...
2008-07-27 John DarringtonConstness
2008-06-22 Jason StoverFixed bug 23567. Added accessor functions to get/set...
2008-06-14 Jason Stovermoved src/math/linreg.[ch] to src/math