[ 
https://issues.apache.org/jira/browse/MATH-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562934#action_12562934
 ] 

Phil Steitz commented on MATH-173:
----------------------------------

Slightly modified version of the second patch applied in r615531.

* Renamed to OneWayAnova, OneWayAnovaImpl
* Made inner class in impl static
* Moved R code to anovaTestCases in /test/R 

Still remaining 
* User Guide update
* Add to TestUtils

The sums of squares are computed "naively" in this implementation (just 
following definitional forumulas).  I am OK releasing initial version like 
this, but would welcome patches that improve numerics (as in Variance)

Will resolve after community review and items above are completed.

> One-way ANOVA
> -------------
>
>                 Key: MATH-173
>                 URL: https://issues.apache.org/jira/browse/MATH-173
>             Project: Commons Math
>          Issue Type: New Feature
>    Affects Versions: Nightly Builds
>            Reporter: Bob MacCallum
>             Fix For: 1.2
>
>         Attachments: Anova.java, Anova.java, AnovaImpl.java, AnovaImpl.java, 
> AnovaTest.java, AnovaTest.java
>
>
> Here is some proposed code to add one-way ANOVA tests to commons-math
> I will be attaching
> src/test/org/apache/commons/math/stat/inference/AnovaTest.java
> src/java/org/apache/commons/math/stat/inference/Anova.java
> src/java/org/apache/commons/math/stat/inference/AnovaImpl.java
> I followed TTest as a style guide.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to