work on PRINT encoding
[pspp] / src / math /
2012-05-09 John DarringtonHISTOGRAMS: Fix bin width problems on large numbers... 20120510030503/pspp 20120511030508/pspp 20120512030503/pspp 20120513030508/pspp 20120514030504/pspp
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-03-28 John DarringtonHistograms: Fix the alignment case where little slack...
2012-03-27 John DarringtonCorrect errors in histogram geometry calcs and add... 20120328030508/pspp
2012-03-26 John DarringtonFix crash on datasets with single values (again) 20120327030501/pspp
2012-03-26 John DarringtonReadjust histogram parameters if on the first attempt...
2012-03-26 John DarringtonHistograms: Improve the code calculating the bin ranges...
2012-03-26 John DarringtonHistogram calculations: Use integer arithmetic
2012-03-25 John DarringtonHistograms: Put hard limit on the number of histogram...
2012-03-25 John DarringtonWhitespace changes only
2012-03-25 John DarringtonFix a crashes where histograms of a single datum were...
2012-03-24 John DarringtonHistograms: Ensure that the bins are aligned to an...
2012-03-23 John DarringtonCorrected previous commit
2012-03-23 John Darringtonchart_rounded_tick: Avoid arithmetic problems with...
2012-03-22 John DarringtonImprove the way in which histogram bin ranges are chosen 20120323030502/pspp
2012-03-22 John DarringtonEXAMINE: Allow the /ID subcommand to take a non-numeric...
2012-03-20 John Darringtonhistogram.c: histogram_create now takes bin width inste...
2012-03-19 Ben Pfaffsort: Allocate space for sort buffers on demand, not... 20120319030503/pspp 20120320030503/pspp 20120321030502/pspp 20120322030503/pspp
2012-03-16 John DarringtonEXAMINE: Complete re-implementation 20120317030502/pspp
2012-03-16 John Darringtonorder_stats: New function order_state_accumulate_idx
2012-03-16 John DarringtonCategoricals: Dont crash when getting non-existant...
2012-03-14 John Darringtonmath/np.c: Change np_create to take 3 doubles rather...
2012-03-03 John Darringtoninteraction.c: interaction_dump: don't crash on empty... 20120304030503/pspp 20120305030502/pspp 20120306030503/pspp 20120307030505/pspp 20120308030501/pspp 20120309030503/pspp 20120310030505/pspp
2012-03-03 John DarringtonRemove unnecessary #include
2012-03-03 John Darringtonmoments.c: Implement calc_semean.
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-02-10 John DarringtonFixed bug #35494 - Levene test crash on no valid values. 20120211030508/pspp
2012-01-14 John DarringtonFix warnings
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2011-12-10 John DarringtonAdded a function to clone an interaction.
2011-12-03 John DarringtonONEWAY: Fixed crash when the dependent variable contain... 20111204030502/pspp 20111205030508/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-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-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-10-05 John DarringtonAdded a base parameter to the interaction_case_hash...
2011-10-05 John DarringtonFix crash on parseing invalid GLM syntax
2011-09-27 John DarringtonMove interaction subset predicates out of glm.c into... 20110927030508/pspp 20110928030501/pspp
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 Darringtonglm.c: new function design_full to create default inter...
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 DarringtonMove call to categoricals_done earlier in the covarianc...
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 DarringtonFix ssq for interactions
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 DarringtonChange interaction functions to use cases rather than...
2011-07-26 John DarringtonCategoricals to take interactions instead of variables.
2011-07-26 John DarringtonGLM: Rewrite interactions module and update glm.c to...
2011-07-01 John DarringtonImplemented the POSTHOC subcommand for the ONEWAY command.
2011-07-01 John DarringtonRemove some files which are no longer used
2011-07-01 John DarringtonRe-implemented the T-TEST command and the levene calcul...
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-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...
2011-03-11 Ben PfaffT-TEST: Fix use-after-free with TEMPORARY and independe... 20110311030503/pspp
2011-03-11 Ben Pfaffgroup: Delete unused functions.
2010-12-12 Ben Pfaffcategoricals: Make parameter to categoricals_done(...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-10-25 John DarringtonAvoid compiler warnings
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-17 John DarringtonRe-implemented the levene calculation
2010-10-03 John DarringtonAdd comments informing the caller about side effects
2010-10-03 John DarringtonConsistently use the return value from case_ref.
2010-09-19 John DarringtonFix bug #31052: Crash on histograms with only one datum 20100920040505/pspp 20100921040508/pspp
2010-09-18 Ben Pfafflinreg: Delete unused static function. 20100919040502/pspp
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 DarringtonCovariance matrix interface change.
2010-08-24 John DarringtonConstness
2010-08-24 John DarringtonCategoricals.c Create entries for all groups.
2010-07-31 John DarringtonFACTOR: prevent crash if the dataset is empty. 20100731040501/pspp
2010-07-20 Jason H StoverAdd argument specifying column containing dependent... 20100722040501/pspp 20100723040501/pspp
2010-05-24 John DarringtonFix compiler warnings
2010-05-21 Jason H StoverRemoved unused function 20100521090628/pspp
next