Time series forecasting: double exponential smoothing: Difference between revisions

From JSXGraph Wiki
(New page: The data is the file zurich.txt from [http://statistik.mathematik.uni-wuerzburg.de/timeseries/index.php http://statistik.mathematik.uni-wuerzburg.de/timeseries/index.php]. The dashed curv...)
 
No edit summary
Line 2: Line 2:


The dashed curve are the observed values, the blue curve are the predicted values.
The dashed curve are the observed values, the blue curve are the predicted values.
<jsxgraph width="500" height="500">
<jsxgraph width="700" height="500">
     var data, datax, i, brd;
     var data, datax, i, brd;
      
      

Revision as of 16:53, 9 July 2009

The data is the file zurich.txt from http://statistik.mathematik.uni-wuerzburg.de/timeseries/index.php.

The dashed curve are the observed values, the blue curve are the predicted values.

The JavaScript code