ARIMA Forecasting
Moderators: EViews Gareth, EViews Moderator
-
mtaimoor23
- Posts: 4
- Joined: Fri Nov 01, 2013 11:01 pm
ARIMA Forecasting
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
-
mtaimoor23
- Posts: 4
- Joined: Fri Nov 01, 2013 11:01 pm
Re: ARIMA Forecasting
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
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
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
Just take out the X variables from the example.
-
mtaimoor23
- Posts: 4
- Joined: Fri Nov 01, 2013 11:01 pm
Re: ARIMA Forecasting
@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
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
