public class BurnInRVG extends Object implements RandomVectorGenerator
| Constructor and Description |
|---|
BurnInRVG(RandomVectorGenerator rvg,
int burnInSamples)
Construct a burn-in RVG.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
nextVector()
Get the next random vector.
|
void |
seed(long... seeds)
Seed the random number/vector/scenario generator to produce repeatable experiments.
|
public BurnInRVG(RandomVectorGenerator rvg, int burnInSamples)
rvg - an underlying RVGburnInSamples - the number of initial samples to be discardedpublic double[] nextVector()
RandomVectorGeneratornextVector in interface RandomVectorGeneratorCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.