work on SAVE DATA COLLECTION
[pspp] / src / language / stats /
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
2016-06-04 Friedrich Beckmannfrequencies: fixed bug #48128 in percentiles
2016-04-11 Ben PfaffCROSSTABS: Implement COUNT subcommand to round case...
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-04-06 John DarringtonFixed crash on FLIP vs. invalid variable names.
2016-04-05 John DarringtonFixed a crash when data for correlations was empty.
2016-04-04 John DarringtonFix crash in T-Test after parsing a null terminated...
2016-04-02 Ben PfaffCROSSTABS: Fix corner case in integer mode.
2016-04-01 John DarringtonCheck the return value of various calls to lex_force_match.
2016-03-31 John DarringtonFix crash in NPAR when no variables were parsed.
2016-03-31 John DarringtonFixed a bug where frequencies/histogram would crash...
2016-03-31 John DarringtonFix crash when ROC was passed a non-number where a...
2016-03-31 John DarringtonFix crash when ONEWAY/CONTRASTS contained an empty...
2016-03-30 John DarringtonFixed crash when processing malformed NPAR TESTS BINOMI...
2016-03-30 John DarringtonAvoid possible memory allocation error on erroneous...
2016-03-27 John DarringtonFixed bug in EXAMINE where the parametric calculation...
2016-03-27 John DarringtonFix bug in EXAMINE when an invalid dependent variable...
2016-03-26 John DarringtonFix bug in GRAPH when a bad dependent variable was...
2016-03-26 John DarringtonFix crash in FLIP with no variables.
2016-03-26 John DarringtonFix crash in oneway when an invalid dependent variable...
2016-03-25 John DarringtonFix crash in ROC command when no valid state variable...
2016-03-25 John DarringtonFix crash when no indepdendent variable in NPAR is...
2016-03-24 John DarringtonFix crash in histogram when all values are missing.
2016-03-24 John DarringtonFixed crash in T-TEST when a non-number was passed...
2016-03-24 John DarringtonFix crash in correlations with empty dataset.
2016-02-21 Ben PfaffFix several cases where lex_integer() or lex_number...
2016-02-21 Ben PfaffEXAMINE: Fix memory leak in box-whisker plots.
2016-02-20 John DarringtonFREQUENCIES BARCHART: Honour then PERCENT option
2016-02-05 John DarringtonCorrect error in Mann-Whitney test
2016-02-01 John DarringtonFrequencies: Fix some memory leaks
2016-01-26 John DarringtonGLM: remove warning
2016-01-26 John DarringtonGLM: Do not print the intercept if the model is unbalanced
2016-01-13 John DarringtonEXAMINE: Extend test for empty dataset and fix bug.
2016-01-12 John DarringtonONEWAY: fix crash in contrasts when dataset is empty
2016-01-11 John DarringtonFixed some bugs related to empty parentheses
2016-01-07 Ben PfaffFACTOR: Avoid assertion failures on syntax errors expec...
2016-01-04 Ben PfaffREGRESSION: Correctly handle data in temporary file...
2016-01-03 Ben PfaffREGRESSION: Warn when REGRESSION with SAVE runs with...
2016-01-03 Ben PfaffRANK: Issue syntax error in case where it was omitted...
2015-12-15 Friedrich BeckmannGRAPH scatterplot - fixed missing BY variable rendering
2015-11-21 John DarringtonRemove diagnostic code from quick-cluster.c
2015-11-13 John DarringtonQUICK CLUSTER: Remove sqrt from Euclidean distance...
2015-11-11 John DarringtonNew top level menu for Graphs.
2015-11-10 John DarringtonQuick Cluster: Reimplement clustering algorithm
2015-11-09 John DarringtonQuick Cluster: Print an error instead of failing silently
2015-11-07 John DarringtonQuick Cluster: Add horizontal rule in cluster membershi...
2015-10-21 Ben PfaffQUICK CLUSTER: Avoid "unused parameter" warning.
2015-10-21 Alan MeadQUICK CLUSTER: New subcommand: /PRINT
2015-08-01 John DarringtonREGRESSION: Relaxed the syntax parser slightly and...
2015-07-31 Ben PfaffT-TEST: Allow comma to be omitted in GROUPS subcommand.
2015-07-31 Ben PfaffT-TEST: Allow both CIN and CI on CRITERIA.
2015-07-31 Ben PfaffT-TEST: Use correct keyword CI (instead of CIN) on...
2015-07-22 John DarringtonFix behaviour of the REGRESSION /STATISTICS subcommand.
2015-06-27 John DarringtonPaired samples T-TEST: fix bug calculating correlation...
2015-06-26 John DarringtonCROSSTABS: Fixed the reporting of the standard error...
2015-06-24 Ben PfaffFREQUENCIES: Reimplement FORMAT=LIMIT feature.
2015-06-21 Ben PfaffMerge "gtk3" branch into "master".
2015-06-21 John DarringtonGRAPH: Correct spacing and punctuation of error message
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-06-02 John DarringtonFixed bug GRAPH /HISTOGRAM vs. null data.
2015-05-30 Ben PfaffQUICK CLUSTER: Fix infinite loop on bad command name.
2015-05-25 Friedrich Beckmannscatterplot: fixed compiler warnings
2015-05-22 Friedrich Beckmannscatterplot: fixed compiler warnings
next