New functions glm_custom_design and parse_interactions.
[pspp-builds.git] / src / language / stats / glm.q
2009-09-02 Jason StoverNew functions glm_custom_design and parse_interactions.
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-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-28 Jason H Stoverinteraction.c: Introduced interaction_variable and...
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-08 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-06 Jason H Stovercovariance-matrix.c: Added one-pass algorithm to comput...
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-15 Jason H Stoverglm.q: Removed code to us QR decomposition, which requi...
2008-10-12 Ben PfaffEliminate unused code in glm.q, regression.q.
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-09-04 John DarringtonAdded a n_missing parameter to casereader_create_filter...
2008-07-27 John DarringtonConstness
2008-07-26 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-07-24 Jason H StoverDropped weight argument. Corrected update of entries...
2008-07-22 Jason H StoverNo longer store entire data set in memory.
2008-06-14 Jason Stovermoved src/math/linreg.[ch] to src/math
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-20 Ben PfaffFix bug #21108.
2007-07-13 John DarringtonAdded prototype to avoid compile time warning.
2007-07-10 Jason Stoverinitial version of glm