Search found 13 matches

by res84529
Tue Jun 18, 2013 9:13 pm
Forum: VARs (Vector Autoregression Models)
Topic: the critical values for the OIR restriction test in SVAR
Replies: 8
Views: 11860

Re: the critical values for the OIR restriction test in SVAR

Dear Tom, Thank you very much for your reply! Ok, I see. Regarding the endogenous issue with "d2*exchr", I hope there will be solutions using Rats program implementing the ideas in the second last line of "step 4" part in p. 236 and endnote 2 in p. 238 from the Book Applied econo...
by res84529
Mon Jun 17, 2013 1:47 am
Forum: VARs (Vector Autoregression Models)
Topic: the critical values for the OIR restriction test in SVAR
Replies: 8
Views: 11860

Re: the critical values for the OIR restriction test in SVAR

Hi Tom, There is a minor error in the code bootstraptest.rpf. There is something missing in the following: "system eqsample variables resample lags 1 to lags det constant end(system)" "d2exchr{1 to lags}" should be added in line 4 after "constant". Otherwise, the two sy...
by res84529
Mon May 06, 2013 2:32 am
Forum: VARs (Vector Autoregression Models)
Topic: the critical values for the OIR restriction test in SVAR
Replies: 8
Views: 11860

Re: the critical values for the OIR restriction test in SVAR

Hi, Tom! Thank you so much for your help! I really appreciate that! The code runs and stops until it gives the structural parameter estimates. Because I use RATs v 7.2 in which there is no smoothing option for density instruction. Then I had to delete “smoothing=1.5”. It can give the result “Bootstr...
by res84529
Fri May 03, 2013 4:09 am
Forum: VARs (Vector Autoregression Models)
Topic: the critical values for the OIR restriction test in SVAR
Replies: 8
Views: 11860

Re: the critical values for the OIR restriction test in SVAR

Hi, Tom! I tried editing the code to bootstrap the VAR. My original idea is to bootstrap the VAR 1000 times, in every draw I estimate the SVAR model and collect the computed Chi-squared(7) values and store in something like dim %%responses(draw)(nvar*nshocks,NSTEPS) ewise %%responses(draw)(i,j)=ix=%...
by res84529
Sun Apr 28, 2013 4:21 am
Forum: VARs (Vector Autoregression Models)
Topic: the critical values for the OIR restriction test in SVAR
Replies: 8
Views: 11860

the critical values for the OIR restriction test in SVAR

Hi there! I have one question with regard to the small sample critical values for the OIR restriction test in the SVAR model. I use Rats v 7.2. I estimated a SVAR model and obtained a group of most sensible estimates. However, the results cannot pass the Overidentifying restrictions test. I think ma...
by res84529
Thu Jan 05, 2012 5:22 am
Forum: VARs (Vector Autoregression Models)
Topic: Limiting the vertical scale of irfs from SVAR
Replies: 6
Views: 10344

Re: Limiting the vertical scale of irfs from SVAR

Hi Tom, Thank you very much for your suggestion! I really appreciate that! I have two further questions. First, in your comment, it seems hopeless to produce the responses to unit shocks for the overidentified SVAR model. Is there any other way to do this in Rats? Second, I don't know whether the ro...
by res84529
Thu Dec 29, 2011 10:23 pm
Forum: VARs (Vector Autoregression Models)
Topic: Limiting the vertical scale of irfs from SVAR
Replies: 6
Views: 10344

Re: Limiting the vertical scale of irfs from SVAR

Hi Tom! Thank you very much for your suggestions! I know the degrees of freedom would be a concern if I use 6 lags, but my supervisor prefer using more lags so that there are more dynamics in the irfs shown. So I have no choice on this issue. Regarding pegging every single parameter, you might remem...
by res84529
Mon Dec 19, 2011 5:22 am
Forum: VARs (Vector Autoregression Models)
Topic: Limiting the vertical scale of irfs from SVAR
Replies: 6
Views: 10344

Limiting the vertical scale of irfs from SVAR

Hi there! I have two questions with regard to the plotting of impulse response functions. The first question is how to limit the range of vertical scales in all the graph for computed impulse response functions. For the horizontal scale, I could reduce the # of steps shown for the impulse responses ...
by res84529
Tue Nov 01, 2011 6:03 pm
Forum: VARs (Vector Autoregression Models)
Topic: The estimation of SVAR
Replies: 3
Views: 6181

Re: The estimation of SVAR

Hi Tom! Yes, I know the model hasn't been properly identified. I'm still in the process of experimenting some variation in the non-recursive identification restrictions to see if ms shock, md shock, and e/r shock can be identified. At this stage, I need to obtain correct coefficient estimates (with ...
by res84529
Mon Oct 31, 2011 7:28 pm
Forum: VARs (Vector Autoregression Models)
Topic: The estimation of SVAR
Replies: 3
Views: 6181

The estimation of SVAR

Hi there! I found that sometimes different coefficient estimates are obtained when using cvmodel instruction to estimate the non-recursive SVAR. The situation is most troublesome particularly when I want to obtain the standard errors for those coefficient estimates which were obtained early by doing...
by res84529
Sun Sep 25, 2011 5:31 am
Forum: VARs (Vector Autoregression Models)
Topic: Graphing impulse responses w/ error bands to selected shocks
Replies: 5
Views: 8317

Some remaining questions

Hi Tom, Thank you so much for your help! I also tried horizontal concatenation with the following code before I looked at your answer: ewise %%responses(draw)(i,j)=ix=%vec(%xsubmat(%xt(acumirf,j),1,nvar,3,3)~%xsubmat(%xt(acumirf,j),1,nvar,6,7)),ix(i) It works. In addition, I'm confused about the mea...
by res84529
Sat Sep 03, 2011 7:47 pm
Forum: VARs (Vector Autoregression Models)
Topic: Graphing impulse responses w/ error bands to selected shocks
Replies: 5
Views: 8317

To several shocks which are not consecutive in order

Hi, Tom! Thank you very much for your quick reply! I really appreciate that! The solution works if I want to graph the two columns which are consecutive in the order. But what is needed is to stack the responses to the 3rd, 6th, and 7th shocks only in one graph without adding responses to other shoc...
by res84529
Tue Aug 30, 2011 2:00 am
Forum: VARs (Vector Autoregression Models)
Topic: Graphing impulse responses w/ error bands to selected shocks
Replies: 5
Views: 8317

Graphing impulse responses w/ error bands to selected shocks

Hello, I want to graph the impulse response functions to selected shocks. But I find even the revised procedure @mcgraphirf doesn't offer such choice unless I choose "byshock" in the page option and stack the several columns of produced graphs in the word file, which seems awkward. Can you...