StochasticAdaptiveRungeKuttaHarness.cpp File Reference


Detailed Description

Test of StochasticAdaptiveRungeKutta with DoubleWell model.

This test simulates a number of trajectories from DoubleWell using indii::ml::sde::StochasticAdaptiveRungeKutta, plotting each.

Results are as follows:

StochasticAdaptiveRungeKuttaHarness.png

Results

Definition in file StochasticAdaptiveRungeKuttaHarness.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 = 1
 Number of sample trajectories.
const double LENGTH = 600.0
 Time length of each trajectory.


Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Run tests.

Definition at line 42 of file StochasticAdaptiveRungeKuttaHarness.cpp.


Variable Documentation

const double LENGTH = 600.0

Time length of each trajectory.

Definition at line 37 of file StochasticAdaptiveRungeKuttaHarness.cpp.

const unsigned int M = 1

Dimensionality of the process.

Definition at line 27 of file StochasticAdaptiveRungeKuttaHarness.cpp.

const unsigned int N = 1

Number of sample trajectories.

Definition at line 32 of file StochasticAdaptiveRungeKuttaHarness.cpp.


Generated on Wed Dec 17 14:56:36 2008 for dysii SDE Test Suite by  doxygen 1.5.3