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