by anti » Mon Apr 02, 2012 1:31 pm
After updating from 4.2.4 to 4.2.5 I receive the error message below with a file that used to run fine under the old version. Does anyone have an idea how to fix this?
Thanks,
Andreas
Error using inverse_gamma_specification (line 121)
inverse_gamma_specification:: Failed in solving for the hyperparameters!
Error in set_prior (line 224)
[bayestopt_.p6(k(i)),bayestopt_.p7(k(i))] = ...
Error in dynare_estimation_init (line 124)
[xparam1,estim_params_,bayestopt_,lb,ub,M_] = set_prior(estim_params_,M_,options_);
Error in dynare_estimation_1 (line 37)
[data,rawdata,xparam1] = dynare_estimation_init(var_list_);
Error in dynare_estimation (line 62)
dynare_estimation_1(var_list,varargin{:});
Error in ad4 (line 301)
dynare_estimation(var_list_);
Error in dynare (line 120)
evalin('base',fname) ;