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

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

Lets make a decision here and get this completed or push it out to 2.0.  Unless 
someone sees a real need for carrying class / category names along, I propose 
that we just use Collection (of double[]) with the "of double[]" to be enforced 
when we move to JDK 1.5 minimum. 

To get this in, we need to
1) Decide API issue above
2) Eliminate JDK 1.5 dependencies
3) Complete javadoc (adding description of algorithm and references)
4) Update user guide with a quick blurb on this
5) Update changes.xml to reflect the change

I can help with any / all of these.  If there are no objections to the proposal 
above for 1) and no new patches/plans in the next couple of days, I will jump 
in and do this.

> 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, AnovaImpl.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