We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01907c4 commit 07f3127Copy full SHA for 07f3127
GarciaCicco_et_al_2010/GarciaCicco_et_al_2010.mod
@@ -317,10 +317,10 @@ estimated_params;
317
psi, , , ,uniform_pdf, , , 0, 5;
318
@# endif
319
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);
+ 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);
324
end;
325
326
estimated_params_init(use_calibration); //Use their posterior as starting values for estimation; for measurement error, only the
0 commit comments