156
edits
(→Tutorials: added 'Lyapunov Exponents') |
(→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 | 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. | ||
{{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 | ||
Line 139: | Line 139: | ||
hold off | hold off | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[File:lyap_k.png|400px|center]] | |||
[[Category:Octave-Forge]] | [[Category:Octave-Forge]] |
edits