Oneway: Use covariance matrix and sweep operator
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 13 Aug 2010 16:21:16 +0000 (18:21 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 24 Aug 2010 14:37:14 +0000 (16:37 +0200)
commitb3e38130c172738f79f180fb4d459e4d5d2d88a6
treec027ff44d06614447948f646948333b33ac460d8
parent2fc70481c7621ee4d51f986c53c4add4ec6cc57d
Oneway: Use covariance matrix and sweep operator

Calculate the anova table using the routines from
src/math/covariance.c and lib/linreg/sweep.c instead
of the add hoc method.  This change doesn't remove
all traces of the old method, since the data is still
needed for some subcommands.  This will be the subject
of future changes.
src/language/stats/oneway.c
tests/language/stats/oneway.at