Added result_class parameter to tab_double and updated all callers. Removed tab_fixed
[pspp] / src / math / covariance.c
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2012-11-12 Ben PfaffMerge 'master' into 'psppsheet'. 20121113032021/pspp 20121114032001/pspp 20121115031953/pspp 20121116032036/pspp 20121117032022/pspp 20121118032021/pspp 20121119031957/pspp 20121120031954/pspp 20121121031958/pspp 20121122032007/pspp 20121123032005/pspp 20121124032004/pspp 20121125032007/pspp 20121126032010/pspp 20121127031956/pspp 20121128032039/pspp 20121129032043/pspp 20121130032031/pspp
2012-11-06 John DarringtonCategoricals: Provide separate functions for effects... 20121107030502/pspp 20121108030503/pspp
2011-12-02 Ben PfaffAvoid declaring variables in the middle of a block...
2011-11-28 John Darringtoncategoricals.c: Rename function to more accurately... 20111129030502/pspp 20111130030501/pspp 20111201030507/pspp
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES 20111115030503/pspp 20111116030501/pspp
2011-11-13 John DarringtonRemove useless code 20111114030502/pspp
2011-10-07 John DarringtonFix incorrectly ordered arguments to xcalloc 20111008030503/pspp 20111009030507/pspp
2011-10-07 John DarringtonFixed a crash in the oneway command
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
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
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 20110625030504/pspp 20110626030505/pspp 20110627030508/pspp 20110628030505/pspp 20110629030502/pspp 20110630030506/pspp 20110701030505/pspp
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. 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.