Uses of Interface
org.apache.commons.math.distribution.HasDensity
Packages that use HasDensity
Package
Description
Implementations of common discrete and continuous distributions.
-
Uses of HasDensity in org.apache.commons.math.distribution
Subinterfaces of HasDensity in org.apache.commons.math.distributionModifier and TypeInterfaceDescriptioninterface
Computes the cumulative, inverse cumulative and density functions for the beta distribuiton.interface
The Chi-Squared Distribution.interface
The Exponential Distribution.interface
The Gamma Distribution.interface
Normal (Gauss) Distribution.Classes in org.apache.commons.math.distribution that implement HasDensityModifier and TypeClassDescriptionclass
Implements the Beta distribution.class
The default implementation ofChiSquaredDistribution
class
The default implementation ofExponentialDistribution
.class
The default implementation ofGammaDistribution
.class
Default implementation ofNormalDistribution
.