Uses of Interface
org.apache.commons.math.stat.inference.ChiSquareTest
-
Packages that use ChiSquareTest Package Description org.apache.commons.math.stat.inference Classes providing hypothesis testing and confidence interval construction. -
-
Uses of ChiSquareTest in org.apache.commons.math.stat.inference
Subinterfaces of ChiSquareTest in org.apache.commons.math.stat.inference Modifier and Type Interface Description interface
UnknownDistributionChiSquareTest
An interface for Chi-Square tests for unknown distributions.Classes in org.apache.commons.math.stat.inference that implement ChiSquareTest Modifier and Type Class Description class
ChiSquareTestImpl
Implements Chi-Square test statistics defined in theUnknownDistributionChiSquareTest
interface.Methods in org.apache.commons.math.stat.inference that return ChiSquareTest Modifier and Type Method Description static ChiSquareTest
TestUtils. getChiSquareTest()
Deprecated.2.2 will be removed in 3.0Methods in org.apache.commons.math.stat.inference with parameters of type ChiSquareTest Modifier and Type Method Description static void
TestUtils. setChiSquareTest(ChiSquareTest chiSquareTest)
Deprecated.2.2 will be removed in 3.0 - not compatible with use from multiple threads
-