As your said in your book, generally, models with explicitly specified trend use data in first differences.
But if I use one sided hp filtered data , how should I specify the measurement equation for the model with trend?
Here, y_obs is the filtered log (GDP per capita), y is the log-linearized model output after detrend
Would the measurement equation be like this? (h not detrended)
- Code: Select all
y_obs=y;
c_obs=c;
I_obs=i;
h_obs=h;
Many thanks,
Huan