Euler equation in heterogeneous expectations model

This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.

Euler equation in heterogeneous expectations model

Postby timhag » Fri May 12, 2017 1:55 pm

Hi,

i want to simulate the Branch & McGough (2009) model for my master thesis. There are rational agents with fraction alpha and "adaptive" agents with fraction (1-alpha) in the model. In order to simulate the model with an optimal targeting rule i derived (not in the code here), i need to have the consumption of the rational agents (cr) as a further variable. In order to do so, i included their euler equation as follows:

Code: Select all
//Phillips curve
pi = alpha*beta*pi(+1)+(1-alpha)*beta*(theta^2)*pi(-1)+kappa*y+cps; 

//IS
y = (alpha*y(+1)+(1-alpha)*(theta^2)*y(-1))-sigma*(i-alpha*pi(+1)-(1-alpha)*(theta^2)*pi(-1));

//Consumption euler of rational agents
cr =cr(+1)-sigma*(i - pi(+1));
         
//Taylor rule
i = phi_pi*pi + phi_y*y;

//Cost push shock
cps = rho_cps * cps(-1) + e_cps;


However, dynare returns that there are eigenvalues greater than 1 in absolute value. Without the euler equation the simulation works just fine. I probably have to miss something very obvious here. Can anyone help with that, please?
timhag
 
Posts: 1
Joined: Fri May 12, 2017 1:44 pm

Re: Euler equation in heterogeneous expectations model

Postby jpfeifer » Mon May 15, 2017 9:23 pm

What exactly is the error message. Introducing an Euler equation introduces a forward-looking equation. For that equation, you will need an unstable root (eigenvalue bigger than 1) to rule out indeterminacy. If that is the problem, there is typically a timing problem somewhere in the model.
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany


Return to Dynare help

Who is online

Users browsing this forum: Google [Bot] and 11 guests