Package org.apache.commons.math3.distribution
package org.apache.commons.math3.distribution
Implementations of common discrete and continuous distributions.
-
ClassDescriptionBase class for integer-valued discrete distributions.Base class for multivariate probability distributions.Base class for probability distributions on the reals.Implements the Beta distribution.Implementation of the binomial distribution.Implementation of the Cauchy distribution.Implementation of the chi-squared distribution.Implementation of the constant real distribution.A generic implementation of a discrete probability distribution (Wikipedia) over a finite sample space, based on an enumerated list of <value, probability> pairs.Implementation of an integer-valued
EnumeratedDistribution
.Implementation of a real-valuedEnumeratedDistribution
.Implementation of the exponential distribution.Implementation of the F-distribution.Implementation of the Gamma distribution.Implementation of the geometric distribution.This class implements the Gumbel distribution.Implementation of the hypergeometric distribution.Interface for distributions on the integers.Deprecated.This class implements the Laplace distribution.This class implements the Lévy distribution.This class implements the Logistic distribution.Implementation of the log-normal (gaussian) distribution.Multivariate normal mixture distribution.Class for representing mixture model distributions.Implementation of the multivariate normal (Gaussian) distribution.Base interface for multivariate distributions on the reals.This class implements the Nakagami distribution.Implementation of the normal (gaussian) distribution.Implementation of the Pareto distribution.Implementation of the Pascal distribution.Implementation of the Poisson distribution.Base interface for distributions on the reals.Implementation of Student's t-distribution.Implementation of the triangular real distribution.Implementation of the uniform integer distribution.Implementation of the uniform real distribution.Implementation of the Weibull distribution.Implementation of the Zipf distribution.
KolmogorovSmirnovTest