156
edits
m (→False Nearest Neighbors: added a little more info) |
m (→False Nearest Neighbors: typo) |
||
Line 24: | Line 24: | ||
dim_hen_noisy, frac_hen_noisy, '-gx', 'markersize', 15); | dim_hen_noisy, frac_hen_noisy, '-gx', 'markersize', 15); | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
The {{Codeline|dim_*}} variables hold the dimension so here 1:5, and {{Codeline|frac_*}} contain the fraction of false nearest neighbors. From this chart we can obtain the sufficient embedding dimension for each system. For a Henon Map {{Codeline|m = 2}} is sufficient, but for an Ikeda map it is better to use {{Codeline|m = 3}}. | The {{Codeline|dim_*}} variables hold the dimension (so here 1:5), and {{Codeline|frac_*}} contain the fraction of false nearest neighbors. From this chart we can obtain the sufficient embedding dimension for each system. For a Henon Map {{Codeline|m = 2}} is sufficient, but for an Ikeda map it is better to use {{Codeline|m = 3}}. | ||
=== Nonlinear Prediction === | === Nonlinear Prediction === |
edits