How to display and save the etable in autoarma

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

joad
Posts: 3
Joined: Mon Nov 09, 2015 8:30 am

How to display and save the etable in autoarma

Postby joad » Mon Nov 09, 2015 8:42 am

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

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13604
Joined: Tue Sep 16, 2008 5:38 pm

Re: How to display and save the etable in autoarma

Postby EViews Gareth » Mon Nov 09, 2015 9:00 am

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.


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests