Re: [math] ANOVA proposal

2007-11-14 Thread Bob MacCallum
Ok, thanks for the advice, Niall. Please see https://issues.apache.org/jira/browse/MATH-173 Shame I already signed up to bugzilla... Niall Pemberton writes: > On Nov 14, 2007 1:41 PM, Bob MacCallum <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > The org.apache.commons.math.stat.* packag

Re: [math] ANOVA proposal

2007-11-14 Thread Niall Pemberton
On Nov 14, 2007 1:41 PM, Bob MacCallum <[EMAIL PROTECTED]> wrote: > > Hello, > > The org.apache.commons.math.stat.* packages are exactly what we need for our > microarray analysis web application except for the lack of an ANOVA class (the > FDistribution is already there however). I have coded thi

[math] ANOVA proposal

2007-11-14 Thread Bob MacCallum
Hello, The org.apache.commons.math.stat.* packages are exactly what we need for our microarray analysis web application except for the lack of an ANOVA class (the FDistribution is already there however). I have coded this up and it seems to produce the same output as R's anova(lm(data)) - as des