In a two-sector model in this book, the price of tradable goods is exogenous. That is, p^T_t = rer_t\; p^{T*}_t where p^{T*}_t \sim AR(1). I am currently stuck on implementing this in my two-sector model because:
- I have to introduce one more variable (p^{T*}_t)
- But two equations ( p^T_t = rer_t\; p^{T*}_t and p^{T*}_t \sim AR(1))
Thus I will have more equations than variables in dynare. So I guess I should merge two existing equations into one? Maybe two FOCs for the household sector…would that be right?
I dopped y_t = \frac{p^T_t y^T_t + p^N_t p^N_t }{p_t} from the model, so only y_t = c_t + i_t + g_t +tb_t remains in the mod file and the mod file runs in dynare, but this isn’t correct, right? Not sure if the trick is to merge two FOCs or identities into one…or maybe drop some equation.
p^N_t is normalized to 1. Maybe I can relax that assumption and bring that variable back? Like if model variables exceed equations, then normalize one price to one? If the opposite is the case, then do not normalize any price? Some kind of a trick…
Thanks for the help.
The book authors use neural networks to solve the model, so maybe, that’s why it is possible?
EDIT: p^N_t is normalized to 1. Maybe I can relax that assumption and bring that variable back? Like if model variables exceed equations, then normalize one price to one? If the opposite is the case, then do not normalize any price? Some kind of a trick…?