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

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

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

Subinterfaces of HasDensity in org.apache.commons.math.distribution
 interface BetaDistribution
          Computes the cumulative, inverse cumulative and density functions for the beta distribuiton.
 interface ChiSquaredDistribution
          The Chi-Squared Distribution.
 interface ExponentialDistribution
          The Exponential Distribution.
 interface GammaDistribution
          The Gamma Distribution.
 interface NormalDistribution
          Normal (Gauss) Distribution.
 

Classes in org.apache.commons.math.distribution that implement HasDensity
 class BetaDistributionImpl
          Implements the Beta distribution.
 class ChiSquaredDistributionImpl
          The default implementation of ChiSquaredDistribution
 class ExponentialDistributionImpl
          The default implementation of ExponentialDistribution.
 class GammaDistributionImpl
          The default implementation of GammaDistribution.
 class NormalDistributionImpl
          Default implementation of NormalDistribution.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.