refactor
[pspp] / src / language / stats /
2019-09-02 Ben PfaffAUTORECODE: Fix whitespace.
2019-09-02 Ben PfaffAUTORECODE: Fix treatment of missing values.
2019-09-01 Ben PfaffAUTORECODE: Do not create value labels when they would...
2019-09-01 Ben PfaffAUTORECODE: Code style update.
2019-08-18 Ben PfaffAUTORECODE: Make GROUP option work properly with multi...
2019-07-26 John DarringtonDescriptives: Constness
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-07-22 Ben Pfafft-test-parser: Re-fix memory leak.
2019-07-21 Ben Pfafft-test-parser: Untabify.
2019-07-21 Ben Pfafft-test-parser: Force values to be specified with a...
2019-07-21 Ben Pfafft-test-parser: Fix memory leak with GROUPS and long...
2019-07-21 Ben PfaffEXAMINE: Fix leak in Shapiro-Wilk test.
2019-07-21 Ben PfaffAUTORECODE: Declare index variables inside 'for' loops.
2019-07-07 Ben PfaffAUTORECODE: Always report parse errors.
2019-07-07 Ben Pfafflexer: Make lex_error_expecting() easier to use.
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2019-07-02 John Darringtonmeans-calc.c: Add comments where needed.
2019-06-29 John DarringtonMEANS: Don't compile debugging functions
2019-06-29 John DarringtonDescriptives: Constness
2019-06-23 John DarringtonMEANS: Fix output with unusual formats
2019-06-23 John DarringtonMEANS: Change the statistic formats to follow their...
2019-06-22 John DarringtonMEANS: Fix behaviour when splits is active.
2019-06-20 John DarringtonMEANS: Fix memory leak
2019-06-20 John DarringtonRe-implement MEANS.
2019-06-13 John Darringtonquick-cluster.c Fix uninitialised variables.
2019-06-06 John DarringtonRevert "Restart of new means implementation"
2019-06-06 John DarringtonRestart of new means implementation
2019-05-22 John Darringtonexamine.c: Add note to translators.
2019-05-21 John DarringtonRemove diagnostic printf
2019-05-10 John Darringtonsrc/language/stats/examine.c: Whitespace changes only.
2019-05-10 John DarringtonQUICK CLUSTER: Move the parser into its own function.
2019-05-07 John DarringtonFix cut and paste error
2019-05-07 John DarringtonQUICK CLUSTER: Implement the /SAVE sub-command.
2019-05-07 John Darringtonquick-cluster.c: whitespace changes only.
2019-05-06 John DarringtonSpelling: criterium -> criterion
2019-05-05 John DarringtonGRAPH (barchart): Percentages display subcategorial...
2019-05-05 John Darringtongraph.c (run_barchart): Add assertion.
2019-05-05 John Darringtongraph.c: "freqs" --> "cells".
2019-05-04 John DarringtonEXAMINE: Implement the Shapiro-Wilk Test.
2019-05-03 John DarringtonUpdate translatable strings relating to internal errors.
2019-05-03 John DarringtonEXAMINE: Correct bug where /PLOT=ALL would not include...
2019-05-01 John Darringtoncrosstabs.q: Replace 'Approx Sig.' with 'Approx. Sig.'
2019-05-01 John Darringtongraph.c: Whitespace changes only. Fold some very long...
2019-04-27 John DarringtonFREQUENCIES: Warn the user if any weight values are...
2019-03-13 John DarringtonREGRESSION: Fix bug when printing tolerance of multiple...
2019-03-12 John DarringtonREGRESSION: Rename COLLIN to TOL
2019-03-07 John DarringtonREGRESSION: Fix some memory leaks and tidy up.
2019-03-05 John DarringtonREGRESSION: New option /STATISTICS=COLLIN
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-02 Ben Pfafft-test-paired: Fix format specifiers.
2019-01-02 Ben Pfaffregression: Make sure dep_subscript is really initialized.
2019-01-02 Ben Pfaffchisquare: Fix format specifier in chisquare_execute().
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-25 Ben PfaffCROSSTABS: Make treatment of crosstab variables and...
2018-12-25 Ben PfaffCROSSTABS: Rename pivot_table to crosstabulation.
2018-12-25 Ben Pfaffbt, abt: Add initialization and iteration macros.
2018-12-25 Ben Pfaffdictionary: New function dict_get_weight_format().
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-23 Ben Pfaffcategoricals: Remove 'dep_excl' parameter.
2018-11-26 Ben PfaffFREQUENCIES: Avoid buffer overrun when there is no...
2018-11-26 Ben PfaffONEWAY: Fix use of stack-allocated variable outside...
2018-10-01 John DarringtonReference count struct dictionary.
2017-09-24 Ben PfaffAvoid unfounded warnings from GCC 7.2.
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-06-19 John DarringtonFACTOR: Improve calculation of Kaiser-Meyer-Olkin and...
2017-06-18 John DarringtonFACTOR: Add Anti-image matrix output
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-16 Ben Pfafffactor: Fix return type of do_factor_by_matrix().
2017-05-12 John DarringtonMEANS: Prevent parser from entering infinite loop.
2017-05-12 John Darringtonsrc/math/linreg.c: Encapsulate this object better.
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-05-11 John DarringtonDESCRIPTIVES: Fix a bug where the parser could enter...
2017-05-11 John DarringtonFACTOR: Don't try to perform analysis if there are...
2017-05-11 John DarringtonFACTOR: Do not try to run an analysis if no matrix...
2017-05-11 John DarringtonFACTOR: Make idata parameters const where they can be.
2017-05-10 John DarringtonFix memory leaks in FACTOR/MATRIX
2017-05-10 John DarringtonRemove unused variable
2017-05-10 John DarringtonFACTOR: Use consistent indexing when displaying matrices.
2017-05-09 John DarringtonFACTOR: Allow an option '=' after MATRIX
2017-05-09 John DarringtonREGRESSION: Allow independent variables to be specified...
2017-05-04 John DarringtonFACTOR: Add printout of the covariance matrix and add...
2017-05-04 John DarringtonFACTOR: New subcommand: MATRIX IN
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-03-15 John DarringtonMann Whitney: Remove unused variable
2017-03-07 John DarringtonFixed a bug in the Mann-Whitney test vs. missing=analysis.
2017-02-21 Friedrich BeckmannFREQUENCIES: fixed VARIANCE output - fixes bug #50366
2016-12-03 Ben PfaffFix misleadingly indented statements.
2016-08-13 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-13 John DarringtonAUTORECODE now optionally accepts / before INTO
2016-08-06 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-06 John DarringtonRemove deprecated objects GtkAction and GtkUIManager
2016-07-31 John DarringtonFix memory leak when T-TEST failed to parse
2016-07-30 John DarringtonRemove unused variable.
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-23 John DarringtonFixed GLM vs. missing values in the dependent variable
next