Hello,
When trying to run my Dynare code i obtain the following error:
??? Error using ==> print_info at 36
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack function
dgges: info=16, n=16
Error in ==> check at 76
print_info(info, options.noprint);
Error in ==> linear_u at 312
oo_.dr.eigval = check(M_,options_,oo_);
Error in ==> dynare at 120
evalin('base',fname) ;
What does such error mean? ( i saw some of the previous answers talking about potential colinearity, or parameters declared in a wrong order) i went through my model several times and yet i still could not make it work. Can you help me please?