156
edits
(→Lyapunov Exponents: added plot, corrected small errors) |
|||
Line 120: | Line 120: | ||
=== Lyapunov Exponents === | === Lyapunov Exponents === | ||
Here I will demonstrate how to use the function {{Codeline|lyap_k}}. It creates Lyapunov Exponents for a time series (more information available [http://www.mpipks-dresden.mpg.de/~tisean/Tisean_3.0.1/docs/chaospaper/node27.html here]). In this tutorial we will create a Lyapunov Exponent for various embedding dimensions and then plot them. | Here I will demonstrate how to use the function {{Codeline|lyap_k}}. It creates Lyapunov Exponents for a time series (more information available from the TISEAN documentation located [http://www.mpipks-dresden.mpg.de/~tisean/Tisean_3.0.1/docs/chaospaper/node27.html here]). In this tutorial we will create a Lyapunov Exponent for various embedding dimensions and then plot them. | ||
{{Code|Creating Lyapunov exponents|<syntaxhighlight lang="octave" style="font-size:13px"> | {{Code|Creating Lyapunov exponents|<syntaxhighlight lang="octave" style="font-size:13px"> | ||
# Create time series | # Create time series |
edits