Uses of Class
org.apache.commons.math3.stat.inference.OneWayAnova.AnovaStats
-
Packages that use OneWayAnova.AnovaStats Package Description org.apache.commons.math3.stat.inference Classes providing hypothesis testing. -
-
Uses of OneWayAnova.AnovaStats in org.apache.commons.math3.stat.inference
Methods in org.apache.commons.math3.stat.inference that return OneWayAnova.AnovaStats Modifier and Type Method Description private OneWayAnova.AnovaStats
OneWayAnova. anovaStats(java.util.Collection<double[]> categoryData)
This method calls the method that actually does the calculations (except P-value).private OneWayAnova.AnovaStats
OneWayAnova. anovaStats(java.util.Collection<SummaryStatistics> categoryData, boolean allowOneElementData)
This method actually does the calculations (except P-value).
-