How to compute confidence bands for IRF's within in vgx framework?

1 次查看(过去 30 天)
Hi,
I have estimated a VAR model using vgxvarx, and subsequently I used vgxproc to compute impulse responses. I would like to add confidence intervals to my impulse responses, and I wonder if one can do that easily within the vgx-framework. Of course, I could compute the confidence bands by manually typing in appropriate formulas from standard textbooks on VAR models, but does vgx offer a more easy and faster alternative to this procedure?
Thanks!
Best,
Esben Vibel

回答(1 个)

Hang Qian
Hang Qian 2014-6-14
Hi Esben,
I am not aware of an easy way to compute the confidence intervals of the impulse-responses using vgx functionalities. Try one of the following:
i) use the estimated innovations process returned by the last output argument of vgxvarx, and conduct the residual bootstrap to simulate multiple paths of impulse-responses.
ii) use the estimated standard errors of estimated parameters (the second output argument of vgxvarx) to build multiple VAR spec, and then use the parametric bootstrap for the confidence intervals.
iii) use the (somewhat cumbersome) analytic formulae of the estimated impulse-response covariance matrix to compute the asymptotic confidence intervals.
I apologize for the inconvenience.

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by