Package | Description |
---|---|
org.hipparchus.random |
Random number and random data generators.
|
Modifier and Type | Class | Description |
---|---|---|
class |
GaussianRandomGenerator |
This class is a gaussian normalized random generator for scalars.
|
class |
StableRandomGenerator |
This class provides a stable normalized random generator.
|
class |
UniformRandomGenerator |
This class implements a normalized uniform random generator.
|
Modifier and Type | Method | Description |
---|---|---|
NormalizedRandomGenerator |
CorrelatedRandomVectorGenerator.getGenerator() |
Get the underlying normalized components generator.
|
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.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.