Hi all,
I am a beginner on dynare. When I was trying to estimate my model, I found this error message:
Error using print_info (line 36)
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack function dgges: info=25,
n=25
Error in check (line 76)
print_info(info, options.noprint);
Error in basenew (line 313)
oo_.dr.eigval = check(M_,options_,oo_);
Error in dynare (line 120)
evalin('base',fname) ;
Dynare also gives me an error msg that "Blanchard-Kahn condition is not satisfied: indeterminacy". I've checked the related posts on this forum and still get no clues. Just learn from other posts that it may derive from the timing issue of endogenous variables or the parameterization. However, I'm sure my model is good with the timing. As for the parameterization, cuz the initial values of the parameters are chosen from the literature and Taylor-rule is well satisfied, so I guess it should be fine as well.
Any help would be greatly appreciated. Thanks in advance.