I am writing my thesis on the topic of intangible assets and found a very good paper to base off my own study. The original study, “The importance of intangible capital for the transmission of financial shocks” by Jose Ignacio Lopez and Virginia Olivella, uses Dynare for solving their model. I tried figuring out a couple of things using ChatGPT but I’m stuck after a point. I tried emailing the authors, requesting them for the code. What more can I do right now. I have written below the error at which I’m stuck right now. Hoping to get some help. Thanks!
“Normalization failed with cutoff, trying symbolic normalization…
Could not normalize the dynamic model. Variable KI is not in the maximum cardinality matching.”
“There are 3 eigenvalue(s) larger than 1 in modulus for 9 forward-looking variable(s)
The rank condition ISN’T verified!”
Can you please help me understand how one is supposed to run the code properly. I keep encountering an error but since this is the original code, I assume that shouldn’t happen.
That explains it. The files were written for Dynare 4.4.3. If you want to port them, you may have to add the send_irfs_to_workspace command before the line in question
Mate would it be possible for you to help me understand how I need to integrate this into my overall code. Is it just a one line command that I need to write or is it something more than that?
That is not the full error message. Use Matlab_Code_Lopez_Olivella_2018_Intangible.m (40.0 KB)
Unfortunately, you still need to modify the calls to dyntable or comment them out.
I have just executed the file that you provided me. This is what’s coming up at the moment. Would you have any suggestions as to how I can tackle this?
(I changed the name of the code file you gave me to - jpfeifer)
Dot indexing is not supported for variables of this type.
Error in dyntable (line 35)
if options_.noprint
Error in Benchmark_2018_chi.driver (line 1030)
dyntable(‘Relative standard deviations in %’,strvcat(‘VARIABLE’,‘REL. S.D.’),M_.endo_names(1:size(oo_.var,1),:),statistic1(1,1),10,8,4);
Error in dynare (line 308)
evalin(‘base’,[fname ‘.driver’]);
Error in jpfeifer (line 696)
dynare Benchmark_2018_chi.mod