This test creates a univariate WienerProcess and simulates several, plotting:
Results
Definition in file test4.cpp.
Go to the source code of this file.
Functions | |
| int | main (int argc, const char *argv[]) |
| Run tests. | |
Variables | |
| const unsigned int | M = 1 |
| Dimensionality of the process. | |
| const unsigned int | N = 1000 |
| Number of sample trajectories. | |
| const unsigned int | LENGTH = 500 |
| Length of each trajectory. | |
| const unsigned int | DELTA = 3 |
| Length of time step. | |
| const unsigned int | P = 10000 |
| Number of importance samples. | |
1.5.3