Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / math / covariance.c
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
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.