SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
umontreal.ssj.mcqmctools.anova.RandomIntegrator Interface Reference
Inheritance diagram for umontreal.ssj.mcqmctools.anova.RandomIntegrator:
umontreal.ssj.mcqmctools.anova.Integrator umontreal.ssj.mcqmctools.anova.MonteCarloIntegrator umontreal.ssj.mcqmctools.anova.Replicator

Public Member Functions

void setStream (RandomStream stream)
 Use stream as the source of randomness.
RandomStream getStream ()
 Returns the currently used random stream.
Public Member Functions inherited from umontreal.ssj.mcqmctools.anova.Integrator
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.
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.
void integrate (MonteCarloModel< double[]> model, double[] values)
 Shorthand to integrate without having to pass a ListOfTallies object.

Detailed Description

Definition at line 5 of file RandomIntegrator.java.

Member Function Documentation

◆ getStream()

RandomStream umontreal.ssj.mcqmctools.anova.RandomIntegrator.getStream ( )

Returns the currently used random stream.

May be null.

Implemented in umontreal.ssj.mcqmctools.anova.Replicator.

◆ setStream()

void umontreal.ssj.mcqmctools.anova.RandomIntegrator.setStream ( RandomStream stream)

Use stream as the source of randomness.

Implemented in umontreal.ssj.mcqmctools.anova.Replicator.


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