SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray Interface Reference

Similar to MonteCarloModelDouble except that the returned performance is an array of real numbers. More...

Public Member Functions

void simulate (RandomStream stream)
 Simulates the model for one run.
double[] getPerformance ()
 Recovers and returns the realization of the vector of performance measures.
int getPerformanceDim ()
 Returns the dimension of the array of performance measures.
String toString ()
 Returns a short description of the model and its parameters.
String getTag ()
 Returns a short model name (tag) to be used in reports.

Detailed Description

Similar to MonteCarloModelDouble except that the returned performance is an array of real numbers.

The dimension of that array must be returned by getPerformanceDim().

Definition at line 11 of file MonteCarloModelDoubleArray.java.

Member Function Documentation

◆ getPerformance()

double[] umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.getPerformance ( )

Recovers and returns the realization of the vector of performance measures.

◆ getPerformanceDim()

int umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.getPerformanceDim ( )

Returns the dimension of the array of performance measures.

◆ getTag()

String umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.getTag ( )

Returns a short model name (tag) to be used in reports.

◆ simulate()

void umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.simulate ( RandomStream stream)

Simulates the model for one run.

◆ toString()

String umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.toString ( )

Returns a short description of the model and its parameters.


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