Uses of Interface
org.hipparchus.distribution.RealDistribution
Package
Description
Implementations of common continuous distributions.
Random number and random data generators.
-
Uses of RealDistribution in org.hipparchus.distribution.continuous
Modifier and TypeClassDescriptionclass
Base class for probability distributions on the reals.class
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 RealDistribution in org.hipparchus.random
Modifier and TypeMethodDescriptiondouble
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.