AutoCorrelatorHarness.cpp File Reference


Detailed Description

Test of AutoCorrelator with DoubleWell model.

This test calculates the autocorrelation of DoubleWell using indii::ml::ode::AutoCorrelator.

Results are as follows:

AutoCorrelatorHarness.png

Results

Definition in file AutoCorrelatorHarness.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 = 1200.0
 Time length of each trajectory.
const double DELTA = 1.0
 Autocorrelation step.
const unsigned int STEPS = 10
 Autocorrelation steps between convergence checks.


Function Documentation

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

Run tests.

Definition at line 53 of file AutoCorrelatorHarness.cpp.


Variable Documentation

const double DELTA = 1.0

Autocorrelation step.

Definition at line 43 of file AutoCorrelatorHarness.cpp.

const double LENGTH = 1200.0

Time length of each trajectory.

Definition at line 38 of file AutoCorrelatorHarness.cpp.

const unsigned int M = 1

Dimensionality of the process.

Definition at line 28 of file AutoCorrelatorHarness.cpp.

const unsigned int N = 1

Number of sample trajectories.

Definition at line 33 of file AutoCorrelatorHarness.cpp.

const unsigned int STEPS = 10

Autocorrelation steps between convergence checks.

Definition at line 48 of file AutoCorrelatorHarness.cpp.


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