Timing of law of motion of capital in model with trend
Posted: Thu Mar 31, 2016 11:34 am
Dear Johannes,
If my model with explicitly specified trend, just like your "A Guide to specifying observation equations for estimation of dsge models" Chapter 6, let the labor augmenting technology growth to be Xt, define ut=Xt/Xt-1
Then original law of motion of capital changes from
Kt+1=(1-delta)*Kt+It
to
ut+1*kt+1=(1-delta)*kt+it,
In Dynare , I write code like
Just want to make sure if I am right with this line of code.
Many thanks,
Catherine
If my model with explicitly specified trend, just like your "A Guide to specifying observation equations for estimation of dsge models" Chapter 6, let the labor augmenting technology growth to be Xt, define ut=Xt/Xt-1
Then original law of motion of capital changes from
Kt+1=(1-delta)*Kt+It
to
ut+1*kt+1=(1-delta)*kt+it,
In Dynare , I write code like
- Code: Select all
u(+1)*k=(1-delta)*k(-1)+i;
Just want to make sure if I am right with this line of code.
Many thanks,
Catherine