Uses of Interface
org.apache.commons.math.stat.inference.OneWayAnova

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

Uses of OneWayAnova in org.apache.commons.math.stat.inference
 

Classes in org.apache.commons.math.stat.inference that implement OneWayAnova
 class OneWayAnovaImpl
          Implements one-way ANOVA statistics defined in the OneWayAnovaImpl interface.
 

Methods in org.apache.commons.math.stat.inference that return OneWayAnova
static OneWayAnova TestUtils.getOneWayAnova()
          Deprecated. 2.2 will be removed in 3.0
 

Methods in org.apache.commons.math.stat.inference with parameters of type OneWayAnova
static void TestUtils.setOneWayAnova(OneWayAnova oneWayAnova)
          Deprecated. 2.2 will be removed in 3.0 - not compatible with use from multiple threads
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.