Uses of Class
org.apache.commons.statistics.inference.OneWayAnova.Result
Packages that use OneWayAnova.Result
-
Uses of OneWayAnova.Result in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return OneWayAnova.ResultModifier and TypeMethodDescriptionprivate static OneWayAnova.Result
OneWayAnova.aov
(Collection<double[]> data, double[] statistic) 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.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.