Hi,
I am estimating a model with Dynare 4.3.3 (please find the code uploaded, the forum didnt allow to upload the data file - is there a way to do that?!) using Dynare 4.3.3.
When running this version of the code I get the following error message:
Multiple chains mode.
MH: Searching for initial values...
MH: I couldn't get a valid initial value in 100 trials.
MH: You should Reduce mh_init_scale...
MH: Parameter mh_init_scale is equal to 0.400000.
MH: Enter a new value...
Even if I reduce this parameter, the code is not running, even if I set the parameter to 0, Dynare says to reduce it further, although it cannot be negative.
Before this error message the posterior modes and standard errors seem to be reasonable, but MH is not working.
Could you please help me out what the problem might be?
Also, there are other versions of this code, where the chol matrix is not positive definite or even when MH is running, the posterior distributions are extremely narrow.
What I tried so far:
- different computation methods: mainly 6 and 9
- different mh_jscale-s (0.1, 0.3, 0.4)
- different lik_init-s (2, 3)
- other prior shapes (gamma vs normal, not truncated priors etc)
- other prior moments
- shorter dataset/less observables
- estimating less number of parameters (sometimes only 1!)
Thank you very much for any comments in advance!