Lyapunov Class Reference
Class for calculating lyapunov exponents online, over several time horizons, from given Jacobi matrices.
More...
#include <lyapunov.h>
List of all members.
Detailed Description
Class for calculating lyapunov exponents online, over several time horizons, from given Jacobi matrices.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
const Matrix & getLyapunovExp |
( |
int |
horizon |
) |
|
returns the lyapunov exponents at the given horizon
const Matrix & getLyapunovMatrix |
( |
int |
horizon |
) |
|
returns the lyapunov matrix at the given horizon
void init |
( |
const std::list< int > & |
horizons, |
|
|
int |
dim | |
|
) |
| | |
initializes with a set of horizons.
- Parameters:
-
| horizons | for each horizon # in steps. 0 means infinite |
| dim | # of dimensions (expect a (dim x dim) matrix in step) |
provides the current Jacobi matrix.
Internally the sliding windows and the exponents are generated
Member Data Documentation
The documentation for this class was generated from the following files: