Uses of Interface
org.apache.commons.math.random.NormalizedRandomGenerator
Packages that use NormalizedRandomGenerator
-
Uses of NormalizedRandomGenerator in org.apache.commons.math.random
Classes in org.apache.commons.math.random that implement NormalizedRandomGeneratorModifier and TypeClassDescriptionclass
This class is a gaussian normalized random generator for scalars.class
This class implements a normalized uniform random generator.Methods in org.apache.commons.math.random that return NormalizedRandomGeneratorModifier and TypeMethodDescriptionCorrelatedRandomVectorGenerator.getGenerator()
Get the underlying normalized components generator.Constructors in org.apache.commons.math.random with parameters of type NormalizedRandomGeneratorModifierConstructorDescriptionCorrelatedRandomVectorGenerator
(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.