Hallo Leute
I am now replicating the Smet and Wolter's paper (2003) (DSGE of Euro area). Then I would like to ask you some questions about dynare code
1. According to Bayesian method, when I want to estimate a parameter, I have to declare prior mean, prior standard error, and prior shape as well. These prior values are reported by Smet and Wolter (2003). However, in Dynare, it is necessary to declare a starting value. So in this case, how we can give a starting value. It is fine if I can assign any value as a starting point? In particular, the persistent parameter for productiviy shock is declared by Smets and Wolter as 0.85 for prior mean, 0.1 for prior S.E, and Beta distribution as prior shape. Then I follow the dynare syntax
// PARAM NAME, INITVAL, LB, UB, PRIOR_SHAPE, PRIOR_P1, PRIOR_P2, PRIOR_P3, PRIOR_P4, JSCALE
Accordingly, how can I assign the initial value. It is fine if I can assign any value for the initial point. If I am not sure about the intial value that I assign, then I will increase number of draws.
2. For Bayesian econometrics, how we assign number of draws (mh_replic) to make sure that the estimated mean and variance will be very close to true values?