Uses of Interface
org.apache.commons.math.random.NormalizedRandomGenerator
-
Packages that use NormalizedRandomGenerator Package Description org.apache.commons.math.random Random number and random data generators. -
-
Uses of NormalizedRandomGenerator in org.apache.commons.math.random
Classes in org.apache.commons.math.random that implement NormalizedRandomGenerator Modifier and Type Class Description class
GaussianRandomGenerator
This class is a gaussian normalized random generator for scalars.class
UniformRandomGenerator
This class implements a normalized uniform random generator.Methods in org.apache.commons.math.random that return NormalizedRandomGenerator Modifier and Type Method Description NormalizedRandomGenerator
CorrelatedRandomVectorGenerator. getGenerator()
Get the underlying normalized components generator.Constructors in org.apache.commons.math.random with parameters of type NormalizedRandomGenerator Constructor Description CorrelatedRandomVectorGenerator(double[] mean, RealMatrix covariance, double small, NormalizedRandomGenerator generator)
Simple constructor.CorrelatedRandomVectorGenerator(RealMatrix covariance, double small, NormalizedRandomGenerator generator)
Simple constructor.UncorrelatedRandomVectorGenerator(double[] mean, double[] standardDeviation, NormalizedRandomGenerator generator)
Simple constructor.UncorrelatedRandomVectorGenerator(int dimension, NormalizedRandomGenerator generator)
Simple constructor.
-