Page 1 of 1

How to display and save the etable in autoarma

Posted: Mon Nov 09, 2015 8:42 am
by joad
How do you display and save the etable that is generated in the autoarma procedure? The only series I manage to save in the workfile is the final forecast, test_f below...

Many thanks in advance.

test.autoarma(maxsar=1, maxsma=1, forclen=3, etable, fgraph) test_f

Re: How to display and save the etable in autoarma

Posted: Mon Nov 09, 2015 9:00 am
by EViews Gareth
If you want to freeze the table into its own table, then something like:

Code: Select all

freeze(myspool) test.autoarma(maxsar=1, maxsma=1, forclen=3, etable, fgraph) test_f myspool.extract(mytable) eqoutput
If you want an actual equation object, use the eqname= option.