Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.