ARIMA Forecasting

For econometric discussions not necessarily related to EViews.

Moderators: EViews Gareth, EViews Moderator

mtaimoor23
Posts: 4
Joined: Fri Nov 01, 2013 11:01 pm

ARIMA Forecasting

Postby mtaimoor23 » Fri Nov 01, 2013 11:09 pm

Hello Everyone,I have a question which may be very simple .For Example I have estimated ARIMA(1,1,4) from a data having sample 1961-1999.To produce forecast I re-estimate sample from 1961-1995 and then its easy to produce forecast on eviews.I want to confirm forecast produced by EViews manually but I am not able to do so.Anyone can guide me.

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

Re: ARIMA Forecasting

Postby EViews Gareth » Sat Nov 02, 2013 4:28 am


mtaimoor23
Posts: 4
Joined: Fri Nov 01, 2013 11:01 pm

Re: ARIMA Forecasting

Postby mtaimoor23 » Mon Nov 04, 2013 12:15 am

Thanks for guidance but it does not solve my problem.Actually I do not have x variable in my equation of arima (1,1,4)

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

Re: ARIMA Forecasting

Postby EViews Gareth » Mon Nov 04, 2013 6:16 am

Then the Excel file examples in that post should be just what you need.

mtaimoor23
Posts: 4
Joined: Fri Nov 01, 2013 11:01 pm

Re: ARIMA Forecasting

Postby mtaimoor23 » Mon Nov 04, 2013 9:57 pm

dear as I said before my data don not contains any x variable but the excel contains.Will you please explain the process without x variable.

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

Re: ARIMA Forecasting

Postby EViews Gareth » Tue Nov 05, 2013 6:17 am

Just take out the X variables from the example.

mtaimoor23
Posts: 4
Joined: Fri Nov 01, 2013 11:01 pm

Re: ARIMA Forecasting

Postby mtaimoor23 » Tue Nov 05, 2013 9:51 pm

@EViews Gareth I apologize to say that still i could not get correct manual forecasts with out x variable,Kindly post the solution on any dummy data which reconcile both EVIEWS and Excel results.

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

Re: ARIMA Forecasting

Postby EViews Gareth » Tue Nov 05, 2013 10:03 pm

Code: Select all

rndseed 1 create u 100 series x=nrnd series y=nrnd equation e1.ls(z) y c ar(1) ma(1) 'Static Forecast series e=0 smpl 2 100 e = y-c(1)-c(2)*(y(-1)-c(1)) - c(3)*e(-1) series yhats2=c(1) + c(2)*(y(-1)-c(1))+ c(3)*e(-1) 'completely manual calculation e1.fit yhats1 'EViews fitted values (static) show yhats1 yhats2


Return to “Econometric Discussions”

Who is online

Users browsing this forum: No registered users and 2 guests