Uses of Interface
org.apache.commons.math4.random.NormalizedRandomGenerator
-
Packages that use NormalizedRandomGenerator Package Description org.apache.commons.math4.random Random Data Generation -
-
Uses of NormalizedRandomGenerator in org.apache.commons.math4.random
Classes in org.apache.commons.math4.random that implement NormalizedRandomGenerator Modifier and Type Class Description classGaussianRandomGeneratorRandom generator that generates normally distributed samples.classStableRandomGeneratorThis class provides a stable normalized random generator.classUniformRandomGeneratorThis class implements a normalized uniform random generator.Methods in org.apache.commons.math4.random that return NormalizedRandomGenerator Modifier and Type Method Description NormalizedRandomGeneratorCorrelatedRandomVectorGenerator. getGenerator()Get the underlying normalized components generator.Constructors in org.apache.commons.math4.random with parameters of type NormalizedRandomGenerator Constructor Description CorrelatedRandomVectorGenerator(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.
-