TISEAN package: Difference between revisions

Line 44: Line 44:
       res4(:,1), res4(:,2), 'm;m = 4, d = 6;');
       res4(:,1), res4(:,2), 'm;m = 4, d = 6;');
</syntaxhighlight>}}
</syntaxhighlight>}}
[[File:tisean_nl_prediction.png|400px|center]]
It seems that the last pair {{Codeline|(m &#61; 4, d &#61; 6)}} is suitable. We will use it to determine the the best neighborhood to use when generating future points.
It seems that the last pair {{Codeline|(m &#61; 4, d &#61; 6)}} is suitable. We will use it to determine the the best neighborhood to use when generating future points.
{{Code|Determining the best neighborhood size using lzo_gm|<syntaxhighlight lang="octave" style="font-size:13px">
{{Code|Determining the best neighborhood size using lzo_gm|<syntaxhighlight lang="octave" style="font-size:13px">
657

edits