Hi, my name is Michel,
I'm trying run a model with labour market frictions and bargaining power but i had a bad experience with my code.
I'm working with three files, one for the calibration, one for solve a system inside the calibration and one for the model.
The calibration file was checked, but every time I run the model I get the following error message (after the steady state results):
Error using print_info (line 51)
One of the eigenvalues is close to 0/0 (the absolute value of numerator and denominator is smaller than 1e-6)
Error in stoch_simul (line 71)
print_info(info, options_.noprint);
Error in codigock (line 469)
info = stoch_simul(var_list_);
Error in dynare (line 120)
evalin('base',fname) ;
My steady states are not consistent?
Is there a way to fix that?
Is there a way to see those eigenvalues or the equations that determine them?
Sorry about the English.
Thaks