A Question on Bayesian Estimation
Posted: Mon Aug 18, 2014 10:57 pm
Hi, guys,
when I tried to estimate a model, the following information is printed in screen:
??? Error using ==> chol
Matrix must be positive definite.
Error in ==> gmhmaxlik at 197
dd = transpose(chol(CovJump));
Error in ==> dynare_estimation_1 at 437
[xparam1,PostVar,Scale,PostMean] = ...
Error in ==> dynare_estimation at 89
dynare_estimation_1(var_list,dname);
Error in ==> NewModel at 606
dynare_estimation(var_list_);
Error in ==> dynare at 180
evalin('base',fname) ;
Also, the progress bar of 'Tuning of scale parameter" just get stopped.
Is there anything wrong with the model?
Thanks
when I tried to estimate a model, the following information is printed in screen:
??? Error using ==> chol
Matrix must be positive definite.
Error in ==> gmhmaxlik at 197
dd = transpose(chol(CovJump));
Error in ==> dynare_estimation_1 at 437
[xparam1,PostVar,Scale,PostMean] = ...
Error in ==> dynare_estimation at 89
dynare_estimation_1(var_list,dname);
Error in ==> NewModel at 606
dynare_estimation(var_list_);
Error in ==> dynare at 180
evalin('base',fname) ;
Also, the progress bar of 'Tuning of scale parameter" just get stopped.
Is there anything wrong with the model?
Thanks