Uses of Interface
org.apache.commons.math.stat.inference.ChiSquareTest
Packages that use ChiSquareTest
Package
Description
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.inferenceModifier and TypeInterfaceDescriptioninterface
An interface for Chi-Square tests for unknown distributions.Classes in org.apache.commons.math.stat.inference that implement ChiSquareTestModifier and TypeClassDescriptionclass
Implements Chi-Square test statistics defined in theUnknownDistributionChiSquareTest
interface.Methods in org.apache.commons.math.stat.inference that return ChiSquareTestModifier and TypeMethodDescriptionstatic ChiSquareTest
TestUtils.getChiSquareTest()
Deprecated.2.2 will be removed in 3.0Methods in org.apache.commons.math.stat.inference with parameters of type ChiSquareTestModifier and TypeMethodDescriptionstatic void
TestUtils.setChiSquareTest
(ChiSquareTest chiSquareTest) Deprecated.2.2 will be removed in 3.0 - not compatible with use from multiple threads