Page 1 of 1

errors, please help me

PostPosted: Sat Apr 04, 2015 9:58 am
by amilan83
Dear colleagues,

I receive this error
" ??? Error using ==> print_info at 36
The generalized Schur (QZ) decomposition failed. For more
information, see the documentation for Lapack function dgges:
info=10, n=10

Error in ==> check at 76
print_info(info, options.noprint);

Error in ==> ueiran at 374
oo_.dr.eigval = check(M_,options_,oo_);

Error in ==> dynare at 120
evalin('base',fname) ;
"
i atteched codes
I will be really appreciate your help.
Regards
mila

Re: errors, please help me

PostPosted: Mon Apr 06, 2015 8:37 pm
by jpfeifer
Several of your parameters are not initialized:
rhoH, rhoi, gamma, sigma, gammaq, kapu, kapm, omiu, omim

Re: errors, please help me

PostPosted: Thu Apr 09, 2015 7:14 am
by amilan83
Thank you for your reply!