Command auto arma with constant

For questions regarding programming in the EViews programming language.

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

Herken
Posts: 2
Joined: Wed Jan 06, 2016 1:59 am

Command auto arma with constant

Postby Herken » Wed Jan 06, 2016 2:30 am

Hi all,

I have two questions. I'm currently working on a program to automate the estimation of structural labour participation rates for different countries and age groups. I use Eviews 9, which offers the very convenient capture window. I want to use a command to automatically run arima models through various HP filtered series. If I do this manually, the capture window give me the following command:

ger_hp.autoarma(tform=log, select=hq, eqname=ger_eq) c

If i use this command and apply it, however, Eviews tells me c is not specified, so I have to delete the c in the command produced above. But here is the problem. Running the arima models with or without the constant term generate very different results. What is the proper command to generate automatic arima models with a constant term?

More in general,what settings can I use best in order to have the log kick in more heavilly. The forecasted HP series are rather steep and I want them to flatten more (i.e. diminishing returns).

Thanks a lot. Best,

Hugo Erken

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

Re: Command auto arma with constant

Postby EViews Gareth » Wed Jan 06, 2016 8:53 am

You probably need to update your copy of EViews 9.

The correct command you want is probably:

Code: Select all

ger_hp.autoarma(tform=log, select=hq, eqname=ger_eq) ger_hp_f c

Herken
Posts: 2
Joined: Wed Jan 06, 2016 1:59 am

Re: Command auto arma with constant

Postby Herken » Wed Jan 06, 2016 11:46 pm

Thx. I will this a go!


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests