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

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

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

Classes in org.apache.commons.math.distribution that implement ExponentialDistribution
 class ExponentialDistributionImpl
          The default implementation of ExponentialDistribution.
 

Methods in org.apache.commons.math.distribution that return ExponentialDistribution
abstract  ExponentialDistribution DistributionFactory.createExponentialDistribution(double mean)
          Create a new exponential distribution with the given degrees of freedom.
 ExponentialDistribution DistributionFactoryImpl.createExponentialDistribution(double mean)
          Create a new exponential distribution with the given degrees of freedom.
 



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