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()
RandomVectorGenerator
nextVector
in interface RandomVectorGenerator
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.