Uses of Class
org.apache.commons.math3.stat.inference.OneWayAnova.AnovaStats
Packages that use OneWayAnova.AnovaStats
-
Uses of OneWayAnova.AnovaStats in org.apache.commons.math3.stat.inference
Methods in org.apache.commons.math3.stat.inference that return OneWayAnova.AnovaStatsModifier and TypeMethodDescriptionprivate OneWayAnova.AnovaStats
OneWayAnova.anovaStats
(Collection<double[]> categoryData) This method calls the method that actually does the calculations (except P-value).private OneWayAnova.AnovaStats
OneWayAnova.anovaStats
(Collection<SummaryStatistics> categoryData, boolean allowOneElementData) This method actually does the calculations (except P-value).