Constness
[pspp] / src / math / covariance.c
2010-08-24 John DarringtonConstness
2010-07-31 John DarringtonFACTOR: prevent crash if the dataset is empty. 20100731040501/pspp
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...
2009-12-16 John DarringtonMerge commit 'origin/stable'
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".
2009-10-24 John DarringtonDon't update categorical variables whose values are...
2009-10-24 John DarringtonCall categoricals_done at start of second pass.
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.
2009-10-08 Jason H StoverNew function covariance_2pass_create
2009-10-04 John DarringtonCORRELATIONS: Properly deal with case weights.
2009-10-03 John DarringtonFirst working version of CORRELATIONS.