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. | |
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.
| double[] umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.getPerformance | ( | ) |
Recovers and returns the realization of the vector of performance measures.
| int umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.getPerformanceDim | ( | ) |
Returns the dimension of the array of performance measures.
| String umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.getTag | ( | ) |
Returns a short model name (tag) to be used in reports.
| void umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.simulate | ( | RandomStream | stream | ) |
Simulates the model for one run.
| String umontreal.ssj.mcqmctools.MonteCarloModelDoubleArray.toString | ( | ) |
Returns a short description of the model and its parameters.