From: John Darrington Date: Fri, 13 Aug 2010 16:21:16 +0000 (+0200) Subject: Oneway: Use covariance matrix and sweep operator X-Git-Tag: sav-api~80 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e38130c172738f79f180fb4d459e4d5d2d88a6;hp=b3e38130c172738f79f180fb4d459e4d5d2d88a6;p=pspp 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. ---