SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
umontreal.ssj.mcqmctools.anova.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 umontreal.ssj.mcqmctools.anova.MonteCarloModelDoubleRQMC:
umontreal.ssj.mcqmctools.MonteCarloModelDouble

Public Member Functions

int getDimension ()
 Returns the number of uniforms required to simulate this model.
Public Member Functions inherited from umontreal.ssj.mcqmctools.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 description of the model and its parameters.
String getTag ()
 Returns a short model name (tag) to be used in reports.

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.

Definition at line 12 of file MonteCarloModelDoubleRQMC.java.

Member Function Documentation

◆ getDimension()

int umontreal.ssj.mcqmctools.anova.MonteCarloModelDoubleRQMC.getDimension ( )

Returns the number of uniforms required to simulate this model.


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