On Tue, 20 Oct 2009, Marco Dieckhoff wrote:
My gretl batch command set:
open TempData1.csv
setobs 24 1:01 --time-series
arima 1 0 1 ; 2 1 0
dataset addobs 6
fcasterr 2:01 2:06
works good so far.
Now I wanted to procure gnuplot a graph like Figure 9.13 on page 135 of
http://www.learneconometrics.com/gretl/ebook.pdf
Time series plot with forecast and confidence interval.
I tried "fcasterr 2:01 2:06 --plot" but gretl -b script does
nothing...
It seems that the --plot option for fcasterr got dropped when we
merged "fcasterr" with "fcast" in gretl 1.7.4. I'll see about
reinstating it, since it seems like a useful thing to have.
Allin Cottrell