Package | Description |
---|---|
org.apache.commons.math3.distribution |
Implementations of common discrete and continuous distributions.
|
org.apache.commons.math3.distribution.fitting |
Fitting of parameters against distributions.
|
org.apache.commons.math3.ml.neuralnet |
Neural networks.
|
org.apache.commons.math3.random |
Random number and random data generators.
|
org.apache.commons.math3.stat.inference |
Classes providing hypothesis testing.
|
Class and Description |
---|
AbstractIntegerDistribution
Base class for integer-valued discrete distributions.
|
AbstractMultivariateRealDistribution
Base class for multivariate probability distributions.
|
AbstractRealDistribution
Base class for probability distributions on the reals.
|
EnumeratedDistribution
A generic implementation of a
discrete probability distribution (Wikipedia) over a finite sample space,
based on an enumerated list of <value, probability> pairs.
|
IntegerDistribution
Interface for distributions on the integers.
|
MixtureMultivariateRealDistribution
Class for representing
mixture model distributions.
|
MultivariateNormalDistribution
Implementation of the multivariate normal (Gaussian) distribution.
|
MultivariateRealDistribution
Base interface for multivariate distributions on the reals.
|
RealDistribution
Base interface for distributions on the reals.
|
Class and Description |
---|
MixtureMultivariateNormalDistribution
Multivariate normal mixture distribution.
|
Class and Description |
---|
RealDistribution
Base interface for distributions on the reals.
|
Class and Description |
---|
AbstractRealDistribution
Base class for probability distributions on the reals.
|
IntegerDistribution
Interface for distributions on the integers.
|
RealDistribution
Base interface for distributions on the reals.
|
Class and Description |
---|
RealDistribution
Base interface for distributions on the reals.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.