I have a common problem with bayesian estimation, mode_compute=4 does not work and gives me the classic error
- Code: Select all
??? Error using ==> chol
Matrix must be positive definite.
Most of you suggest of using the calibrated initial values for the estimation or to run an other routine like mode_compute=6. In my experience the only mode compute that gives proper convergence is 4 (also 10). Since I have no idea of what means "calibrated initial values" or at least I am not sure of it, i would like to ask you if would make sense to run the mode_compute=6 (that works always) and use the posterior mode or the final posterior mean as initial values for a new estimation with mode_compute=4.
I read somewhere to use a "combination of the two mode_compute" but i don't know if you mean this.
Greetins!