Uses of Interface
org.hipparchus.random.NormalizedRandomGenerator
Packages that use NormalizedRandomGenerator
-
Uses of NormalizedRandomGenerator in org.hipparchus.random
Classes in org.hipparchus.random that implement NormalizedRandomGeneratorModifier and TypeClassDescriptionclass
This class is a gaussian normalized random generator for scalars.class
This class provides a stable normalized random generator.class
This class implements a normalized uniform random generator.Methods in org.hipparchus.random that return NormalizedRandomGeneratorModifier and TypeMethodDescriptionCorrelatedRandomVectorGenerator.getGenerator()
Get the underlying normalized components generator.Constructors in org.hipparchus.random with parameters of type NormalizedRandomGeneratorModifierConstructorDescriptionCorrelatedRandomVectorGenerator
(double[] mean, RealMatrix covariance, double small, NormalizedRandomGenerator generator) Builds a correlated random vector generator from its mean vector and covariance matrix.CorrelatedRandomVectorGenerator
(RealMatrix covariance, double small, NormalizedRandomGenerator generator) Builds a null mean random correlated vector generator from its covariance matrix.UncorrelatedRandomVectorGenerator
(double[] mean, double[] standardDeviation, NormalizedRandomGenerator generator) Simple constructor.UncorrelatedRandomVectorGenerator
(int dimension, NormalizedRandomGenerator generator) Simple constructor.