Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / stats / regression.q
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-05 Ben PfaffREGRESSION: Eliminate restriction to VAR_NAME_LEN in...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings.
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-17 Jason H StoverFixed degrees of freed in t-stat for intercept
2010-07-16 John DarringtonFix memory leak
2010-07-15 Jason H StoverDo not rely on user to specify all variables in VARIABL...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-17 Jason H StoverRewrote to use new covariance functions.
2010-02-08 Ben PfaffMerge "output" into "master"
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-02-04 Jason H Stoveruse sizeof double to allocate means fc11-i386-build89 fc11-x64-build86 lenny-x64-build104 sid-i386-build156
2010-02-04 Jason H StoverCompute the independent variable means fc11-i386-build88 fc11-x64-build85 lenny-x64-build103 sid-i386-build155
2010-01-29 Jason H Stoverfixed counting of valid cases in fill_covariance fc11-i386-build84 fc11-x64-build81 lenny-x64-build99 sid-i386-build151
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-21 Jason H Stoverfill_covariance now returns a value fc11-i386-build79 fc11-x64-build76 sid-i386-build146
2010-01-17 Ben PfaffRewrite PSPP output engine. fc11-i386-build74 fc11-x64-build71 sid-i386-build141
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-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-11 Ben PfaffDelete tab_create()'s unused third parameter.
2009-08-11 Ben PfaffSeparate table functions that format their arguments...
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-17 Ben PfaffREGRESSION: Fix access beyond end of allocated region.
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-06-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
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.
next