Skip to content

Commit

Permalink
GarciaCicco_et_al_2010.mod: correct upper bound of measurement error
Browse files Browse the repository at this point in the history
Thanks to Moritz Gerland for pointing this out
  • Loading branch information
JohannesPfeifer committed Aug 8, 2024
1 parent 01907c4 commit 07f3127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GarciaCicco_et_al_2010/GarciaCicco_et_al_2010.mod
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ estimated_params;
psi, , , ,uniform_pdf, , , 0, 5;
@# endif

stderr g_y, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.13);
stderr g_c, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.19);
stderr g_invest, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.51);
stderr tb_y, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.13);
stderr g_y, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.013);
stderr g_c, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.019);
stderr g_invest, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.051);
stderr tb_y, , , ,uniform_pdf, , , sqrt(0.0001), sqrt(0.013);
end;

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

0 comments on commit 07f3127

Please sign in to comment.