deterministic simulation, shock to capital stock
Posted: Sat Jun 25, 2016 3:24 pm
Dear all,
I am currently trying to replicate the simulations of the paper by R.Shimer (2012), Wage Rigidities and Jobless Recoveries, but I obviously do something wrong since the IRF I obtain are flat...
Note: In its simplest version, the model is basically a neoclassical growth model (with productivity growth). Before turning to the section on wage rigidities, I try to replicate the frictionless model.
His experiment consist in a shock to the capital stock that decreses by one percent in the first period. I red somewhere else on the forum (http://www.dynare.org/phpBB3/viewtopic.php?t=4730) some hints to do this, but I'm still confused about how to implement the shock.
I've tried two things:
- first the model reduces to a system of two difference equations, which in log-deviation from the BGP write:
lambda_{t+1} = alpha* lambda_{t}
k_{t+1} = psy*k_{t} + theta* lambda_{t}
In order to shock the economy I've tried to traduce it in the following way in Dynare:
Where theta_k is an exogenous variable which corresponds to the shock: theta = -0.1 in first period;
- second I've tried to write the full model in log level and apply the same method to the law of motion of capital.
where theta_k =0.9 in first period.
However in both attempts, I get no response of the model. Do you have any idea of what I'm doing wrong?
I attach the mod files.
Thank you in advance for any help that you could provide.
Best regards
Rudy
I am currently trying to replicate the simulations of the paper by R.Shimer (2012), Wage Rigidities and Jobless Recoveries, but I obviously do something wrong since the IRF I obtain are flat...
Note: In its simplest version, the model is basically a neoclassical growth model (with productivity growth). Before turning to the section on wage rigidities, I try to replicate the frictionless model.
His experiment consist in a shock to the capital stock that decreses by one percent in the first period. I red somewhere else on the forum (http://www.dynare.org/phpBB3/viewtopic.php?t=4730) some hints to do this, but I'm still confused about how to implement the shock.
I've tried two things:
- first the model reduces to a system of two difference equations, which in log-deviation from the BGP write:
lambda_{t+1} = alpha* lambda_{t}
k_{t+1} = psy*k_{t} + theta* lambda_{t}
In order to shock the economy I've tried to traduce it in the following way in Dynare:
- Code: Select all
lambda(t+1) = alpha* lambda
k = theta_k + psy*k(t-1) + theta* lambda(t)
Where theta_k is an exogenous variable which corresponds to the shock: theta = -0.1 in first period;
- second I've tried to write the full model in log level and apply the same method to the law of motion of capital.
- Code: Select all
exp(k) = theta_k*( (1-delta)*exp(k(-1)) + exp(i(-1)) )
where theta_k =0.9 in first period.
However in both attempts, I get no response of the model. Do you have any idea of what I'm doing wrong?
I attach the mod files.
Thank you in advance for any help that you could provide.
Best regards
Rudy