Search found 13 matches

by viking76
Fri Feb 27, 2015 9:11 am
Forum: Examples and Sample Code
Topic: MONTESUR.RPF—Gibbs Sampling for near-VAR
Replies: 2
Views: 10421

Re: Gibbs Sampling for near-VAR

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
by viking76
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: 37433

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.
by viking76
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: 37433

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
by viking76
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: 37433

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
by viking76
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: 37433

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
by viking76
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: 37433

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...
by viking76
Wed Sep 17, 2014 2:21 am
Forum: VARs (Vector Autoregression Models)
Topic: @SURGibbsSetup
Replies: 2
Views: 5602

Re: @SURGibbsSetup

Thanks a lot Tom, it works!

Adrian
by viking76
Tue Sep 16, 2014 11:22 am
Forum: VARs (Vector Autoregression Models)
Topic: @SURGibbsSetup
Replies: 2
Views: 5602

@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 = ...
by viking76
Tue Nov 12, 2013 8:21 am
Forum: Other Time Series Analysis
Topic: VAR with time-varying parameters and stochastic volatility
Replies: 51
Views: 183450

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
by viking76
Mon Jun 17, 2013 3:28 am
Forum: Graphics, Reports, and Other Output
Topic: Stacked graph
Replies: 8
Views: 14642

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
by viking76
Wed Jun 12, 2013 11:43 am
Forum: Graphics, Reports, and Other Output
Topic: Stacked graph
Replies: 8
Views: 14642

Re: Stacked graph

Unfortunately the series are not consistently positive and consistently negative.
by viking76
Wed Jun 12, 2013 10:34 am
Forum: Graphics, Reports, and Other Output
Topic: Stacked graph
Replies: 8
Views: 14642

Re: Stacked graph

exactly.
by viking76
Wed Jun 12, 2013 8:02 am
Forum: Graphics, Reports, and Other Output
Topic: Stacked graph
Replies: 8
Views: 14642

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 ...