Delete redundant initval-block from fs2000.common.inc

time-shift
Johannes Pfeifer 2015-06-07 18:11:28 +02:00
parent c864d9facb
commit 2479a4fa66
1 changed files with 0 additions and 16 deletions

View File

@ -65,22 +65,6 @@ gy_obs = dA*y/y(-1);
gp_obs = (P/P(-1))*m(-1)/dA;
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;
var e_a; stderr 0.014;