Class | Description |
---|---|
AbstractRealDistribution |
Base class for probability distributions on the reals.
|
BetaDistribution |
Implements the Beta distribution.
|
CauchyDistribution |
Implementation of the Cauchy distribution.
|
ChiSquaredDistribution |
Implementation of the chi-squared distribution.
|
ConstantRealDistribution |
Implementation of the constant real distribution.
|
EnumeratedRealDistribution |
Implementation of a real-valued
EnumeratedDistribution . |
ExponentialDistribution |
Implementation of the exponential distribution.
|
FDistribution |
Implementation of the F-distribution.
|
GammaDistribution |
Implementation of the Gamma distribution.
|
GumbelDistribution |
This class implements the Gumbel distribution.
|
LaplaceDistribution |
This class implements the Laplace distribution.
|
LevyDistribution |
This class implements the
Lévy distribution.
|
LogisticDistribution |
This class implements the Logistic distribution.
|
LogNormalDistribution |
Implementation of the log-normal (gaussian) distribution.
|
NakagamiDistribution |
This class implements the Nakagami distribution.
|
NormalDistribution |
Implementation of the normal (gaussian) distribution.
|
ParetoDistribution |
Implementation of the Pareto distribution.
|
TDistribution |
Implementation of Student's t-distribution.
|
TriangularDistribution |
Implementation of the triangular real distribution.
|
UniformRealDistribution |
Implementation of the uniform real distribution.
|
WeibullDistribution |
Implementation of the Weibull distribution.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.