SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
tutorial.AsianGBM2 Class Reference
Inheritance diagram for tutorial.AsianGBM2:
umontreal.ssj.mcqmctools.MonteCarloModelDouble tutorial.AsianGBMRQMC2

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.

Detailed Description

Definition at line 13 of file AsianGBM2.java.

Member Function Documentation

◆ getPerformance()

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.

◆ getTag()

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.

◆ simulate()

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.

◆ toString()

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.


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