Uses of Class
org.apache.commons.math.stat.inference.OneWayAnovaImpl.AnovaStats

Packages that use OneWayAnovaImpl.AnovaStats
org.apache.commons.math.stat.inference Classes providing hypothesis testing and confidence interval construction. 
 

Uses of OneWayAnovaImpl.AnovaStats in org.apache.commons.math.stat.inference
 

Methods in org.apache.commons.math.stat.inference that return OneWayAnovaImpl.AnovaStats
private  OneWayAnovaImpl.AnovaStats OneWayAnovaImpl.anovaStats(java.util.Collection categoryData)
          This method actually does the calculations (except P-value).