Return 0.0 for mean of a categorical variable. Fixes bug mentioned in bug report...
[pspp-builds.git] / src / math / linreg.c
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