First working version of CORRELATIONS.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 3 Oct 2009 19:52:01 +0000 (21:52 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 3 Oct 2009 19:52:01 +0000 (21:52 +0200)
commit400eaca1f378c40dced767bdc14a395dff220b8d
tree7682be68534bf4e18fa31478807b883284c71807
parent4687a500973dfdd7293c89b14248dab5ba76df90
First working version of CORRELATIONS.

This commit includes a new module, src/math/covariance.[ch],
which may eventually replace src/math/covariance-matrix.[ch]
src/language/stats/correlations.c
src/math/automake.mk
src/math/covariance.c [new file with mode: 0644]
src/math/covariance.h [new file with mode: 0644]
tests/automake.mk
tests/command/correlation.sh [new file with mode: 0755]