Categoricals cleanup: New structure 'payload' which reduces the
[pspp-builds.git] / src / math / categoricals.c
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2011-12-03 John DarringtonONEWAY: Fixed crash when the dependent variable contain...
2011-11-28 John Darringtoncategoricals.c: Rename function to more accurately...
2011-11-28 John DarringtonRemove unused function
2011-11-26 John DarringtonFix memory leak
2011-11-25 John Darringtoncategoricals.c: Effects coding.
2011-11-20 John Darringtoncategoricals.c Fix the calculation of the per encoding...
2011-11-19 John DarringtonRename df --> df_prod and comment accordingly
2011-11-19 John Darringtoncategoricals.c: Reimpliment the get_binary_by subscript...
2011-10-05 John DarringtonAdded a base parameter to the interaction_case_hash...
2011-08-23 John DarringtonFix warnings
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview'
2011-07-28 John DarringtonFix crash in Correlations
2011-07-26 John DarringtonFix memory leak
2011-07-26 John DarringtonFixed crash when interactions have no instances
2011-07-26 John DarringtonMade GLM as well as ONEWAY work
2011-07-26 John DarringtonConstness
2011-07-26 John DarringtonExtended the glm command to accept interactions. Unfor...
2011-07-26 John Darringtoncategoricals.c: Fixed part of the dump function
2011-07-26 John Darringtoncategoricals.c: Rename var_params to interact_params
2011-07-26 John DarringtonRemove unused function
2011-07-26 John DarringtonGLM: Fix memory leaks
2011-07-26 John DarringtonCategoricals: remove var member which is no longer...
2011-07-26 John DarringtonCategoricals: Replace single value by a case, so that...
2011-07-26 John DarringtonCategoricals to take interactions instead of variables.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview origin/sourceview
2011-06-27 John DarringtonFixed the categoricals such that now both GLM and ONEWA...
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 Pfaffcategoricals: Make parameter to categoricals_done(...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-08-24 John DarringtonCategoricals: Sort the reverse value map.
2010-08-24 John DarringtonCategoricals: Use moments instead of keeping cc count...
2010-08-24 John Darringtononeway: Fix descriptives for multiple variables
2010-08-24 John DarringtonAdd optional callback functions to categoricals.
2010-08-24 John DarringtonConstness
2010-08-24 John DarringtonCategoricals.c Create entries for all groups.
2010-05-24 John DarringtonFix compiler warnings
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-01-22 Jason H StoverSet categoricals to NULL in one-pass covariance; avoid... fc11-i386-build81 fc11-x64-build78 sid-i386-build148
2009-10-31 John DarringtonWrap operations which index into reverse_variable_map fc11-i386-build30 fc11-x64-build27 lenny-x64-build51 sid-i386-build99
2009-10-31 John DarringtonDrop first category of each variable from covariance...
2009-10-31 John DarringtonRemove unused function categoricals_index
2009-10-31 John DarringtonKeep track of the number of variables involved in the...
2009-10-31 John DarringtonDon't crash if all categorical variables are empty
2009-10-24 John DarringtonNew functions to return the sum and weights associated... fc11-i386-build28 fc11-x64-build25 lenny-x64-build49 sid-i386-build97
2009-10-24 John DarringtonDon't update categorical variables whose values are...
2009-10-24 John DarringtonMove categorical variable into the var_params struct
2009-10-24 John DarringtonAllow dump function to work with numeric variables
2009-10-18 John DarringtonFix order of pool_calloc arguments. fc11-i386-build26 fc11-x64-build22 lenny-x64-build47 sid-i386-build94
2009-10-18 John DarringtonAdd reverse map entries to categoricals.
2009-10-17 John DarringtonNew module src/math/categoricals .