Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / stats / correlations.c
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-08-24 John DarringtonCovariance matrix interface change.
2010-08-11 John Darringtoncorrelations: Fix memory leak
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine. fc11-i386-build74 fc11-x64-build71 sid-i386-build141
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-11-08 John DarringtonNew module src/math/correlation
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-10-24 John DarringtonRemove some unnecessary #include directives
2009-10-17 John DarringtonNew module src/math/categoricals .
2009-10-17 John DarringtonAdd a two pass algorithm to calculate covariance matrices. fc11-i386-build23 lenny-x64-build44 sid-i386-build91
2009-10-04 John DarringtonCORRELATIONS: Fix bug parsing /STATISTICS=ALL
2009-10-04 John DarringtonCORRELATIONS: Added support for /STATISTICS=XPROD
2009-10-04 John DarringtonCORRELATIONS: Added support for the STATISTICS subcommand
2009-10-03 John DarringtonFirst working version of CORRELATIONS.
2009-10-03 John DarringtonInitial framework for CORRELATIONS command