TISEAN package: Difference between revisions

35 bytes added ,  16 June 2015
→‎Lyapunov Exponents: added plot, corrected small errors
(→‎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 create 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 [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]]
156

edits