Description Usage Arguments Value References Examples
Computes all the Lyapunov exponents based on Gram-Schmidt procedure (Wolf et al. 1985). The Jacobian matrix is computed from the original model by semi-Formal Derivation.
1 2 3 | lyapFDWolf(outLyapFD = NULL, nVar, dMax, coeffF, intgrMthod = "rk4",
tDeb = 0, dt, tFin, yDeb, Ddeb = NULL, nIterMin = 1,
nIterStats = 50)
|
outLyapFD |
List of output data that can be used as an input in order to extend the computation |
nVar |
Model dimension |
dMax |
Maximum degree of the polynomial formulation |
coeffF |
Model matrix. Each column correspond to
one equation. Lines provide the coefficients for each
polynomial term which order is defined with function
|
intgrMthod |
Numerical integration method ('rk4' by default) |
tDeb |
Initial integration time (0 by default) |
dt |
Integration time step |
tFin |
Final integration time |
yDeb |
Model initial conditions |
Ddeb |
Jacobian initial conditions (optional). |
nIterMin |
Minimum number of iterations (nIterMin= 1 by default) |
nIterStats |
Number of iterations used in the statistics computation |
List of output data
A. Wolf, J. B. Swift, H. L. Swinney & J. A. Vastano, Determining Lyapunov exponents from a time series, Physica D, 285-317, 1985.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.