Uses of Interface
org.apache.commons.math.stat.inference.OneWayAnova
-
Packages that use OneWayAnova Package Description 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 Modifier and Type Class Description class
OneWayAnovaImpl
Implements one-way ANOVA statistics defined in theOneWayAnovaImpl
interface.Methods in org.apache.commons.math.stat.inference that return OneWayAnova Modifier and Type Method Description static OneWayAnova
TestUtils. getOneWayAnova()
Deprecated.2.2 will be removed in 3.0Methods in org.apache.commons.math.stat.inference with parameters of type OneWayAnova Modifier and Type Method Description static void
TestUtils. setOneWayAnova(OneWayAnova oneWayAnova)
Deprecated.2.2 will be removed in 3.0 - not compatible with use from multiple threads
-