historical decomposition in VAR with time-varying parameters

Questions and discussions on Vector Autoregressions
tclark
Posts: 99
Joined: Wed Nov 08, 2006 3:20 pm

historical decomposition in VAR with time-varying parameters

Unread post by tclark »

I need to code up an historical decomposition for a VAR with time-varying parameters. Specifically, I need to decompose the variation over time in the actual data into the contributions from the structural shocks of the model. The difficult (for me, anyway) aspect of the problem is the time-variation in the parameters. One approach would be to loop over time, assigning the coefficients of the VAR at each point in time t, and using the FORECAST command to compute one-step ahead forecasts for each t on the basis of the particular shock at t, and then store the forecast for period t as the actual value in t (I would need to do this for each shock of interest). Is there some other approach that would be more efficient? Any suggestions would be appreciated.
Todd Clark
Economic Research Dept.
Federal Reserve Bank of Cleveland
Andy_T
Posts: 8
Joined: Fri Aug 17, 2012 5:48 am

Re: historical decomposition in VAR with time-varying parame

Unread post by Andy_T »

Dear Todd,

I am facing the exact sam issue right now. Have you (or maybe someone else) found a practical solution to this since you posted this a few years ago?

Any suggestions would would be appreciated indeed!
Post Reply