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. | |
| void | simulateRuns (MonteCarloModelDouble model, Tally collector) |
| Simulates the model multiple times. | |
Definition at line 7 of file Sampler.java.
| int umontreal.ssj.mcqmctools.anova.Sampler.getNumSamples | ( | ) |
Returns the number of samples produced each time the simulateRuns() method is called.
Implemented in umontreal.ssj.mcqmctools.anova.MonteCarloSampler, umontreal.ssj.mcqmctools.anova.QMCSampler, and umontreal.ssj.mcqmctools.anova.RQMCSampler.
| int umontreal.ssj.mcqmctools.anova.Sampler.getNumSimulationsPerSample | ( | ) |
Returns the number of times the model is simulated each time a sample is produced.
Implemented in umontreal.ssj.mcqmctools.anova.MonteCarloSampler, umontreal.ssj.mcqmctools.anova.QMCSampler, and umontreal.ssj.mcqmctools.anova.RQMCSampler.
| public< E > void umontreal.ssj.mcqmctools.anova.Sampler.simulateRuns | ( | MonteCarloModel<? extends E > | model, |
| ObservationCollector< E > | collector ) |
Simulates the model multiple times.
The samples are added to the observation collector collector.
Implemented in umontreal.ssj.mcqmctools.anova.MonteCarloSampler, umontreal.ssj.mcqmctools.anova.QMCSampler, and umontreal.ssj.mcqmctools.anova.RQMCSampler.
| void umontreal.ssj.mcqmctools.anova.Sampler.simulateRuns | ( | MonteCarloModelDouble | model, |
| Tally | collector ) |
Simulates the model multiple times.
The samples are added to the collector collector.
Implemented in umontreal.ssj.mcqmctools.anova.MonteCarloSampler, umontreal.ssj.mcqmctools.anova.QMCSampler, and umontreal.ssj.mcqmctools.anova.RQMCSampler.