SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | List of all members
MonteCarloModelDoubleRQMC Interface Reference

An interface for a simple simulation model for which Monte Carlo (MC) or RQMC experiments are to be performed. More...

Inheritance diagram for MonteCarloModelDoubleRQMC:
[legend]
Collaboration diagram for MonteCarloModelDoubleRQMC:
[legend]

Public Member Functions

int getDimension ()
 Returns the number of uniforms required to simulate this model.
 
- Public Member Functions inherited from MonteCarloModelDouble
void simulate (RandomStream stream)
 Simulates the model for one run.
 
double getPerformance ()
 Recovers and returns the realization of the performance measure, of type double.
 
String toString ()
 Returns a short description of the model and its parameters.
 

Detailed Description

An interface for a simple simulation model for which Monte Carlo (MC) or RQMC experiments are to be performed.

It generalizes MonteCarloModelDouble. This interface allows the output (performance) from the model to be of arbitrary type E. It could be a scalar, an array, etc.


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