VECM forecast not fit reality
Posted: Sat Dec 10, 2016 7:46 am
Hi everyone!
I am trying to forecast real wages in France using 2 variables : real wages and inflation (cpi). I work with their log.
The 2 variables are I(1).
I modelised a VAR model using varlagselect :
@varlagselect(det=constant,crit=aic,lags=24) 2000:1 *
# dlsalr dlipc
Then i used the cointegration test :
@JOHMLE(DET=RC,LAGS=4)
# dlsalr dlipc
(results : there is 1 cointegration relation)
That way, i obtained this model :
system(model=cointmodel1)
variables dlsalr dlipc
lags 1 to 4
det constant DUM200803 DUM200903
ect ecmeq
end(system)
estimate(residuals=vres2) 2000:1 *
The 2 dummies were added to smooth the effect of the crisis.
The issue is : when i test the ability to predict by forecasting 1 step ahead in sample, i got the graph attached to this post.
I don't know how can i improve it.
Thanks for your help!
I am trying to forecast real wages in France using 2 variables : real wages and inflation (cpi). I work with their log.
The 2 variables are I(1).
I modelised a VAR model using varlagselect :
@varlagselect(det=constant,crit=aic,lags=24) 2000:1 *
# dlsalr dlipc
Then i used the cointegration test :
@JOHMLE(DET=RC,LAGS=4)
# dlsalr dlipc
(results : there is 1 cointegration relation)
That way, i obtained this model :
system(model=cointmodel1)
variables dlsalr dlipc
lags 1 to 4
det constant DUM200803 DUM200903
ect ecmeq
end(system)
estimate(residuals=vres2) 2000:1 *
The 2 dummies were added to smooth the effect of the crisis.
The issue is : when i test the ability to predict by forecasting 1 step ahead in sample, i got the graph attached to this post.
I don't know how can i improve it.
Thanks for your help!