Uses of Class
org.apache.commons.math3.distribution.AbstractRealDistribution
Packages that use AbstractRealDistribution
Package
Description
Implementations of common discrete and continuous distributions.
Random number and random data generators.
-
Uses of AbstractRealDistribution in org.apache.commons.math3.distribution
Subclasses of AbstractRealDistribution in org.apache.commons.math3.distributionModifier and TypeClassDescriptionclass
Implements the Beta distribution.class
Implementation of the Cauchy distribution.class
Implementation of the chi-squared distribution.class
Implementation of the constant real distribution.class
Implementation of a real-valuedEnumeratedDistribution
.class
Implementation of the exponential distribution.class
Implementation of the F-distribution.class
Implementation of the Gamma distribution.class
This class implements the Gumbel distribution.class
This class implements the Laplace distribution.class
This class implements the Lévy distribution.class
This class implements the Logistic distribution.class
Implementation of the log-normal (gaussian) distribution.class
This class implements the Nakagami distribution.class
Implementation of the normal (gaussian) distribution.class
Implementation of the Pareto distribution.class
Implementation of Student's t-distribution.class
Implementation of the triangular real distribution.class
Implementation of the uniform real distribution.class
Implementation of the Weibull distribution. -
Uses of AbstractRealDistribution in org.apache.commons.math3.random
Subclasses of AbstractRealDistribution in org.apache.commons.math3.randomModifier and TypeClassDescriptionclass
Represents an empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form of the population distribution that the data come from.