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

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

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

Classes in org.apache.commons.math.distribution that implement WeibullDistribution
 class WeibullDistributionImpl
          Default implementation of WeibullDistribution.
 

Methods in org.apache.commons.math.distribution that return WeibullDistribution
 WeibullDistribution DistributionFactory.createWeibullDistribution(double alpha, double beta)
          Deprecated. Create a new Weibull distribution with the given shape and scale parameters.