Uses of Interface
org.apache.commons.math.stat.inference.ChiSquareTest

Packages that use ChiSquareTest
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
 interface UnknownDistributionChiSquareTest
          An interface for Chi-Square tests for unknown distributions.
 

Classes in org.apache.commons.math.stat.inference that implement ChiSquareTest
 class ChiSquareTestImpl
          Implements Chi-Square test statistics defined in the UnknownDistributionChiSquareTest interface.
 

Methods in org.apache.commons.math.stat.inference that return ChiSquareTest
static ChiSquareTest TestUtils.getChiSquareTest()
          Deprecated. 2.2 will be removed in 3.0
 

Methods in org.apache.commons.math.stat.inference with parameters of type ChiSquareTest
static void TestUtils.setChiSquareTest(ChiSquareTest chiSquareTest)
          Deprecated. 2.2 will be removed in 3.0 - not compatible with use from multiple threads
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.