How to compute confidence bands for IRF's within in vgx framework?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (1)
Hang Qian
il 14 Giu 2014
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Point Cloud Processing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!