|
| NewTestAsianRQMC (double r, double sigma, double strike, double s0, int s, double[] zeta) |
|
void | simulate (RandomStream stream) |
| Simulates the model for one run.
|
|
double | getPerformance () |
| Recovers and returns the realization of the performance measure, of type double .
|
|
int | getDimension () |
|
String | toString () |
| Returns a short description of the model and its parameters.
|
|
| AsianGBM (double r, double sigma, double strike, double s0, int d, double[] zeta) |
|
void | generatePath (RandomStream stream) |
|
double | getPayoff () |
|
void | simulateRuns (int n, RandomStream stream, Tally statValue) |
|
|
static void | main (String[] args) throws IOException |
|
static void | main (String[] args) throws IOException |
|
|
double | strike |
|
int | d |
|
double | discount |
|
double [] | muDelta |
|
double [] | sigmaSqrtDelta |
|
double [] | logS |
|
The documentation for this class was generated from the following file: