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

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

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

Classes in org.apache.commons.math.distribution that implement TDistribution
 class TDistributionImpl
          Default implementation of TDistribution.
 

Methods in org.apache.commons.math.distribution that return TDistribution
abstract  TDistribution DistributionFactory.createTDistribution(double degreesOfFreedom)
          Create a new t distribution with the given degrees of freedom.
 TDistribution DistributionFactoryImpl.createTDistribution(double degreesOfFreedom)
          Create a new t distribution with the given degrees of freedom.
 



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