Hi everybody, i'm a very first user of dynare, for my master thesis i'm working on the gali-monacelli SOE framework with features that include nontradable goods and public expenditure following Santacreu (2005).
When i run the code in the loglinearized version i face the sequent error:
<<
Error using svd
Input to SVD must not contain NaN or Inf.
Error in rank (line 15)
s = svd(A);
Error in model_diagnostics (line 101)
rank_jacob = rank(jacob);
Error in ModelTirelli (line 296)
model_diagnostics(M_,options_,oo_)
Error in dynare (line 120)
evalin('base',fname) ;
>>
Can someone help me please! Thanks in advance
Iìve attached the mod file