Removed e_f from shocks and estimated_params block (declared but not used in the model).

time-shift
Stéphane Adjemian (Hermes) 2015-05-29 12:13:49 +02:00
parent 60c18a0cef
commit d3ce3aaca5
1 changed files with 1 additions and 3 deletions

View File

@ -49,7 +49,6 @@ end;
shocks;
var e_a; stderr 0.014;
var e_m; stderr 0.005;
var e_f; stderr 0.005;
corr gy_obs, gp_obs = 0.1;
var gy_obs; stderr 0.005;
end;
@ -68,7 +67,6 @@ del, beta_pdf, 0.01, 0.005;
stderr e_a, inv_gamma_pdf, 0.035449, inf;
stderr e_m, inv_gamma_pdf, 0.008862, inf;
corr e_a, e_m, normal_pdf, 0, 0.007;
corr e_a, e_f, normal_pdf, 0, 0.007;
stderr gp_obs, inv_gamma_pdf, 0.008862, inf;
corr gp_obs, gy_obs, normal_pdf, 0, 0.007;
end;
@ -91,4 +89,4 @@ del, 0.020000;
end;
options_.plot_priors=0;
estimation(order=1, datafile=fsdat_simul, nobs=192, loglinear, mh_replic=2000, mh_nblocks=1, mh_jscale=0.8,prior_trunc=0);
estimation(order=1, datafile=fsdat_simul, nobs=192, loglinear, mh_replic=2000, mh_nblocks=1, mh_jscale=0.8,prior_trunc=0);