Real Business cycles in emerging countries
Posted: Sun Sep 20, 2015 2:12 pm
Dear Johhanes,
I have studied your"An introduction to Graphs in Dynare" for several times,and I hope I could seek some help from you about explanation of shock_decomposition figure.
Taking your code of "Real Business cycles in emerging countries" as an example. If I want to see what shocks mainly drives Argentina's historical fluctuation of Output, I would use shock_decomposition command after estimation command as following:
Question 1:
Since y is denoted "detrended output " and the model is loglinearized by "loglinear" command before estimation, then the vertical axis in the figure of shock_decomposition to y means: (logy-logybar) =(y-ybar)/ybar,both of which are "Percentage deviation of detrended output from its steady state ybar". Is that right?
Question 2:
Since g_y is denoted "Gross output growth rate" and the model is loglinearized by "loglinear" command before estimation, the the vertical axis in the figure of shock_decomposition to g_y means : logg_y-log((g_y)bar) which is percentage deviation of gross growth rate from gross growth rate trend, also means the deviation of net growth rate from net growth rate trend. Here, (g_y)bar is gross growth rate trend=gbar=1.0107 in data. Is that right?
Question 3:
It seems that some people report shock_decompositon y figure, while some report shock_decomposition g_y figure. I am wondering which one is better ? or Does it depend?
Many thanks in advance.
Best regards,
Huan
I have studied your"An introduction to Graphs in Dynare" for several times,and I hope I could seek some help from you about explanation of shock_decomposition figure.
Taking your code of "Real Business cycles in emerging countries" as an example. If I want to see what shocks mainly drives Argentina's historical fluctuation of Output, I would use shock_decomposition command after estimation command as following:
- Code: Select all
estimestimation(datafile=data_argentina, xls_range=G2:J107, logdata, mode_compute=6, moments_varendo, mh_nblocks=1,mh_replic=2000000, mode_check);
shock_decomposition y g_y;
Question 1:
Since y is denoted "detrended output " and the model is loglinearized by "loglinear" command before estimation, then the vertical axis in the figure of shock_decomposition to y means: (logy-logybar) =(y-ybar)/ybar,both of which are "Percentage deviation of detrended output from its steady state ybar". Is that right?
Question 2:
Since g_y is denoted "Gross output growth rate" and the model is loglinearized by "loglinear" command before estimation, the the vertical axis in the figure of shock_decomposition to g_y means : logg_y-log((g_y)bar) which is percentage deviation of gross growth rate from gross growth rate trend, also means the deviation of net growth rate from net growth rate trend. Here, (g_y)bar is gross growth rate trend=gbar=1.0107 in data. Is that right?
Question 3:
It seems that some people report shock_decompositon y figure, while some report shock_decomposition g_y figure. I am wondering which one is better ? or Does it depend?
Many thanks in advance.
Best regards,
Huan