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

Bob MacCallum commented on MATH-173:
------------------------------------

Thanks for the comments.

I'm not a apache.commons veteran... does the final version need to be 
compilable by jdk 1.4?  If so, could you remind me how I tell ant to compile it 
that way using 1.5 or 1.6?  Removing the loop over keys etc should be no 
problem.

Map vs. Collection:  the former (with named classes) is only useful if you want 
useful error message: "class XYZ had too few data values" as opposed to "one of 
your classes had too few data values".  That doesn't seem to be a deal breaker 
for me.

I'll remove all the generics from the test class and other 1.5+ code.

It's not too much work, so I can make the changes, but I would appreciate a 
checklist of all that needs doing :-)  Or does someone else want to do it?


> 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