Uses of Package
org.apache.commons.math3.random
Packages that use org.apache.commons.math3.random
Package
Description
Univariate real functions interpolation algorithms.
Implementations of common discrete and continuous distributions.
This package provides Genetic Algorithms components and implementations.
Clustering algorithms.
Neural networks.
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.Algorithms for optimizing a scalar function.
This package provides optimization algorithms that do not require derivatives.
Algorithms for optimizing a vector function.
One-dimensional optimization algorithms.
All classes and sub-packages of this package are deprecated.
This package provides optimization algorithms that don't require derivatives.
Univariate real functions minimum finding algorithms.
Random number and random data generators.
Classes providing hypothesis testing.
Classes providing rank transformations.
Convenience routines and common data structures used throughout the commons-math library.
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.analysis.interpolationClassDescriptionGenerate random vectors isotropically located on the surface of a sphere.
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.distributionClassDescriptionDeprecated.to be removed in 4.0.Interface extracted from
java.util.Random
. -
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.genetics
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.ml.clustering
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.ml.neuralnet
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.optimClassDescriptionThis interface represents a random generator for whole vectors.
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.optim.nonlinear.scalarClassDescriptionThis interface represents a random generator for whole vectors.
-
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.optim.nonlinear.vectorClassDescriptionThis interface represents a random generator for whole vectors.
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.optim.univariate
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.optimizationClassDescriptionThis interface represents a random generator for whole vectors.
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.optimization.direct
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.optimization.univariate
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.randomClassDescriptionThis abstract class implements the WELL class of pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.Base class for random number generators that generates bits streams.Represents an empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form of the population distribution that the data come from.This interface represent a normalized random generator for scalars.Deprecated.to be removed in 4.0.Implements the
RandomData
interface using aRandomGenerator
instance to generate non-secure data and aSecureRandom
instance to provide data for thenextSecureXxx
methods.Deprecated.to be removed in 4.0.Interface extracted fromjava.util.Random
.This interface represents a random generator for whole vectors. -
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.stat.inference
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.stat.ranking
-
Classes in org.apache.commons.math3.random used by org.apache.commons.math3.util