Regression of a simple policy function
Posted: Thu Apr 10, 2014 3:30 pm
Dear all,
I want to find a simple linear optimal policy rule for a Ramsey problem. Therefore I calculated the FOC of the Ramsey problem and simulated the model for 100000 periods. Then I want to do a regression where the dependent variable is the policy instrument "government debt" and the explained variables are the state variables of the model.
Now I am confused regarding the timing I should use:
Government debt is a predeterminded variable and evaluates as following:
I use the "predetermined_variables" command for "b". Now how do I have to interpret dynare's simulation of b. I know dynare converts variables like capital K(+1) into K. Does that mean that every b_t+1 of the simulation is in fact a b_t or every b_t is in fact a b_t+1???? How does my regression then look:
or
I hope you unterstand my problem...
I want to find a simple linear optimal policy rule for a Ramsey problem. Therefore I calculated the FOC of the Ramsey problem and simulated the model for 100000 periods. Then I want to do a regression where the dependent variable is the policy instrument "government debt" and the explained variables are the state variables of the model.
Now I am confused regarding the timing I should use:
Government debt is a predeterminded variable and evaluates as following:
- Code: Select all
G + b = b(+1)/(1+interest)*pi(+1) + T; (T= transfers, G = government consumption, b= government debt, pi = inflation)
I use the "predetermined_variables" command for "b". Now how do I have to interpret dynare's simulation of b. I know dynare converts variables like capital K(+1) into K. Does that mean that every b_t+1 of the simulation is in fact a b_t or every b_t is in fact a b_t+1???? How does my regression then look:
- Code: Select all
b_t+1 = b_t + some state variables;
or
- Code: Select all
b_t = b_t-1 + some state variables;
I hope you unterstand my problem...