GLM: Add debugging option /SHOWCODES
[pspp] / src / language / stats /
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES 20111115030503/pspp 20111116030501/pspp
2011-11-09 Ben PfaffONEWAY: Fix printf format specifier. 20111109030502/pspp
2011-11-06 Ben Pfafflexer: Use error helper functions in more situations.
2011-11-06 Ben Pfafflexer: New function lex_error_expecting().
2011-10-25 John DarringtonRemove duplicate #include lines
2011-10-19 John DarringtonUse variable labels in crosstabs. 20111020030501/pspp 20111021030502/pspp 20111022030501/pspp 20111023030503/pspp 20111024030502/pspp
2011-10-12 John DarringtonAdded some missing gettext macros
2011-10-09 John DarringtonFix potential problems with non-literal printf arguments. 20111010030502/pspp 20111011030502/pspp 20111012030502/pspp
2011-10-07 John DarringtonFix incorrectly ordered arguments to xcalloc 20111008030503/pspp 20111009030507/pspp
2011-10-06 John DarringtonAdd a warning to GLM until we've sorted out its problems 20111007030502/pspp
2011-09-29 John DarringtonOptimisation for the type3 sum of squares procedure
2011-09-28 John DarringtonFixed a crash in REGRESSION when there were no non... 20110929030503/pspp 20110930030502/pspp 20111001030502/pspp 20111002030502/pspp 20111003030502/pspp 20111004030502/pspp 20111005030502/pspp 20111006030503/pspp
2011-09-27 John DarringtonMove interaction subset predicates out of glm.c into... 20110927030508/pspp 20110928030501/pspp
2011-09-20 John DarringtonFix warnings and remove conditional compilation which... 20110921030502/pspp 20110922030503/pspp 20110923030508/pspp 20110924030502/pspp 20110925030502/pspp
2011-09-18 Jason H StoverFixed type 3 sums of squares for models containing... 20110919030503/pspp 20110920030503/pspp
2011-09-03 John DarringtonAvoid compiler warnings about uninitialised variables.
2011-08-28 John DarringtonGLM: Disable the interactions option until it actually... 20110901030501/pspp
2011-08-28 John DarringtonAdded an implementation of the median test
2011-08-23 John DarringtonFix warnings
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-08-13 John DarringtonAdded an implementation for the One Sample Kolmogorov... 20110814030502/pspp 20110815030503/pspp
2011-08-13 John DarringtonImplemented the KMO and Bartlett test in the FACTOR...
2011-07-26 John Darringtonglm.c: new function design_full to create default inter...
2011-07-26 John DarringtonConstness
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 DarringtonFix ssq for interactions
2011-07-26 John DarringtonGLM: get_ssq: replace hardcoded 1 with cmd->n_dep_vars
2011-07-26 John DarringtonGLM: remove design_vars which are now superseeded by...
2011-07-26 John DarringtonGLM: Fix memory leaks
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-26 John DarringtonGLM: Rewrite interactions module and update glm.c to...
2011-07-26 John DarringtonGLM: Prepare the lexer to accept nested variables
2011-07-09 John DarringtonQUICK CLUSTER: Add MISSING=EXCLUDE for consistency...
2011-07-08 John DarringtonQUICK CLUSTER: Implement pairwise missing option
2011-07-08 John DarringtonMerge remote branch 'savannah/master'
2011-07-06 John DarringtonFix compiler warnings
2011-07-02 John DarringtonQuick Cluster: Avoid crash when presented with missing...
2011-07-02 John DarringtonQUICK-CLUSTER: Seperate const from non-const data and... 20110703030504/pspp
2011-07-02 John DarringtonFor consistency with other files use <> instead of ""
2011-07-01 John DarringtonImplemented the POSTHOC subcommand for the ONEWAY command.
2011-07-01 John DarringtonAdd the /BLANK subcommand to AUTORECODE
2011-07-01 John DarringtonUse variable labels in DESCRIPTIVES output. Fixes...
2011-07-01 John DarringtonUse greater-than-or-equal to sign instead of '>='.
2011-07-01 John DarringtonImplemented the McNemar test. Closes bug #33242
2011-07-01 John DarringtonChange the order of the reported NPAR values in two...
2011-07-01 John DarringtonFix bug parsing T-TEST
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-26 John DarringtonFirst working GLM command
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-05-13 Ben PfaffSORT CASES: Don't delete filtered-out cases. 20110513030505/pspp
2011-05-04 Ben PfaffImplement DATASET commands.
2011-04-27 Ben PfaffFACTOR: Use %s for literal string. 20110427030503/pspp 20110428030504/pspp 20110429030503/pspp 20110430030503/pspp 20110501030503/pspp 20110502030502/pspp
2011-04-27 Ben PfaffUse %zu, not %d, to format a size_t.
2011-04-26 Ben PfaffQUICK CLUSTER: Adjust comment style.
2011-04-26 Ben PfaffQUICK CLUSTER: Update #include directives to match...
2011-04-26 Ben PfaffQUICK CLUSTER: Fold quick-cluster.h into quick-cluster.c.
2011-04-26 Mehmet Hakan SatmanQUICK CLUSTER: New command.
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-04-26 Ben PfaffReformat src/language/stats/automake.mk.
2011-04-16 Ben PfaffCROSSTABS: Fix output of multiway statistics tables.
2011-04-12 Ben Pfaffvalue-parser: Make parse_value() accept variable's...
2011-04-12 Ben Pfafftab: Make tab_value() take a variable instead of a...
2011-04-08 Ben PfaffFREQUENCIES: Fix crash when median and histogram both...
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfaffdataset: Rename functions with "dataset_" prefix.
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffstr: Rename ss_chomp() to ss_chomp_byte(), ds_chomp...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-03-12 Ben PfaffFREQUENCIES: Fix percentiles calculation. 20110312030504/pspp 20110313030503/pspp 20110314030506/pspp 20110315030503/pspp 20110316030502/pspp 20110317030504/pspp 20110318030507/pspp 20110319030507/pspp
2011-03-11 Ben PfaffT-TEST: Fix use-after-free with TEMPORARY and independe... 20110311030503/pspp
2011-02-19 Ben PfaffCROSSTABS: Eliminate redundant data copying.
2011-02-05 Ben PfaffREGRESSION: Eliminate restriction to VAR_NAME_LEN in...
2011-02-05 Ben PfaffFLIP: Eliminate false dependency on VAR_NAME_LEN.
2011-02-05 Ben PfaffDESCRIPTIVES: Eliminate main restriction on Z-score...
2010-12-21 Ben PfaffNPAR TESTS: Fix two test failures. 139/pspp 140/pspp 141/pspp 142/pspp 143/pspp 144/pspp 145/pspp 146/pspp 147/pspp 148/pspp 149/pspp 150/pspp 20101221030505/pspp 20101222030509/pspp 20101223030504/pspp 20101224030508/pspp 20101225030503/pspp 20101226030509/pspp 20101227030502/pspp 20101228030501/pspp 20101229030502/pspp 20101230030502/pspp 20101231030502/pspp 20110101030503/pspp
2010-12-21 Ben PfaffNPAR TESTS: Fix "NPAR TESTS BINOMIAL, P = 0.5; N1/N2...
2010-12-12 Ben PfaffAGGREGATE: Align arg_func_tab[] in columns.
2010-12-12 Ben PfaffNPAR TESTS: Prefer lex_match_id() over lex_match_hyphen...
2010-12-12 Ben Pfaffcategoricals: Make parameter to categoricals_done(...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-12-12 Ben PfaffONEWAY: Fix warning for passing "const" pointer as...
2010-12-12 Ben Pfaffmann-whitney: Suppress GCC warning about unused parameter.
2010-12-12 Ben Pfafffriedman: Fix GCC warning about uninitialized fr.w.
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings. 111/pspp 112/pspp 113/pspp 114/pspp 115/pspp 116/pspp 120/pspp 121/pspp 122/pspp 20101122030502/pspp 20101123030502/pspp 20101124030502/pspp 20101125030504/pspp 20101126030502/pspp 20101127030503/pspp 20101202030501/pspp 20101203030504/pspp 20101204030504/pspp
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-17 Jason H StoverFixed degrees of freed in t-stat for intercept
2010-10-31 Ben PfaffStop building src/language/stats/glm.c for now. 20101101040501/pspp 20101102040502/pspp
2010-10-30 John DarringtonNPAR: Implemented the /KENDALL subcommand.
2010-10-28 John DarringtonAdded implementation for the Cochran Q test
2010-10-26 John DarringtonMann-Whitney: Use value names in rank table.
2010-10-26 Ben PfaffCROSSTABS: Handle case where all cases in a crosstabula...
next