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 13 of file AsianGBM2.java.
| double tutorial.AsianGBM2.getPerformance | ( | ) |
Recovers and returns the realization of the performance measure, of type double.
Implements umontreal.ssj.mcqmctools.MonteCarloModelDouble.
Definition at line 46 of file AsianGBM2.java.
| String tutorial.AsianGBM2.getTag | ( | ) |
Returns a short model name (tag) to be used in reports.
Implements umontreal.ssj.mcqmctools.MonteCarloModelDouble.
Definition at line 65 of file AsianGBM2.java.
| void tutorial.AsianGBM2.simulate | ( | RandomStream | stream | ) |
Simulates the model for one run.
Implements umontreal.ssj.mcqmctools.MonteCarloModelDouble.
Definition at line 40 of file AsianGBM2.java.
| String tutorial.AsianGBM2.toString | ( | ) |
Returns a description of the model and its parameters.
Implements umontreal.ssj.mcqmctools.MonteCarloModelDouble.
Definition at line 61 of file AsianGBM2.java.