Deterministic Linear Model
Posted: Mon Mar 30, 2015 5:50 pm
Hello,
I just learned using Dynare a few weeks ago and I have this very simple question for which I haven't found an answer.
I have a stochastic linear model with a normal stochastic shock and need to change it to a deterministic model, where the economy is shocked for the first 4 periods and then an endogenous variable is held fixed for the following 8 periods.
The model starts from the steady state, which is 0 for all variables since it’s a linear model.
So, am I right that there are no values to put in the initval-block?
Until now I have:
var …;
varexo e_B;
parameters …..;
model(linear);
…..
end;
steady;
shocks;
var e_B;
periods 1:4;
values 1;
end;
simul(periods=500);
How should I advance from here?
Thanks very much!
I just learned using Dynare a few weeks ago and I have this very simple question for which I haven't found an answer.
I have a stochastic linear model with a normal stochastic shock and need to change it to a deterministic model, where the economy is shocked for the first 4 periods and then an endogenous variable is held fixed for the following 8 periods.
The model starts from the steady state, which is 0 for all variables since it’s a linear model.
So, am I right that there are no values to put in the initval-block?
Until now I have:
var …;
varexo e_B;
parameters …..;
model(linear);
…..
end;
steady;
shocks;
var e_B;
periods 1:4;
values 1;
end;
simul(periods=500);
How should I advance from here?
Thanks very much!