Extension of Simple Staggered Pricing Model
Posted: Sun Sep 06, 2015 12:08 pm
Hello,
I am trying to implement a 2-sector labour and production market into the simple model of staggered prices (see code attached). When I run my code in dynare (see code attached) it gives me the following error:
"Error using print_info (line 37)
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack function dgges: info=14,
n=12. You can also run model_diagnostics to get more information on what may cause this problem.
Error in stoch_simul (line 98)
print_info(info, options_.noprint, options_);
Error in Dual_stagg_price_old (line 390)
info = stoch_simul(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;"
Running the command "model_diagnostics(M_,options_,oo_)" then gives me:
"The presence of a singularity problem typically indicates that there is one
redundant equation entered in the model block, while another non-redundant equation
is missing. The problem often derives from Walras Law."
and many collinear variables and equations.
I am only a beginner in this field and desperatly need help! What did I do wrong?
Thanks a lot in advance!
I am trying to implement a 2-sector labour and production market into the simple model of staggered prices (see code attached). When I run my code in dynare (see code attached) it gives me the following error:
"Error using print_info (line 37)
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack function dgges: info=14,
n=12. You can also run model_diagnostics to get more information on what may cause this problem.
Error in stoch_simul (line 98)
print_info(info, options_.noprint, options_);
Error in Dual_stagg_price_old (line 390)
info = stoch_simul(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;"
Running the command "model_diagnostics(M_,options_,oo_)" then gives me:
"The presence of a singularity problem typically indicates that there is one
redundant equation entered in the model block, while another non-redundant equation
is missing. The problem often derives from Walras Law."
and many collinear variables and equations.
I am only a beginner in this field and desperatly need help! What did I do wrong?
Thanks a lot in advance!