Uses of Class
org.apache.commons.statistics.inference.OneWayAnova
-
Packages that use OneWayAnova Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of OneWayAnova in org.apache.commons.statistics.inference
Fields in org.apache.commons.statistics.inference declared as OneWayAnova Modifier and Type Field Description private static OneWayAnovaOneWayAnova. DEFAULTDefault instance.Methods in org.apache.commons.statistics.inference that return OneWayAnova Modifier and Type Method Description static OneWayAnovaOneWayAnova. withDefaults()Return an instance using the default options.
-