SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | List of all members
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.
 

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().


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