Drop first category of each variable from covariance matrix.
[pspp-builds.git] / src / math / categoricals.c
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 .