Page 1 of 1
Automatic arima forecasting in a program
Posted: Sun Oct 03, 2021 7:07 am
by albertliu
Dear sir / madam,
I recently discovered that you could do automatic arima forecasting in eviews. My question is if it is possible to write a program in Eviews such that I can apply this tool to multiple time series at once because now it is only possible to do one time series at a time which is time consuming. Lastly, When I did this manually, it gave me different models when I ran it even though I did not change any setting So I was wondering how accurate this automatic arima forecasting is?
Re: Automatic arima forecasting in a program
Posted: Mon Oct 04, 2021 9:41 am
by EViews Gareth
Yes, you can program it:
http://eviews.com/help/helpintro.html#p ... 23ww201049
It shouldn't give different results. Perhaps you could provide details?
Re: Automatic arima forecasting in a program
Posted: Tue Oct 12, 2021 7:24 am
by albertliu
Dear Gareth,
I found another way to program it via another language in the meantime but still thank you for your answer!
Re: Automatic arima forecasting in a program
Posted: Mon Sep 26, 2022 6:23 am
by uyanikcaner
Hello everyone. After updating my Eviews 12 to Eviews 13 I am no longer able to run the autoarma program codes to make automatic arima forecasting. Everything is the same in the programme file, when I run the code on Eviews 12 it works. However, when I run the code on Eviews 13 it gives this warning: "Error in Sample: Range Error in "HBETON.AUTOARMA
(MAXAR=10, MAXMA=10, MAXSAR=1, MAXSMA=1,
SELECT=MSE, FORCLEN=1, MSETYPE=1) HBETON_F C
@EXPAND(@MONTH, @DROP(LAST))" on line 187."
When I try to make automatic arima forecasting by using "Proc" button, it gives again a warning of "Math Error has resulted in loss of precision"
Could you please help me?
Sincerely,
Caner.
Re: Automatic arima forecasting in a program
Posted: Mon Sep 26, 2022 6:36 am
by EViews Glenn
Sorry for the inconvenience. We will take a look.
Re: Automatic arima forecasting in a program
Posted: Mon Sep 26, 2022 9:11 am
by EViews Glenn
Is there any chance you can post the workfile at the point where you try to run this and get the error?
Re: Automatic arima forecasting in a program
Posted: Mon Sep 26, 2022 9:41 am
by uyanikcaner
Is a screenshot okay or you want to run the program file on the workfile that I am currently working on?
Re: Automatic arima forecasting in a program
Posted: Mon Sep 26, 2022 1:33 pm
by EViews Glenn
I'd like to run, if possible. I can't replicate for a test workfile with the forclen properly set to be after the estimation sample end.
Absent that, if you can tell me the estimation sample and the workfile sample and the forecast length.
Re: Automatic arima forecasting in a program
Posted: Tue Sep 27, 2022 1:48 am
by uyanikcaner
I'd like to run, if possible. I can't replicate for a test workfile with the forclen properly set to be after the estimation sample end.
Absent that, if you can tell me the estimation sample and the workfile sample and the forecast length.
I attached a workfile and a prg. document here. I hope you can see them.
Re: Automatic arima forecasting in a program
Posted: Tue Sep 27, 2022 9:14 am
by EViews Glenn
They didn't show up. Could you try to include again? Or send to
support@eviews.com
Re: Automatic arima forecasting in a program
Posted: Tue Sep 27, 2022 11:54 pm
by uyanikcaner
I have just sent the files to
support@eviews.com
Re: Automatic arima forecasting in a program
Posted: Thu Sep 29, 2022 1:06 am
by uyanikcaner
Is there any update on this issue? When will this problem be solved and the new patch be released?
Re: Automatic arima forecasting in a program
Posted: Thu Sep 29, 2022 9:46 am
by EViews Gareth
Patch has been released.
Re: Automatic arima forecasting in a program
Posted: Thu Apr 04, 2024 12:45 am
by tolosag
how can I choose the AR and MA models without using piloting the ACF and PCAF graph, I mean, I want an automatic single Eviews command to select the best ARIMA model.
Re: Automatic arima forecasting in a program
Posted: Thu Apr 04, 2024 11:48 am
by EViews Gareth