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