Set final element in covariance matrix. Use accessor functions for linreg struct...
[pspp-builds.git] / src / math / linreg.c
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-30 Jason H Stoverallocate space to store independent variable list fc11-i386-build86 fc11-x64-build83 lenny-x64-build101 sid-i386-build153
2010-01-29 Jason H StoverFree linreg struct if no valid data; fc11-i386-build83 fc11-x64-build80 lenny-x64-build98 sid-i386-build150
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-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 Jason Stoverpspp_linreg(): Use cache->n_coeffs to set the dimension...
2009-07-17 Jason Stoverpspp_linreg(): Use cache->n_coeffs to set the dimension...
2009-07-17 Jason StoverReturn 0.0 for mean of a categorical variable. Fixes...
2009-07-11 Jason StoverReturn 0.0 for mean of a categorical variable. Fixes...
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-05-01 Jason H StoverAllocate adequate space for permutation
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-17 Jason H StoverEstimate parameters. Moved some code to re-usable funct...
2008-08-16 Jason H StoverInitial versions of functions to estimate parameters
2008-07-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
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