Uses of Interface
org.apache.commons.math.distribution.HasDensity
-
Packages that use HasDensity Package Description 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 Modifier and Type Interface Description 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 Modifier and Type Class Description class
BetaDistributionImpl
Implements the Beta distribution.class
ChiSquaredDistributionImpl
The default implementation ofChiSquaredDistribution
class
ExponentialDistributionImpl
The default implementation ofExponentialDistribution
.class
GammaDistributionImpl
The default implementation ofGammaDistribution
.class
NormalDistributionImpl
Default implementation ofNormalDistribution
.
-