Fix some typos (found by codespell)
[pspp] / src / math / categoricals.c
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-03-27 John DarringtonFixed bug in EXAMINE where the parametric calculation...
2016-01-26 John DarringtonGLM: Do not print the intercept if the model is unbalanced
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-02-18 Ben PfaffFix printf() format specifiers.
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-24 John DarringtonFixed crash with GLM and MEANS vs. SPLIT
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-11 John DarringtonLogistic Regression: Added categorical variable support 20121112030504/pspp 20121113030502/pspp
2012-11-08 John DarringtonCategoricals.c: Ensure that categories are processed... 20121109030502/pspp 20121110030502/pspp 20121111030502/pspp
2012-11-06 John DarringtonCategoricals: Provide separate functions for effects... 20121107030502/pspp 20121108030503/pspp
2012-11-04 John DarringtonFixed some compiler warnings, which arose from recent... 20121105030504/pspp 20121106030502/pspp
2012-11-02 John DarringtonCategoricals: Accept null pointer as subject.
2012-11-02 John Darringtoncateoricals.c categoricals.h clean up.
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-13 John DarringtonFix leaks in MEANS command
2012-08-12 John DarringtonFix memory leaks in ONEWAY command
2012-08-11 John Darringtonsrc/math/categoricals.c: Remove inappropriate const... 20120811000504/pspp
2012-08-04 John Darringtoncategoricals.c (struct payload): Rename destroy to...
2012-08-04 John DarringtonONEWAY: call categoricals_done only once
2012-08-03 John DarringtonMake categoricals own its interactions
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-03-16 John DarringtonCategoricals: Dont crash when getting non-existant...
2012-03-03 John DarringtonCategoricals.c: Call payload->destroy inside categorica...
2012-03-03 John Darringtoncategoricals.c: Delete redundant function dump_interaction
2012-02-18 Ben Pfaffcategoricals: Mark dump_interaction() and categoricals_...
2012-02-18 John DarringtonUse if(0) instead of #if 0
2012-02-18 John Darringtoncategoricals.c: Fix memory access problems on empty...
2012-01-14 John DarringtonFix warnings
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2011-12-03 John DarringtonONEWAY: Fixed crash when the dependent variable contain... 20111204030502/pspp 20111205030508/pspp
2011-11-28 John Darringtoncategoricals.c: Rename function to more accurately... 20111129030502/pspp 20111130030501/pspp 20111201030507/pspp
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... 20111121030502/pspp 20111122030503/pspp 20111123030502/pspp
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' 20110820030503/pspp
2011-07-28 John DarringtonFix crash in Correlations 20110729030502/pspp 20110730030502/pspp
2011-07-26 John DarringtonFix memory leak 20110727030501/pspp 20110728030503/pspp
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
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 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 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. 20100825040502/pspp 20100826040503/pspp 20100827040503/pspp 20100828040502/pspp
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...
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 .