Description Usage Arguments Details Value Author(s) References See Also Examples
Tools to evaluate the maximal Lyapunov exponent of a dynamic system from a univariate time series
1 2 |
series |
time series |
m |
embedding dimension |
d |
time delay |
k |
number of considered neighbours |
eps |
radius where to find nearest neighbours |
s |
iterations along which follow the neighbours of each point |
ref |
number of points to take into account |
t |
Theiler window |
dsts |
Should be the output of a call to |
start |
Starting time of the linear bite of |
end |
Ending time of the linear bite of |
The function lyap_k
estimates the largest Lyapunov exponent of a given scalar time series using the algorithm of Kantz.
The function lyap
computes the regression coefficients of a user specified segment of the sequence given as input.
lyap_k
gives the logarithm of the stretching factor in time.
lyap
gives the regression coefficients of the specified input sequence.
Antonio, Fabio Di Narzo
Hegger, R., Kantz, H., Schreiber, T., Practical implementation of nonlinear time series methods: The TISEAN package; CHAOS 9, 413-435 (1999)
M. T. Rosenstein, J. J. Collins, C. J. De Luca, A practical method for calculating largest Lyapunov exponents from small data sets, Physica D 65, 117 (1993)
mutual
, false.nearest
for the choice of optimal embedding parameters.
embedd
to perform embedding.
1 2 3 |
Loading required package: deSolve
Finding nearests
Keeping 1700 reference points
Following points
(Intercept) lambda
0.1185032 0.7123131
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.