Separate table functions that format their arguments from those that don't.
[pspp-builds.git] / src / language / stats / regression.q
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-06-11 Jason H StoverFixed crash caused by regressing with categorical variables
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
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 StoverOops
2009-02-23 Jason H Stoverlinreg.c: (pspp_linreg_mse) New accessor function
2009-02-23 Jason StoverFix bug 25677
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-09 Jason H StoverSkip the SAVE subcommand if no valid data are present...
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-10-12 Ben PfaffEliminate unused code in glm.q, regression.q.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-15 Jason H Stoverpspp_coeff_var_to_coeff: Guard against a null pointer...
2008-09-04 John DarringtonAdded a n_missing parameter to casereader_create_filter...
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
2008-04-09 John DarringtonFix display of degrees of freedom.
2008-04-09 Jason Stoverfixed check for equality of explanatory and predictor...
2008-03-12 John DarringtonFix compiler warning.
2008-03-11 Jason StoverRemoved use of coefficient 0 as intercept; removed...
2008-01-02 John DarringtonCloses patch #6359
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-22 John DarringtonFree the cmd after it's finished.
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-09-20 Ben PfaffFix bug #21108.
2007-09-14 Jason StoverDeclare models in difinition of cmd_regression; free...
2007-08-17 Jason Stoverbroke long line in error message
2007-08-16 Jason Stoverfixed typo
2007-08-15 Jason Stoverfix bug 19819
2007-08-12 Jason StoverChanged PSPP_LINREG_SVD to PSPP_LINREG_QR
2007-07-27 Ben Pfaff(run_regression): Move casereader_destroy call so that...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonFixed constness issues.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-05-15 Jason StoverIssue an error if no valid data are found
2007-05-08 Jason Stoverpartial fix of bug 19819
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-12 Jason Stoverfix bug 19581
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-03-30 Jason Stoveruse moments.c to compute moments
2007-03-17 Jason StoverSupport moments
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2007-02-04 Jason Stoverfixed p-value computation in test of coefficients
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-16 Jason Stoverremoved "Written by..." line
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
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-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-10-26 John DarringtonDamn! Forgot to change casenum_t in *.q
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-20 Jason Stoverremoved useless code
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-09-25 John DarringtonAdded casereader_clone function.
2006-07-14 Jason Stovermoved knowledge of pspp_linreg_cache out of pspp_coeff_init
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-05-19 Jason Stoverrenamed pspp_linreg_coeff to pspp_coeff
2006-05-19 Jason Stoverupdated include path of coefficient.h
2006-05-11 Jason Stoveradjustments for making coeff a pspp_linreg_coeff**
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-28 Jason Stoverpass only the variables in the model to pspp_linreg_pre...
2006-04-28 Jason Stoverpass only the necessary variables to model->residual
2006-04-26 Jason Stoveradded support for saving residuals and predicted values
2006-04-21 Jason Stoverchoose residual variable names correctly
2006-04-20 Jason Stovermoved call to subcommand_save outside multipass_procedu...
2006-04-19 Jason Stoverfixed look up of the number of variables
2006-04-19 Jason StoverFixed residual look up
2006-04-17 Jason Stoverregression_trns_proc accepts an int as the third arg
2006-04-17 Jason Stoveradded transformation to compute residuals
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-09 Jason Stovercall residual function instead of predict to get residual
2006-04-09 Jason Stoverfixed predict argument list
2006-04-08 Jason Stoveradded SAVE subcommand
2006-04-05 Jason Stoverfixed EXPORT command segfault
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-16 Jason Stover#include cleanup
2006-03-15 Jason Stoverfixed out-of-memory bug
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.