Please see the priors here (original shocks are rescaled to 100*shocks). Btw, since all of the mode-finders will result in non-positive-definite covariance matrix i.e. they can't find the posterior mode, I initialize the RWMH draws with mode_compute=6.
//structural paramters
ebar, .05, gamma_pdf, .05, .025;
chibar, 2, gamma_pdf, 1.8, 0.1;
phi, 1, uniform_pdf, , , 0, 20;
Gbar, .35, gamma_pdf, .3, .05;
epbar, gamma_pdf, 8, 2;
Gam, beta_pdf, 0.5, 0.2;
gam, beta_pdf, 0.5, 0.2;
rho_r, beta_pdf, 0.75, 0.02;
phi_pi, gamma_pdf, 1.5, 0.05;
phi_y, gamma_pdf, 0.15, 0.02;
//shocks
rho_a, beta_pdf, .5, .2;
rho_p, beta_pdf, .5, .2;
rho_m, beta_pdf, .5, .2;
rho_xi, beta_pdf, .5, .2;
rho_chi, beta_pdf, .5, .2;
rho_b, beta_pdf, .5, .2;
rho_er, beta_pdf, .5, .2;
rho_delta, beta_pdf, .5, .2;
stderr e_a, inv_gamma_pdf, 0.1, .2;
stderr e_b, inv_gamma_pdf, 0.2, .2;
stderr e_chi, inv_gamma_pdf, 0.2, .2;
stderr e_p, inv_gamma_pdf, 3, .5;
stderr e_xi, inv_gamma_pdf, 8, 1;
stderr e_m, inv_gamma_pdf, 0.1, .2;
stderr e_r, inv_gamma_pdf, 0.2, .2;
stderr e_d, inv_gamma_pdf, 8, 1;
And output of estimation as below (as one can see, the credibility intervals are strangely tight):
Many thanks.