Dear all, I’m replicating Dong and Xu(2020) 《Cycles of credit expansion and misallocation: The Good, the Bad and the Ugly》 paper nowadays, the dynamic system is below
I am not sure how exactly they solve this model. You may have to check their replication files. Which variable it the endogenous state that introduces dynamics?
Thanks professor,they do not provide replication files.The endogenous state variable is capital.Kt is aggregate capital, Kht is capital in H sector, Klt is capital in L sector.
Given that the authors consider a permanent one-time shock, this may be solvable as a perfect foresight problem. But I don’t understand the model well enough to definitely say that.
Yes professor, the author set the household is hand to mouth, and provide one unit of labor inelastically. And there is no sticky price ,no inflation. There is only one state variable,capital. The policy function is Kt+1=g(Kt).
I see. Have you tried coding up the equations yet? That would enable to test the setup in Dynare. That being said, that type of model should be straightforward to code in Matlab. It’s just iterating forward in time from a starting point with a case distinction.
Thanks professor, I will try to code up the equation. By the way, if I extend the model to include jump variable and more than one state variable, how to use numerical solution to solve the transition dynamics? Could you provide me some material to learn about it. Thanks in advance.
That depends on the exact model. More states would no be an issue, but dealing with expectations would be hard and most likely require (global) solution approaches tailored to the particular problem.