You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Covariant Lyapunov vectors are related with Lyapunov exponents and in essense show the direction of increase/decrease each exponent quantifies. This paper
It is honestly amazing how simple the implementation is :D
But I wonder, are there any easy to implement algorithms to implement the CLVs from a dynamical systems, not from data? So using our TangentDynamicalSystem?
The text was updated successfully, but these errors were encountered:
Covariant Lyapunov vectors are related with Lyapunov exponents and in essense show the direction of increase/decrease each exponent quantifies. This paper
https://www.sciencedirect.com/science/article/pii/S0167278912003090
provides some rather simple algorithms to estimate CLVs from a data matrix (paper also exists on arxiv). The paper also has MatLab code for the computation. @CourtneyQuinn was kind enough to provide Python implementation as well here: https://github.com/CourtneyQuinn/FEM-BV-VAR_dynamics/blob/v0.1.0/src/clustering_dynamics/dynamics/clvs.py algorithm 2.2 is what we are interested in.
It is honestly amazing how simple the implementation is :D
But I wonder, are there any easy to implement algorithms to implement the CLVs from a dynamical systems, not from data? So using our
TangentDynamicalSystem
?The text was updated successfully, but these errors were encountered: