Constness
[pspp] / src / math / categoricals.c
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...
2009-10-31 John DarringtonWrap operations which index into reverse_variable_map
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...
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.
2009-10-18 John DarringtonAdd reverse map entries to categoricals.
2009-10-17 John DarringtonNew module src/math/categoricals .