Public Member Functions | |
| 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. | |
Definition at line 11 of file TestAsianRQMCSeries.java.
| double tutorial.TestAsianRQMCSeries.getPerformance | ( | ) |
Recovers and returns the realization of the performance measure, of type double.
Implements umontreal.ssj.mcqmctools.MonteCarloModelDouble.
Definition at line 23 of file TestAsianRQMCSeries.java.
| String tutorial.TestAsianRQMCSeries.getTag | ( | ) |
Returns a short model name (tag) to be used in reports.
Implements umontreal.ssj.mcqmctools.MonteCarloModelDouble.
Definition at line 35 of file TestAsianRQMCSeries.java.
| void tutorial.TestAsianRQMCSeries.simulate | ( | RandomStream | stream | ) |
Simulates the model for one run.
Implements umontreal.ssj.mcqmctools.MonteCarloModelDouble.
Definition at line 18 of file TestAsianRQMCSeries.java.
| String tutorial.TestAsianRQMCSeries.toString | ( | ) |
Returns a description of the model and its parameters.
Implements umontreal.ssj.mcqmctools.MonteCarloModelDouble.
Definition at line 31 of file TestAsianRQMCSeries.java.