|
SSJ
3.3.1
Stochastic Simulation in Java
|
Public Member Functions | |
| int | getNumPoints () |
| Returns the number of points per integral. | |
| int | getTotalSimulations () |
| Returns the total number of times the model is simulated per call to an integrate() method. | |
| void | integrate (MonteCarloModelDouble model, Tally statValue) |
| Integrates a model by means of simulation. More... | |
| double | integrate (MonteCarloModelDouble model) |
| Shorthand to integrate without having to pass a Tally object. | |
| void | integrate (MonteCarloModel< double[]> model, ListOfTallies<? extends Tally > stat) |
| Integrates a model by means of simulation. More... | |
| void | integrate (MonteCarloModel< double[]> model, double[] values) |
| Shorthand to integrate without having to pass a ListOfTallies object. | |
| void integrate | ( | MonteCarloModelDouble | model, |
| Tally | statValue | ||
| ) |
Integrates a model by means of simulation.
The output values are added to the statistical collector statValue.
Implemented in Replicator, and MonteCarloIntegrator.
| void integrate | ( | MonteCarloModel< double[]> | model, |
| ListOfTallies<? extends Tally > | stat | ||
| ) |
Integrates a model by means of simulation.
The output values are added to the statistical collector statValue.
Implemented in Replicator, and MonteCarloIntegrator.
1.8.14