SSJ
3.3.1
Stochastic Simulation in Java
|
QMC sampler. More...
Public Member Functions | |
QMCSampler (PointSet points) | |
PointSet | getPointSet () |
int | getNumSimulationsPerSample () |
Returns the number of times the model is simulated each time a sample is produced. More... | |
int | getNumSamples () |
Returns the number of samples produced each time the simulateRuns() method is called. More... | |
void | simulateRuns (MonteCarloModelDouble model, Tally collector) |
More... | |
String | toString () |
Protected Attributes | |
PointSet | points |
Package Functions | |
public< E > void | simulateRuns (MonteCarloModel<? extends E > model, ObservationCollector< E > collector) |
More... | |
QMC sampler.
The samples produced by this sampler are deterministic.
int getNumSamples | ( | ) |
Returns the number of samples produced each time the simulateRuns() method is called.
Implements Sampler.
int getNumSimulationsPerSample | ( | ) |
Returns the number of times the model is simulated each time a sample is produced.
Implements Sampler.
|
package |
Implements Sampler.
void simulateRuns | ( | MonteCarloModelDouble | model, |
Tally | collector | ||
) |
Implements Sampler.