Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / language / stats /
2009-09-02 Jason StoverNew functions glm_custom_design and parse_interactions.
2009-07-23 John DarringtonFix warnings in flip command.
2009-07-23 John DarringtonRemove reference to roc.h which doesn't exist.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonFix merge problems
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-20 John DarringtonRemove double semicolons.
2009-07-19 John DarringtonAdded more (hopefully usefull) comments
2009-07-19 John DarringtonAdd some comments and macros to make the code more...
2009-07-19 John DarringtonAdd assertion to check code consitency
2009-07-19 John DarringtonFix cleanup of ROC command.
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 John DarringtonUse data_out_pool in crosstabs.q
2009-07-17 John DarringtonEnsure correct behaviour when the state var is missing.
2009-07-17 John DarringtonFix ROC behaviour in the presence of missing values.
2009-07-17 Ben Pfaff"Sig." is an abbreviation, "Exact" is not.
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-15 John DarringtonFixed bug reporting the significance of paired value...
2009-07-15 John DarringtonNew function prepare_cutpoints
2009-07-07 John DarringtonAdd dictionary argument to tab_value.
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-06-25 John DarringtonFix bugs when input data is repeated
2009-06-24 John DarringtonAdded second ROC test
2009-06-15 John DarringtonAdd new functions to define subcase orderings.
2009-06-15 Ben PfaffAllow variables created by var_create_internal to have...
2009-06-13 John DarringtonAdded code to plot the ROC curve
2009-06-11 Jason H StoverFixed crash caused by regressing with categorical variables
2009-06-11 John DarringtonAdded code to generate the ROC cutpoint tables.
2009-06-10 John DarringtonFix bug when positive and negative groups are of differ...
2009-06-10 John DarringtonAdd framework for ROC summary table
2009-06-10 John DarringtonUse the requested method for calculating the ROC AUC...
2009-06-10 John DarringtonAdded basic calculation and display of area under the...
2009-06-10 John DarringtonAdded stub for ROC computation
2009-06-09 John DarringtonAdded parser for the ROC command.
2009-06-07 Ben Pfaffcrosstabs: Fix chi-square display and add regression...
2009-06-07 Ben Pfaffcrosstab: Remove struct that was defined but never...
2009-06-07 Ben Pfaffcrosstabs: Remove write-only variable.
2009-06-07 Ben Pfaffcrosstabs: Fix segfault when chi-square was requested.
2009-06-07 Ben Pfaffcrosstabs: Trim unsightly spaces from titles in output.
2009-06-07 Ben Pfaffcrosstabs: Fix memory leaks.
2009-06-07 Ben PfaffNew function parse_value() for parsing a value of speci...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-06-07 Ben PfaffDelete CORRELATIONS skeletal parser.
2009-06-07 Ben Pfafft-test: Move 'mode' variable from file scope into cmd_t...
2009-06-07 Ben Pfafft-test: Move 'cmd' variable from file scope into cmd_t_...
2009-06-07 Ben Pfafft-test: Remove write-only variable.
2009-05-12 John DarringtonDon't create histograms for string variables.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-05-08 John DarringtonFixed crash calculating trimmed mean with missing values.
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
2009-04-09 Ben PfaffNPAR TESTS: Consistently order variables in summary...
2009-04-09 John DarringtonFix some compiler warnings
2009-04-09 John DarringtonImplemented the sign test.
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2009-04-03 John DarringtonBinomial tests can now be specified by a cutpoint.
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-29 John DarringtonFix crash running two consecutive examine commands.
2009-03-27 Ben PfaffFix memory leak in wilcoxon_execute().
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-02-23 Jason H StoverOops
2009-02-23 Jason H Stoverlinreg.c: (pspp_linreg_mse) New accessor function
2009-02-23 Jason StoverFix bug 25677
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-10 John DarringtonUse the sum of weights of only those cases which are...
2009-02-09 Jason H StoverSkip the SAVE subcommand if no valid data are present...
2009-02-06 Ben Pfaffwilcoxon: Drop now-unnecessary timer support.
2009-02-06 Ben PfaffSpeed up Wilcoxon matched-pairs signed-ranks significan...
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-28 Jason H Stoverinteraction.c: Introduced interaction_variable and...
2009-01-20 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-01-20 John DarringtonFix further bug in NPAR BINOMIAL
2009-01-19 John DarringtonFixed bug allocating the memory in NPAR BINOMIAL
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffReplace case_ordering with subcase.
2008-12-03 Ben PfaffRename compare_values, hash_values with "_short" suffix.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-08 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-06 Jason H Stovercovariance-matrix.c: Added one-pass algorithm to comput...
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-01 John DarringtonRemove reference to sa_restorer, because it's not part...
2008-10-16 Ben PfaffFix crash in tabulating long-string variables in CROSSTABS.
2008-10-15 Jason H Stoverglm.q: Removed code to us QR decomposition, which requi...
2008-10-12 Ben PfaffEliminate unused code in glm.q, regression.q.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-06 John DarringtonAdd generated c files to .gitignore
2008-09-26 John DarringtonWhitespace changes only
2008-09-26 John DarringtonAvoid forcing an int into a void *
2008-09-21 John DarringtonAvoid crash when recovering from syntax error in RELIAB...
next