在运行code时,发生一下错误:
Error using print_info (line 36)
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for
Lapack function dgges: info=20, n=20
Error in check (line 51)
print_info(info, options_.noprint);
Error in ngdptarget (line 240)
check;
Error in dynare (line 120)
evalin('base',fname) ;
查了一下,应该是QZ分解时发生的参数设置的不合理。但是检查了每一个参数,基本是从其他文献和校准中得到的,并且调整参数对结果没有影响,仍旧出错。大家有什么办法能找出错误的来源?