Uses of Class
org.apache.commons.statistics.inference.GTest
-
Packages that use GTest Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of GTest in org.apache.commons.statistics.inference
Fields in org.apache.commons.statistics.inference declared as GTest Modifier and Type Field Description private static GTest
GTest. DEFAULT
Default instance.Methods in org.apache.commons.statistics.inference that return GTest Modifier and Type Method Description static GTest
GTest. withDefaults()
Return an instance using the default options.GTest
GTest. withDegreesOfFreedomAdjustment(int v)
Return an instance with the configured degrees of freedom adjustment.
-