SSJ
3.3.1
Stochastic Simulation in Java
|
Public Member Functions | |
int | getNumSimulationsPerSample () |
Returns the number of times the model is simulated each time a sample is produced. | |
int | getNumSamples () |
Returns the number of samples produced each time the simulateRuns() method is called. | |
public< E > void | simulateRuns (MonteCarloModel<? extends E > model, ObservationCollector< E > collector) |
Simulates the model multiple times. More... | |
void | simulateRuns (MonteCarloModelDouble model, Tally collector) |
Simulates the model multiple times. More... | |
public<E> void simulateRuns | ( | MonteCarloModel<? extends E > | model, |
ObservationCollector< E > | collector | ||
) |
Simulates the model multiple times.
The samples are added to the observation collector collector
.
Implemented in MonteCarloSampler, RQMCSampler, and QMCSampler.
void simulateRuns | ( | MonteCarloModelDouble | model, |
Tally | collector | ||
) |
Simulates the model multiple times.
The samples are added to the collector collector
.
Implemented in MonteCarloSampler, RQMCSampler, and QMCSampler.