I’m getting a strange error when trying to run my mod.-file.
Error using print_info (line 32)
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack
function dgges: info=29, n=27. You can also run model_diagnostics to get more information on what may
cause this problem.
Error in check (line 48)
print_info(info, 0, options);
Error in parsa.driver (line 568)
oo_.dr.eigval = check(M_,options_,oo_);
Error in dynare (line 293)
evalin(‘base’,[fname ‘.driver’]) ;
As I am new to Dynare the message gives me no kind of hint.
Some help would be appreciated.
Thanks in advance!
Parsa parsa.mod (5.3 KB)