model with trend AND one sided HP filtered data
Posted: Mon Mar 14, 2016 5:02 am
Dear Johannes,
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)
Many thanks,
Huan
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