I have a quick question about the possibility to compare welfare that we get from a second order approximation with the planner objective value from a Ramsey policy.
In the case of a Taylor rule I have specified the welfare recursively as
- Code: Select all
Welf = Util + \beta*Welf(+1)
From the output of Dynare I have understood that you could then either look at the stochastic steady state computed as
- Code: Select all
W_pos=strmatch('y',M_.endo_names,'exact');
oo_.dr.ys(W_pos)+0.5*oo_.dr.ghs2(oo_.dr.inv_order_var(W_pos))
which is the Constant in the Policy and Transition Functions, or the theoretical mean found in
- Code: Select all
oo_.mean
as the welfare mesures. My question is then, which one of these is comparable to the planner objective value that is reported when the initial Lagrange multipliers are set to steady state? As far as I've understood it is the first way of doing it, but that yields the odd result that welfare is superior in a world governed by a simple Taylor rule compared to the Ramsey policy which is why I ask this question.
Thank you in advance.