SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | List of all members
Integrator Interface Reference
Inheritance diagram for Integrator:
[legend]

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.
 

Member Function Documentation

◆ integrate() [1/2]

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.

◆ integrate() [2/2]

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.


The documentation for this interface was generated from the following file: