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()
          Return a (singleton) ChiSquareTest instance.
 

Methods in org.apache.commons.math.stat.inference with parameters of type ChiSquareTest
static void TestUtils.setChiSquareTest(ChiSquareTest chiSquareTest)
          Set the (singleton) ChiSquareTest instance.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.