BETAINV did not converge
Posted: Tue Aug 16, 2011 5:12 pm
I am completely new to Dynare so I am having a few troubles using it. I am getting the following errors:
You did not declare endogenous variables after the estimation command.
Warning: BETAINV did not converge for a = 23.5125, b = 0.2375, p = 0.999.
> In betainv at 109
In draw_prior_density at 47
In plot_priors at 101
In dynare_estimation_init at 125
In dynare_estimation_1 at 37
In dynare_estimation at 62
In herrera1a at 387
In dynare at 132
Warning: BETAINV did not converge for a = 23.5125, b = 0.2375, p = 1.
> In betainv at 109
In prior_bounds at 50
In dynare_estimation_init at 128
In dynare_estimation_1 at 37
In dynare_estimation at 62
In herrera1a at 387
In dynare at 132
??? Error using ==> eval
Undefined function or variable 'simudata'.
Error in ==> read_variables at 50
eval(dyn_instr_01);
Error in ==> dynare_estimation_init at 286
rawdata = read_variables(options_.datafile,options_.varobs,[],options_.xls_sheet,options_.xls_range);
Error in ==> dynare_estimation_1 at 37
[data,rawdata,xparam1] = dynare_estimation_init(var_list_);
Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});
Error in ==> herrera1a at 387
dynare_estimation(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
Why am I getting all these errors?
You did not declare endogenous variables after the estimation command.
Warning: BETAINV did not converge for a = 23.5125, b = 0.2375, p = 0.999.
> In betainv at 109
In draw_prior_density at 47
In plot_priors at 101
In dynare_estimation_init at 125
In dynare_estimation_1 at 37
In dynare_estimation at 62
In herrera1a at 387
In dynare at 132
Warning: BETAINV did not converge for a = 23.5125, b = 0.2375, p = 1.
> In betainv at 109
In prior_bounds at 50
In dynare_estimation_init at 128
In dynare_estimation_1 at 37
In dynare_estimation at 62
In herrera1a at 387
In dynare at 132
??? Error using ==> eval
Undefined function or variable 'simudata'.
Error in ==> read_variables at 50
eval(dyn_instr_01);
Error in ==> dynare_estimation_init at 286
rawdata = read_variables(options_.datafile,options_.varobs,[],options_.xls_sheet,options_.xls_range);
Error in ==> dynare_estimation_1 at 37
[data,rawdata,xparam1] = dynare_estimation_init(var_list_);
Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});
Error in ==> herrera1a at 387
dynare_estimation(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
Why am I getting all these errors?