Dear all,
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 highly appreciate your help
Regards,
Alex