SSJ
3.3.1
Stochastic Simulation in Java
|
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. | |
Similar to MonteCarloModelDouble except that the returned performance is an array of real numbers.
The dimension of that array must be returned by getPerformanceDim()
.