Uses of Interface
org.apache.commons.math.distribution.ChiSquaredDistribution

Packages that use ChiSquaredDistribution
org.apache.commons.math.distribution Implementations of common discrete and continuous distributions. 
 

Uses of ChiSquaredDistribution in org.apache.commons.math.distribution
 

Classes in org.apache.commons.math.distribution that implement ChiSquaredDistribution
 class ChiSquaredDistributionImpl
          The default implementation of ChiSquaredDistribution
 

Methods in org.apache.commons.math.distribution that return ChiSquaredDistribution
 ChiSquaredDistribution DistributionFactoryImpl.createChiSquareDistribution(double degreesOfFreedom)
          Create a new chi-square distribution with the given degrees of freedom.
abstract  ChiSquaredDistribution DistributionFactory.createChiSquareDistribution(double degreesOfFreedom)
          Create a new chi-square distribution with the given degrees of freedom.
 



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