TISEAN package: Difference between revisions

Jump to navigation Jump to search
18 bytes removed ,  1 June 2015
m
(→‎Nonlinear Prediction: Finished lzo_* demos)
Line 37: Line 37:
                           'dnoise', 10, 'l', steps);
                           'dnoise', 10, 'l', steps);
plot (amplitude(end-199:end), 'g;Actual Data;', ...
plot (amplitude(end-199:end), 'g;Actual Data;', ...
       forecast, 'r.;Forecast data;',...
       forecast, 'r.;Forecast Data;',...
       forecast_noisy, 'bo;Forecast noisy data;');
       forecast_noisy, 'bo;Forecast Data with 10% Dynamic Noise;');
</syntaxhighlight>}}
</syntaxhighlight>}}
As the difference between finding the proper {{Codeline|r}} and not finding it is very small it can be for the most part omitted. <br/>
The difference between finding the proper {{Codeline|r}} and not finding it can be very small. <br/>
The produced data is the best local zeroth order fit on the {{Codeline|amplitude.dat}} for  {{Codeline|(m &#61; 4, d &#61; 6)}}.
The produced data is the best local zeroth order fit on the {{Codeline|amplitude.dat}} for  {{Codeline|(m &#61; 4, d &#61; 6)}}.


156

edits

Navigation menu