Uses of Class
org.apache.commons.statistics.inference.OneWayAnova.Result
-
Packages that use OneWayAnova.Result Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of OneWayAnova.Result in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return OneWayAnova.Result Modifier and Type Method Description OneWayAnova.Result
OneWayAnova. test(Collection<double[]> data)
Performs an ANOVA test for a collection of category data, evaluating the null hypothesis that there is no difference among the means of the data categories.
-