Identification error dMOMENTS matrix

Hello, I encountered the following error during identification and analysis:======== Identification Analysis ========

Testing calibration

错误使用 identification.analysis (第 164 行)

There are NaN in the dMOMENTS matrix.

出错 identification.run (第 489 行)

    identification.analysis(M\_,options\_,oo\_,bayestopt\_,estim_params\_,params, indpmodel, indpstderr, indpcorr, options_ident, dataset_info, prior_exist, 1); %the 1 at the end implies initialization of persistent variables

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

出错 debt6_identif.driver (第 1522 行)

identification.run(M_,oo_,options_,bayestopt_,estim_params_,options_ident);

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

出错 dynare (第 300 行)

evalin('base',\[fname(1:end-4) '.driver'\]);

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Without the mod file it is impossible to tell.