Page 1 of 1

The generalized Schur (QZ) decomposition failed.

PostPosted: Sat Sep 19, 2015 4:51 pm
by iramadan
I get this error when i run this model, I have no idea what it means... Help Please.
Code: Select all
Error using print_info (line 37)
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack function
dgges: info=38, n=36. You can also run model_diagnostics to get more information on what may cause this problem.

Error in check (line 76)
    print_info(info, 0, options);

Error in Brace11 (line 533)
oo_.dr.eigval = check(M_,options_,oo_);

Error in dynare (line 180)
evalin('base',fname) ;

Re: The generalized Schur (QZ) decomposition failed.

PostPosted: Mon Sep 21, 2015 7:00 am
by jpfeifer
Running model_diagnostics returns a bunch of collinearity problems. You need to check whether those create the error. Maybe you need to start with a smaller running model.