Page 1 of 1
Problem with a simple two sector model
Posted:
Sun Jan 28, 2007 5:04 am
by bigbigben
I tried writing a dynare code for the paper by Boldrin, Christiano and Fisher (Habit Persistence, Asset Returns and the Business Cycle). my code is for their two-sector model in the paper. Unfortunately, dynare always get indeterminacy, I don't know why. By the way, do you guys have a sample code for two-sector model?
I attached my code
main_bcf is the driver.
TSRBC_ss is for calculate the steady state.
TSRBC is for simulation purpose.
Posted:
Tue Jan 30, 2007 10:22 pm
by MichelJuillard
Somebody told me about this problem a while ago. If I remember correctly the Jacobian of the model is singular at the deterministic steady state. There are way around it, but Dynare isn't yet equipped to handle this situation.
Best
Michel
TSRBC File Missing
Posted:
Sat Feb 03, 2007 5:32 am
by youssk01
Hi, could you kindly post the TSRBC file? many thanks, karim
Posted:
Wed Feb 07, 2007 3:32 pm
by admin
The missing TSRBC.mod has been added to Bigbigben's original message.
Best
Michel
Posted:
Mon Feb 12, 2007 3:30 pm
by bigbigben
[quote="MichelJuillard"]Somebody told me about this problem a while ago. If I remember correctly the Jacobian of the model is singular at the deterministic steady state. There are way around it, but Dynare isn't yet equipped to handle this situation.
Best
Michel[/quote]
Then Could you give me some sample code that handle this issue. I mean how to avoid the singular Jacobian around steady state in the two sector model?