Increment version to 0.7.9 to send to Translation Project.
[pspp-builds.git] / src / math /
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...
2011-12-02 Ben PfaffAvoid declaring variables in the middle of a block...
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-11-14 John DarringtonGLM: Add debugging option /SHOWCODES
2011-11-13 John DarringtonRemove useless code
2011-10-07 John DarringtonFix incorrectly ordered arguments to xcalloc
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...
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 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 origin/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
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...
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
2010-09-18 Ben Pfafflinreg: Delete unused static function.
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 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.
2010-07-20 Jason H StoverAdd argument specifying column containing dependent...
2010-05-24 John DarringtonFix compiler warnings
2010-05-21 Jason H StoverRemoved unused function
2010-05-21 John DarringtonRemoved src/math/coefficient.[ch] which are no longer...
2010-05-21 John DarringtonFix crash on Windows when calculating a covariance...
2010-05-21 John DarringtonRevert "Removed src/math/interaction.[ch] which has...
2010-05-21 John DarringtonRemoved src/math/interaction.[ch] which has been supers...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-17 Jason H StoverNew function covariance_calculate_unnormalized
2010-05-17 Jason H StoverRewrote to use new covariance functions.
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-04-08 Ben PfaffGet rid of unnecessary uses of var_get_dict_index().
2010-02-20 Ben Pfaffmoments: Fix null pointer dereference in calc_moments().
2010-02-10 Ben Pfafflevene: Write null pointers as NULL instead of as 0.
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-05 Jason H StoverSet final element in covariance matrix. Use accessor... origin/covariance fc11-i386-build90 fc11-x64-build87 lenny-x64-build105 sid-i386-build157
2010-01-30 Jason H Stoverallocate space to store independent variable list fc11-i386-build86 fc11-x64-build83 lenny-x64-build101 sid-i386-build153
2010-01-29 Jason H StoverFree linreg struct if no valid data; fc11-i386-build83 fc11-x64-build80 lenny-x64-build98 sid-i386-build150
2010-01-22 Jason H StoverSet categoricals to NULL in one-pass covariance; avoid... fc11-i386-build81 fc11-x64-build78 sid-i386-build148
2010-01-15 Jason H StoverRewrote linreg.[ch], regression.q and glm.q to use... fc11-i386-build71 fc11-x64-build68 lenny-x64-build92 sid-i386-build138
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-11-08 John DarringtonUse significance_of_correlation function in t-test. fc11-i386-build32 fc11-x64-build29 lenny-x64-build53 sid-i386-build101
2009-11-08 John DarringtonNew module src/math/correlation
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 DarringtonPopulate the moment matrices with the categorical entries
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 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
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...
next