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

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

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

Classes in org.apache.commons.math.distribution that implement FDistribution
 class FDistributionImpl
          Default implementation of FDistribution.
 

Methods in org.apache.commons.math.distribution that return FDistribution
abstract  FDistribution DistributionFactory.createFDistribution(double numeratorDegreesOfFreedom, double denominatorDegreesOfFreedom)
          Deprecated. Create a new F-distribution with the given degrees of freedom.
 FDistribution DistributionFactoryImpl.createFDistribution(double numeratorDegreesOfFreedom, double denominatorDegreesOfFreedom)
          Deprecated. Create a new F-distribution with the given degrees of freedom.