Page 1 of 6

ARIMASel (Automatic ARIMA selection)

Posted: Mon Apr 05, 2010 1:26 pm
by EViews Gareth
This thread is about the ARIMASel Add-in that perform automatic ARIMA selection, where the order of differencing is chosen via unit root tests, and the AR, SAR, MA and SMA terms are chosen according to an information criterion.

Change log
  • 2010/02/10 Initial release
  • 2010/04/12 Added error message for panel workfiles
  • 2010/05/28 Changed seasonal terms so that they support a list of values to select between, not a simple maximum

Re: ARIMASel (Automatic ARIMA selection)

Posted: Mon Apr 12, 2010 10:32 am
by tchaithonov
There seems to be an error relating to KPSS and UROOT ("KPSS is an unrecognized option for UROOT."). It is in the Select Differencing section where it says:

Code: Select all

freeze({%temptb }) {%temps}.uroot(kpss)


Tchaithonov

Re: ARIMASel (Automatic ARIMA selection)

Posted: Mon Apr 12, 2010 10:37 am
by tchaithonov
I think I found out why - I ran it on a panel dataset. Maybe the code should ban the function from running? Just a thought.

Re: ARIMASel (Automatic ARIMA selection)

Posted: Mon Apr 12, 2010 10:56 am
by EViews Gareth
Good point. I'll add one.

Re: ARIMASel (Automatic ARIMA selection)

Posted: Fri May 28, 2010 8:43 am
by zezza
I have tried ARIMASel on a monthly series. Maybe I got something wrong, but I understand I need an SAR(12) to model a seasonal AR on monthly data. However, the ARIMASel menu only allows up to an SAR(3)...?

Re: ARIMASel (Automatic ARIMA selection)

Posted: Fri May 28, 2010 8:51 am
by EViews Gareth
Unfortunately EViews won't let you add enough ARMA terms to make going up to 12 possible.

I suppose an alternative approach would be to let you specify which SAR/SMA terms you want to search between, rather than going all the way up to a maximum.

I'll contemplate it.

Re: ARIMASel (Automatic ARIMA selection)

Posted: Fri May 28, 2010 10:21 am
by EViews Gareth
ok, just uploaded a new version that lets you select which seasonal terms to search within

Re: ARIMASel (Automatic ARIMA selection)

Posted: Sun May 30, 2010 4:06 am
by zezza
EViews Gareth wrote:ok, just uploaded a new version that lets you select which seasonal terms to search within


Thank you Gareth, the add-in now seems to produce reasonable results on a monthly series with seasonality

Re: ARIMASel (Automatic ARIMA selection)

Posted: Wed Jun 23, 2010 4:28 am
by kelaynak
Hello Gareth,
Thank you for add-in, it is really great.

I tried to use "dlog(aust).arimasel" in comment promth , but it gave error.
But when I try to use it without "dlog" in that case it works.

1) Is it possible to use dlog(series).arimasel?
I would like to use dlog of my series as independent variable

2) I dont want to use seasonal effect, If I just delete SAR SMA number from option menu, is it ok?

3) Can this add-in do AR MA optimization for not "sequenced ARMA" , I mean individual way: can it give an optimum value like that "AR(2) MA(2) MA(3)"together for a regresiion or just given in optimum value only in sequencenced ARMA like ARMA(2,3); AR(1) AR(2) MA(1),MA(2), MA(3) togetger.

Thanks

Re: ARIMASel (Automatic ARIMA selection)

Posted: Wed Jun 23, 2010 8:12 am
by EViews Gareth
Create a new series that is equal to the dlog, then run the add-in on that series.

Just enter "0" as the seasonal terms.

Re: ARIMASel (Automatic ARIMA selection)

Posted: Wed Jun 23, 2010 12:05 pm
by kelaynak
Gareth,
Thank you for reply and your help.
It is really helpful program.

Is it possible to increase AR and MA to 20 instead of 10?
I know, you make reservation some ARMA parameters for SAR and SMA as there is limitation for usage of ARMA parameters in Eviews, but, in case I make 0 to SAR and SMA, Can I have a chance to increase AR and MA to higher number?
If yes, how?

Thanks

ARIMASel (Automatic ARIMA selection)

Posted: Wed Jun 23, 2010 12:30 pm
by EViews Gareth
I don't think so.

Econometrically it is probably not a good idea anyway.

Re: ARIMASel (Automatic ARIMA selection)

Posted: Tue Aug 17, 2010 8:28 am
by skylightice
Hi, Gareth,

I am using ARIMASel to select the order of AR and MA. But everytime I change the maximum number of AR and MA, I will get different best AR and MA according to the AIC. Could you please tell me how I should specify the maximum number of AR and MA and how I can select the best AR and MA?

Thanks,

Re: ARIMASel (Automatic ARIMA selection)

Posted: Tue Aug 17, 2010 8:33 am
by EViews Gareth
There isn't really an answer to that.

Re: ARIMASel (Automatic ARIMA selection)

Posted: Tue Aug 17, 2010 9:14 am
by skylightice
Thanks, Gareth,

I wonder if it is possible for you to take a look at the attached raw dataset and tell me how you think.
slm.wf1
it is quarterly data
(10.27 KiB) Downloaded 1984 times
I am new to Eview. I also want to ask you how to adjust the seasonality for this data series.