Skip to content

Commit 07f3127

Browse files
GarciaCicco_et_al_2010.mod: correct upper bound of measurement error
Thanks to Moritz Gerland for pointing this out
1 parent 01907c4 commit 07f3127

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

GarciaCicco_et_al_2010/GarciaCicco_et_al_2010.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ estimated_params;
317317
psi, , , ,uniform_pdf, , , 0, 5;
318318
@# endif
319319

320-
stderr g_y, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.13);
321-
stderr g_c, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.19);
322-
stderr g_invest, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.51);
323-
stderr tb_y, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.13);
320+
stderr g_y, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.013);
321+
stderr g_c, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.019);
322+
stderr g_invest, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.051);
323+
stderr tb_y, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.013);
324324
end;
325325

326326
estimated_params_init(use_calibration); //Use their posterior as starting values for estimation; for measurement error, only the

0 commit comments

Comments
 (0)