Lucas Tree 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.

Lucas Tree Model

Postby joeytobin » Thu Feb 27, 2014 12:22 pm

I am trying to estimate the equity premium predicted by the simple Lucas Tree Model. I have risk aversion of 5, standard deviation of consumption growth of 6%, and trend consumption growth of 3%. v is the price-dividend ratio; re is the gross return on equity (paying consumption as dividend) and rf the net risk free rate (from basic Euler equation.)
To get the gross equity return, I solve for the price-dividend ratio and use a formula that converts this to gross return (as in pg 57-58 of the NYU Practicing Dynare Guide).
My problem is that the equity premium comes out as -7% for pretty reasonable values; in addition the premium falls as risk aversion rises. I'm fairly new to Dynare and would be extremely grateful for any guidance of what I'm doing wrong. My code is below:




var gc v rf re ep ;
varexo eps ;
parameters beta theta sigma ;
beta = .99;
theta = 5 ;
sigma=.06;

model;
v = beta*(exp(gc(+1)))^(1-theta)*(1+v(+1));
gc=.03+sigma*eps;
re=(1+gc(+1))*(1+v(+1))/v;
rf=-1+ 1/(beta*(1+gc(+1))^(-theta));
ep=re-1-rf;
end;

initval;
gc=.03;
re=1.2;
v=9;
ep=.015;
end;

shocks;
var eps; stderr 1;
end;

steady;
check;
stoch_simul(periods=5500, irf=30, order=3, nograph);
joeytobin
 
Posts: 3
Joined: Thu Feb 27, 2014 11:52 am

Re: Lucas Tree Model

Postby jpfeifer » Sun Mar 02, 2014 11:25 am

What exactly are you doing here? Given the absence of persistence in your shock process and of endogenous states, all simulated variables are constant.
------------
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 6 guests