Covariance matrix interface change.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 14 Aug 2010 09:16:21 +0000 (11:16 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 24 Aug 2010 14:37:14 +0000 (16:37 +0200)
commit956933cf2545aa67692fd72ef8e4b3e00e524281
treeccc8b7e0b430909d684afc9799e1193cde02ded2
parent0d323042aa7503f67186c88a5d41d1517ba9926c
Covariance matrix interface change.

covariance_2pass_create now takes a pointer to a
struct categoricals which must be created by the caller,
instead of creating this object for itself.  This will
(hopefully) make the implementation of interactions and other
features easier.
src/language/stats/correlations.c
src/language/stats/glm.q
src/language/stats/oneway.c
src/math/covariance.c
src/math/covariance.h