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.
 

Fields in org.apache.commons.math.stat.inference declared as OneWayAnova
private static OneWayAnova TestUtils.oneWayAnova
          Singleton OneWayAnova instance using default implementation.
 

Methods in org.apache.commons.math.stat.inference that return OneWayAnova
static OneWayAnova TestUtils.getOneWayAnova()
          Return a (singleton) OneWayAnova instance.
 

Methods in org.apache.commons.math.stat.inference with parameters of type OneWayAnova
static void TestUtils.setOneWayAnova(OneWayAnova oneWayAnova)
          Set the (singleton) OneWayAnova instance