Search found 33 matches
- Mon Apr 19, 2010 11:41 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: How to set up the Jeffreys Prior for VECM?
- Replies: 5
- Views: 8445
Re: How to set up the Jeffreys Prior for VECM?
Dear Tom, Following your earlier discussion on this topic, may I ask: 1. If I first estimate the co-integreation relations 2. then Insert the co-integration relations in the following way (using the example in the User Guide p.376): system(model=ectmodel) variables ftbs3 ftb12 fcm7 lags 1 to 6 ect e...
- Wed Apr 14, 2010 10:14 am
- Forum: General Econometrics
- Topic: Impulse responses analysis with unit roots
- Replies: 3
- Views: 8621
Re: Impulse responses analysis with unit roots
Dear Tom,
Thank you so much. So if I run a VAR in level instead of a VECM, and restrict the impulse response analysis to with 5 years, then there shouldn't be many problem (even if the VAR is estimated with quarterly data)?
MC
Thank you so much. So if I run a VAR in level instead of a VECM, and restrict the impulse response analysis to with 5 years, then there shouldn't be many problem (even if the VAR is estimated with quarterly data)?
MC
- Wed Apr 14, 2010 6:39 am
- Forum: General Econometrics
- Topic: Impulse responses analysis with unit roots
- Replies: 3
- Views: 8621
Impulse responses analysis with unit roots
Dear Tom and everyone, I have a question about impulse responses analysis. In the presence of unit roots and cointegration, Phillips (1998) "Impulse Response and Forecast Error Variance Asymptotics in Nonstationary VAR's", shows that impulse responses of a VAR in level in the long horizons...
- Mon Nov 30, 2009 2:42 am
- Forum: VARs (Vector Autoregression Models)
- Topic: Identifying VARs with sign restrictions
- Replies: 103
- Views: 145019
Re: Identifying VARs with sign restrictions
Dear Tom,
Do you know how to modify your replication codes for the paper Mountford and Uhlig (2009) such that the size of the basic government spending and revenue shocks are normalised to 1% in the initial period?
Thank you so much!
MC
Do you know how to modify your replication codes for the paper Mountford and Uhlig (2009) such that the size of the basic government spending and revenue shocks are normalised to 1% in the initial period?
Thank you so much!
MC
- Mon Nov 02, 2009 6:45 pm
- Forum: CATS Questions
- Topic: SVECM
- Replies: 11
- Views: 26843
Re: SVECM
Hi Tom,
Yes, I tried...but when I use the option export=ecm/var, how can I define a name for this model at the same time? This is very important as I would like to estimate several SVECMs within the same programme file. Similarly, how can we export the residuals of each SVECM?
Thanks!
MC
Yes, I tried...but when I use the option export=ecm/var, how can I define a name for this model at the same time? This is very important as I would like to estimate several SVECMs within the same programme file. Similarly, how can we export the residuals of each SVECM?
Thanks!
MC
- Sun Nov 01, 2009 7:40 pm
- Forum: CATS Questions
- Topic: SVECM
- Replies: 11
- Views: 26843
Re: SVECM
Hi Tom, I am trying to draw bootstrapped error bands for a SVECM, following the example of bootvar.prg. May I ask how can we declare a model name for a VECM which is estimated by CATS, apart from using the Misc option available on the menu? For example, in a VAR, We can do this with the following sy...
- Fri Oct 30, 2009 4:12 am
- Forum: CATS Questions
- Topic: SVECM
- Replies: 11
- Views: 26843
Re: SVECM
Hi Tom,
Thanks for your information! I have changed the code accordingly and it works now... Another question is: are you aware of any sample code or method that can draw error bands for SVECM?
Many thanks!
MC
Thanks for your information! I have changed the code accordingly and it works now... Another question is: are you aware of any sample code or method that can draw error bands for SVECM?
Many thanks!
MC
- Thu Oct 29, 2009 5:55 am
- Forum: CATS Questions
- Topic: SVECM
- Replies: 11
- Views: 26843
Re: SVECM
Hi Tom,
A message propped up when I tried to run the code:
## MAT5. Needed Matrix with Dimensions 26 x 26, Got 5 x 5 Instead
I have attached my code for your reference.
May I also ask how to draw error bands for the impulse response?
Thank you so much!
MC
A message propped up when I tried to run the code:
## MAT5. Needed Matrix with Dimensions 26 x 26, Got 5 x 5 Instead
I have attached my code for your reference.
May I also ask how to draw error bands for the impulse response?
Thank you so much!
MC
- Wed Oct 28, 2009 8:37 am
- Forum: CATS Questions
- Topic: SVECM
- Replies: 11
- Views: 26843
Re: SVECM
Hi, I would like to estimate a SVECM as well...I am thinking of estimating a cointegrated model first using the command @cats, then do a structural decomposition using @cvmodel. But it seems my code is not working....may I ask what's wrong with the following code? ***********************************...
- Wed Oct 28, 2009 3:58 am
- Forum: CATS Questions
- Topic: Partial system
- Replies: 0
- Views: 9886
Partial system
Hi, I would like to ask a quick question about partial system....where some weakly exogenous variables entered the cointegration relation as well as entering as lags in the equation of endogenous variables. May I ask, does the same analysis still apply if the variables are now strongly exogenous rat...
- Fri Oct 23, 2009 3:06 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: Identifying VARs with sign restrictions
- Replies: 103
- Views: 145019
Re: Identifying VARs with sign restrictions
Hi, The formula corresponds to the present value multiplier. The (2-1) indicate that it is the second policy experiment, which is the deficit financed tax cut.... The (1-1) indicate that is the first policy experiment, which is the deficit financed expenditure increase. Please let me know if you fin...
- Tue Oct 20, 2009 8:46 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: Identifying VARs with sign restrictions
- Replies: 103
- Views: 145019
Re: Identifying VARs with sign restrictions
Hi, Here is my adaptation to the latest version of Mountford and Uhlig code. You need to change some of the input, like the the source programme for the VAR, the variables restricted etc......the numbers in the calculation of multipliers are the sample ratio of fiscal variables and GDP. Hope it help...
- Fri Oct 09, 2009 6:00 am
- Forum: VARs (Vector Autoregression Models)
- Topic: error bands
- Replies: 0
- Views: 3737
error bands
Hi all, I have a question with regard to drawing the error bands of impulse responses. After estimation by ordinary least square, many papers used monte carlo simulation with several hundred replications to draw the 1 standard deviation error bands. I would like to ask whether there is any conceptua...
- Tue Oct 06, 2009 5:12 pm
- Forum: Help With Programming
- Topic: Montesur
- Replies: 0
- Views: 4064
Montesur
Hi Tom, I tried to alter the montesur.prg to take into account of alternative factorization, and incorporated the resulting changes into the format of MCVARDoDraws.src and MCgraphirf.src. Everything seems fine but the error band given by the option center=input, impulses = impulses, and the option s...
- Tue Oct 06, 2009 5:50 am
- Forum: VARs (Vector Autoregression Models)
- Topic: CVmodel
- Replies: 1
- Views: 4415
CVmodel
Hi Tom,
With the standard A*u_t = B*e_t and E(e_t*e_t') = D; D diagonal,
after estimating this model by the command cvmodel, how can we access the elements of the matrix D?
Many thanks!
MC
With the standard A*u_t = B*e_t and E(e_t*e_t') = D; D diagonal,
after estimating this model by the command cvmodel, how can we access the elements of the matrix D?
Many thanks!
MC