I have a problem doing Bayesian estimation of my model.
The error message says:
Error using svd
Input to SVD must not contain NaN or Inf.
Error in rank (line 14)
s = svd(A);
Error in identification_analysis (line 232)
if iflag || rank(MIM)>rank(tildaM)
Error in dynare_identification (line 308)
identification_analysis(params,indx,indexo,options_ident,dataset_, dataset_info, prior_exist, name_tex,1,parameters,bounds);
Error in code (line 2044)
dynare_identification(options_ident);
Error in dynare (line 235)
evalin(‘base’,fname) ;
Error in run (line 305)
From this I understand that there is something wrong with this matrix A.
So, I have a few questions. What is this matrix exactly? How is it calculated? And, most importantly, why an inf or Nan may appear in this matrix?
I have the same issue when dealing with the identification of the model using Dynare version 4.5.7
Currently, I cannot find the answer to this problem. Could you please investigate this and tell me what I should do to solve this?
I really appreciate your help and thank you so much!