Skip to content
Snippets Groups Projects
Commit 024ea697 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Get rid of redundant initval in fs2000.mod

Was replaced by steady_state-model-block
parent 4bd7f495
No related branches found
No related tags found
No related merge requests found
...@@ -65,23 +65,6 @@ gy_obs = dA*y/y(-1); ...@@ -65,23 +65,6 @@ gy_obs = dA*y/y(-1);
gp_obs = (P/P(-1))*m(-1)/dA; gp_obs = (P/P(-1))*m(-1)/dA;
end; end;
initval;
k = 6;
m = mst;
P = 2.25;
c = 0.45;
e = 1;
W = 4;
R = 1.02;
d = 0.85;
n = 0.19;
l = 0.86;
y = 0.6;
gy_obs = exp(gam);
gp_obs = exp(-gam);
dA = exp(gam);
end;
shocks; shocks;
var e_a; stderr 0.014; var e_a; stderr 0.014;
var e_m; stderr 0.005; var e_m; stderr 0.005;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment