What is endogenous state variable in this simple 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.

What is endogenous state variable in this simple model?

Postby leolee » Thu Jun 18, 2015 9:14 am

Dear DGSE experts,

The following model is famous simple 3 equation forward-looking NK model with forward-looking Taylor rule. I know the following model is easily solved using Dynare.

Code: Select all
model(linear);
   //CB model
      # kappa = (1-theta)*(1-theta*beta)/theta;
      
      y   = y(+1) - (1/sigma)*(R - pi(+1)) + g;
      pi     = beta*pi(+1) + kappa*y + z;
      R      = rhoR*R(-1) + (1-rhoR)*(phipi*pi(+1)+phiy*y) + em;

      // process of preference/cost shocks   
      g       = rhog*g(-1) + eg;
      z       = rhoz*z(-1) + ez;
end;


However, when I tried to solve this using Uhlig's toolkit, I couldn't figure out what is endogenous state variable in this model, which was necessary to construct matrices for Uhlig toolkit.

I know that capital is the endogenous state variable in RBC model, but there is no capital in this NK model. There are 3 endogenous variables (y, pi, R) in this model, and they don't seem to be state variables.

Is there anyone who kindly help me to figure it out?

Thank you in advance.

Regards,

Leo

Please someone help me to understand this..
leolee
 
Posts: 30
Joined: Thu Mar 19, 2015 9:54 am

Re: What is endogenous state variable in this simple model?

Postby jpfeifer » Thu Jun 18, 2015 6:35 pm

The 3 equation NK model has no endogenous states. But depending on how you set up the code, it can be necessary to define the lags of endogenous variables as endogenous states, i.e. R(-1), g(-1), z(-1)
------------
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

Re: What is endogenous state variable in this simple model?

Postby leolee » Fri Jun 19, 2015 4:46 pm

Thank you!

jpfeifer wrote:The 3 equation NK model has no endogenous states. But depending on how you set up the code, it can be necessary to define the lags of endogenous variables as endogenous states, i.e. R(-1), g(-1), z(-1)
leolee
 
Posts: 30
Joined: Thu Mar 19, 2015 9:54 am


Return to Dynare help

Who is online

Users browsing this forum: No registered users and 3 guests

cron