Package | Description |
---|---|
org.hipparchus.distribution.continuous |
Implementations of common continuous distributions.
|
org.hipparchus.random |
Random number and random data generators.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealDistribution
Base class for probability distributions on the reals.
|
class |
BetaDistribution
Implements the Beta distribution.
|
class |
CauchyDistribution
Implementation of the Cauchy distribution.
|
class |
ChiSquaredDistribution
Implementation of the chi-squared distribution.
|
class |
ConstantRealDistribution
Implementation of the constant real distribution.
|
class |
EnumeratedRealDistribution
Implementation of a real-valued
EnumeratedDistribution . |
class |
ExponentialDistribution
Implementation of the exponential distribution.
|
class |
FDistribution
Implementation of the F-distribution.
|
class |
GammaDistribution
Implementation of the Gamma distribution.
|
class |
GumbelDistribution
This class implements the Gumbel distribution.
|
class |
LaplaceDistribution
This class implements the Laplace distribution.
|
class |
LevyDistribution
This class implements the
Lévy distribution.
|
class |
LogisticDistribution
This class implements the Logistic distribution.
|
class |
LogNormalDistribution
Implementation of the log-normal (gaussian) distribution.
|
class |
NakagamiDistribution
This class implements the Nakagami distribution.
|
class |
NormalDistribution
Implementation of the normal (gaussian) distribution.
|
class |
ParetoDistribution
Implementation of the Pareto distribution.
|
class |
TDistribution
Implementation of Student's t-distribution.
|
class |
TriangularDistribution
Implementation of the triangular real distribution.
|
class |
UniformRealDistribution
Implementation of the uniform real distribution.
|
class |
WeibullDistribution
Implementation of the Weibull distribution.
|
Modifier and Type | Method and Description |
---|---|
double |
RandomDataGenerator.nextDeviate(RealDistribution dist)
Returns a random deviate from the given distribution.
|
double[] |
RandomDataGenerator.nextDeviates(RealDistribution dist,
int size)
Returns an array of random deviates from the given distribution.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.