1) In this post viewtopic.php?f=1&t=2490 is suggested to use a measurement equation for hours like:
- Code: Select all
nobs= -log(n_SS) + n;
- Code: Select all
nobs =log(Nobs)=log(Nobs*N_SS/N_SS)=n + log(N_SS).
However in Smets and wouters like in many other paper I find a sum and not a minus for the measurement equation, moreover the steady state is not in logarithm as suggested in the previous post:
*from SW 2007
2)Regarding the common trend variables (y, c, w) SW use an estimated values for the trend
- Code: Select all
gamma_hat =100*(γ −1)
- Code: Select all
gamma=1.004
Can you explain me how to estimate the 1.004 value and why I should multiply it by 100?
Thankyou and sorry if some of this are trivial questions...