Page 1 of 1

smoother

PostPosted: Wed Apr 03, 2013 5:25 pm
by gin
Dear all,

I have a linearized Smets&Wouters'07 model estimated on a few undemeaned observed variables, which are coded as (in the case of output):

Code: Select all
dy=y-y(-1)+ctrend;


where dy is not demeaned first difference of log GDP times 100, and ctrend is its long-run growth.

When estimating the model, the smoothed dy is shifted down by a constant 'ctrend', thus it does not coincide with the observed dy.

My question:
1) is that lack of long-run growth in the smoothed variables an expected result?

If 'yes', my concern is that the smoothed y, in contrast to the observed one, is not trending anymore and thus
2) I'm wondering whether the 'output gap = y - y_flexible' is correctly estimated/smoothed (as a difference between two trending variables).
3) Also, shock_decomposition decomposes the variables without constants, so how to decompose the missing constant growth?

Re: smoother

PostPosted: Fri Apr 05, 2013 6:12 pm
by jpfeifer
shock_decomposition shows the decomposition of the variables around their steady state. As the steady state includes the constant, it is expected that the smoother does not show a trend. Note also that the trend is a constant and does not need to be decomposed as you wrote.