Time series forecasting: double exponential smoothing: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (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...) |
A WASSERMANN (talk | contribs) 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=" | <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.