output: Introduce pivot tables.
[pspp] / src / math / covariance.h
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
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-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES 20111115030503/pspp 20111116030501/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-26 John DarringtonFix ssq for interactions
2011-07-26 John DarringtonCategoricals: remove var member which is no longer...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-27 John DarringtonGLM: Add unimplemented subcommands, and add a test.
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-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-08-24 John DarringtonCovariance matrix interface change.
2010-08-24 John DarringtonConstness
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-17 Jason H StoverNew function covariance_calculate_unnormalized
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-17 John DarringtonNew module src/math/categoricals .
2009-10-17 John DarringtonAdd a two pass algorithm to calculate covariance matrices.
2009-10-08 Jason H StoverNew function covariance_2pass_create
2009-10-03 John DarringtonFirst working version of CORRELATIONS.