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 OneWayAnova
OneWayAnova. DEFAULT
Default instance.Methods in org.apache.commons.statistics.inference that return OneWayAnova Modifier and Type Method Description static OneWayAnova
OneWayAnova. withDefaults()
Return an instance using the default options.
-