In an effort to learn the RATS language I am trying to recreate (and update for more recent data) the model in Dungey Pagan (2000) "A Structural VAR Model of the Australian Economy" a link to the paper can be found here for those interested:
Working Paper
Thanks to help on near var estimation, I have estimated the reduced form using SUR and saved the VCV matrix to pass to CVMODEL command, all works fine. I've managed to generate IRFs using the @VARIRF command, which also works fine. However, I'd like to generate error bands for the IRFs. As I understand it, the structural model is over identified, there are 29 free parameters to be estimated from an 11 variable VAR - which a just identified model would require n*(n+1)/2 = 66 parameters to be estimated.
When trying the procedure @MONTVAR I get the error:
Code: Select all
# MAT2. Matrices with Dimensions 30 x 11 and 29 x 11 Involved in + Operation
The Error Occurred At Location 645, Line 66 of MONTEVAR
https://estima.com/forum/viewtopic.php?f=4&t=3322
So I was hoping that someone could please direct me to some documentation / examples that illustrate the procedures to generate error bands for IRFs for an over identified system? In the user guide there is an example to generate errors, but that isn't followed through to IRF's or plotting the IRF's with error bands. I also have a the ecourse on VARS and SVARS, but a (very) quick scan didn't reveal what I was after.
Happy to do the required reading and coding, just want a point in the correct direction.
Thanks
Adam