FACTOR: Avoid assertion failures on syntax errors expecting numbers.
[pspp] / src / language / stats / factor.c
2016-01-07 Ben PfaffFACTOR: Avoid assertion failures on syntax errors expec...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-03-08 Ben PfaffFACTOR: Support ANALYSIS subcommand.
2015-01-04 John DarringtonFix compiler warnings on 64 bit machines
2014-12-29 John DarringtonFactor: fix memory leaks relating to PROMAX and update...
2014-12-28 Ben Pfafffactor: Comment out unused functions.
2014-12-21 John DarringtonFACTOR: Added PROMAX rotation.
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-09-16 John DarringtonFACTOR: Fix bug interpreting the /CRITERIA=ITERATE... 20130917030502/pspp 20130918030502/pspp 20130919030506/pspp
2012-09-30 Ben PfaffMerge 'master' into 'psppsheet'.
2012-09-26 Ben PfaffRemove variables assigned to but never used.
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-15 John DarringtonFixed memory leak in FACTOR 20120815000501/pspp 20120816000504/pspp 20120817000503/pspp 20120818000505/pspp
2012-07-31 Ben PfaffFACTOR: Fix warning about discarding const qualifier. 20120731000506/pspp
2012-07-28 John DarringtonFixed memory leaks in FACTOR
2012-04-04 Ben PfaffFACTOR: Fix crash with /ROTATION=NOROTATE. 20120404030503/pspp 20120405030503/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-08-13 John DarringtonImplemented the KMO and Bartlett test in the FACTOR...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
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-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-03 John DarringtonConsolidate translatable strings
2010-07-31 John DarringtonFACTOR: prevent crash if the dataset is empty. 20100731040501/pspp
2010-05-24 John DarringtonFix compiler warnings
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-20 John DarringtonAdded proper convergence criteria for rotation phase
2010-05-20 John DarringtonPrint the rotated sums of squared loadings
2010-05-20 John DarringtonFirst working version with Factor Rotations
2010-02-15 Ben PfaffFACTOR: Avoid freeing indeterminate pointer.
2010-02-12 Ben PfaffFACTOR: Mark translatable string as not a printf format...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-28 John DarringtonFACTOR: Check that the number of factors does not excee...
2009-12-27 John DarringtonFACTOR: Ensure a non-zero number of factors.
2009-12-27 John DarringtonAdded a menu entry and dialog box for the FACTOR command.
2009-12-25 John DarringtonFACTOR: Added "Scree Plots"
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-24 John DarringtonFACTOR: Implemented the /PRINT=CORRELATIONS SIG DETERMI...
2009-12-23 John DarringtonFACTOR: Remove diagnostic messages
2009-12-23 John DarringtonFirst attempt at FACTOR command