Dear Tom,
I would like to ask you which kind of prior are you using in the file montesur.rpf. I am not able to figure it out.
Thanks
Adrian
Search found 13 matches
- Fri Feb 27, 2015 9:11 am
- Forum: Examples and Sample Code
- Topic: MONTESUR.RPF—Gibbs Sampling for near-VAR
- Replies: 2
- Views: 10409
- Wed Nov 05, 2014 7:58 am
- Forum: VARs (Vector Autoregression Models)
- Topic: How one SD shock can be converted into percentage shock
- Replies: 24
- Views: 37359
Re: How one SD shock can be converted into percentage shock
I mean that if I plug this command: factor=%identity(%nvar) in my impulse command of the @SURGibbsSetup, I obtain unit shocks IRFs, but I lose the cholesky structure. All the other variables do not react contemporaneously to the shocks.
Adrian S.
Adrian S.
- Wed Nov 05, 2014 1:53 am
- Forum: VARs (Vector Autoregression Models)
- Topic: How one SD shock can be converted into percentage shock
- Replies: 24
- Views: 37359
Re: How one SD shock can be converted into percentage shock
Thanks Tom, and how can I adjust the IRFs in order to have the original cholesky identification? I couldn't understand how to practically implement this from the previous threads. Thanks.
Adrian
Adrian
- Tue Nov 04, 2014 1:38 am
- Forum: VARs (Vector Autoregression Models)
- Topic: How one SD shock can be converted into percentage shock
- Replies: 24
- Views: 37359
Re: How one SD shock can be converted into percentage shock
How can I change the code to standardize to a unit impact shock and have the responses in % changes? Thanks.
Adrian
Adrian
- Mon Nov 03, 2014 12:14 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: How one SD shock can be converted into percentage shock
- Replies: 24
- Views: 37359
Re: How one SD shock can be converted into percentage shock
Thanks Tom,
what I would like to do is simply to compare the magnitude of the responses obtained using different model specifications. What do you suggest for this? Many thanks.
Adrian
what I would like to do is simply to compare the magnitude of the responses obtained using different model specifications. What do you suggest for this? Many thanks.
Adrian
- Mon Nov 03, 2014 10:32 am
- Forum: VARs (Vector Autoregression Models)
- Topic: How one SD shock can be converted into percentage shock
- Replies: 24
- Views: 37359
Re: How one SD shock can be converted into percentage shock
Dear Tom, I am using the @SURGibbsSetup. I would like to compare the IRFs obtained by running different models (in terms of the size of the response). How do I interpret the generated IRFs? In the @SURGibbsSetup, the command for the IRFs is the following: impulse(noprint,model=varmodel,factor=%decom...
- Wed Sep 17, 2014 2:21 am
- Forum: VARs (Vector Autoregression Models)
- Topic: @SURGibbsSetup
- Replies: 2
- Views: 5594
Re: @SURGibbsSetup
Thanks a lot Tom, it works!
Adrian
Adrian
- Tue Sep 16, 2014 11:22 am
- Forum: VARs (Vector Autoregression Models)
- Topic: @SURGibbsSetup
- Replies: 2
- Views: 5594
@SURGibbsSetup
Dear Tom, I used successfully the @SURGibbsSetup command for a Near-VAR. Now, I would like to introduce a threshold and estimate the near-VAR for values larger and smaller than zero for a specific variable. Here the code: =================================================================== set low = ...
- Tue Nov 12, 2013 8:21 am
- Forum: Other Time Series Analysis
- Topic: VAR with time-varying parameters and stochastic volatility
- Replies: 51
- Views: 183358
Re: VAR with time-varying parameters and stochastic volatili
Dear Todd,
is it possible to use your code to run a TVC panel VAR? Many thanks.
Best
Adrian
is it possible to use your code to run a TVC panel VAR? Many thanks.
Best
Adrian
- Mon Jun 17, 2013 3:28 am
- Forum: Graphics, Reports, and Other Output
- Topic: Stacked graph
- Replies: 8
- Views: 14639
Re: Stacked graph
It works fine with your example, but not with my data. I think I need to fix some further problems present in my code. Thanks a lot Tom! Your code is really what I needed.
Adrian
Adrian
- Wed Jun 12, 2013 11:43 am
- Forum: Graphics, Reports, and Other Output
- Topic: Stacked graph
- Replies: 8
- Views: 14639
Re: Stacked graph
Unfortunately the series are not consistently positive and consistently negative.
- Wed Jun 12, 2013 10:34 am
- Forum: Graphics, Reports, and Other Output
- Topic: Stacked graph
- Replies: 8
- Views: 14639
Re: Stacked graph
exactly.
- Wed Jun 12, 2013 8:02 am
- Forum: Graphics, Reports, and Other Output
- Topic: Stacked graph
- Replies: 8
- Views: 14639
Stacked graph
Dear RATS users, I need to create a stacked graph. I noticed in the guide that the STACKED option is only useful with a set of non-negative values. However, the value of my variables is both positive and negative. In fact, the graphs generated are quite strange. Does anybody know whether there is a ...