categoricals.c: Rename function to more accurately reflect its purpose
[pspp-builds.git] / src / math / covariance.c
2011-11-28 John Darringtoncategoricals.c: Rename function to more accurately...
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES
2011-11-13 John DarringtonRemove useless code
2011-10-07 John DarringtonFix incorrectly ordered arguments to xcalloc
2011-10-07 John DarringtonFixed a crash in the oneway command
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview'
2011-07-26 John DarringtonMove call to categoricals_done earlier in the covarianc...
2011-07-26 John DarringtonExtended the glm command to accept interactions. Unfor...
2011-07-26 John DarringtonRemove unused function
2011-07-26 John DarringtonFix ssq for interactions
2011-07-26 John DarringtonCategoricals: remove var member which is no longer...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview origin/sourceview
2011-06-27 John DarringtonGLM: Add unimplemented subcommands, and add a test.
2011-06-24 Jason H StoverAdded type 3 sums of squares to GLM
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-08-24 John DarringtonCovariance matrix interface change.
2010-08-24 John DarringtonConstness
2010-07-31 John DarringtonFACTOR: prevent crash if the dataset is empty.
2010-05-24 John DarringtonFix compiler warnings
2010-05-21 John DarringtonFix crash on Windows when calculating a covariance...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-17 Jason H StoverNew function covariance_calculate_unnormalized
2010-01-22 Jason H StoverSet categoricals to NULL in one-pass covariance; avoid... fc11-i386-build81 fc11-x64-build78 sid-i386-build148
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-10-31 John DarringtonDrop first category of each variable from covariance...
2009-10-31 John DarringtonPopulate the moment matrices with the categorical entries
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-10-24 John DarringtonDon't update categorical variables whose values are...
2009-10-24 John DarringtonCall categoricals_done at start of second pass. sid-i386-build96
2009-10-24 John DarringtonNew functions is_missing and get_val
2009-10-24 John DarringtonUse cov->dim instead of cov->n_vars where appropriate
2009-10-24 John DarringtonDestroy the categorical variables when the covariance...
2009-10-24 John DarringtonResize the moment matrices after the first pass
2009-10-17 John DarringtonNew module src/math/categoricals .
2009-10-17 John DarringtonAdd a two pass algorithm to calculate covariance matrices. fc11-i386-build23 lenny-x64-build44 sid-i386-build91
2009-10-08 Jason H StoverNew function covariance_2pass_create fbsd72-i386-build31 fc11-i386-build17 fc11-x64-build18 lenny-x64-build39 sid-i386-build85
2009-10-04 John DarringtonCORRELATIONS: Properly deal with case weights. fbsd72-i386-build24 fc11-i386-build10 fc11-x64-build11 lenny-x64-build32 sid-i386-build78
2009-10-03 John DarringtonFirst working version of CORRELATIONS.