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

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 11 of file TestAsianRQMCSeries.java.

Member Function Documentation

◆ getPerformance()

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.

◆ getTag()

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.

◆ simulate()

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.

◆ toString()

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.


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