Page 1 of 1

questions on ramsey policy on dynare++

PostPosted: Wed Nov 04, 2015 2:01 pm
by anitazhang
Hi,

I am trying to use dynare++ to solve for ramsey policy. I have two questions:
1) is it necessary to set initval values? And if yes, do these initval values have to meet the steady state conditions?
2) can I call an external function, like "external_function(name = funcname)" in dynare, in dynare++?

Thanks a lot.

Re: questions on ramsey policy on dynare++

PostPosted: Thu Nov 05, 2015 10:09 am
by jpfeifer
First of all, why do you need Dynare++ for Ramsey?

1. The same rule as in Dynare applies. You need to provide initial values for steady state finding
2. No, that is not supported as far as I know.

Re: questions on ramsey policy on dynare++

PostPosted: Sun Nov 08, 2015 1:14 am
by anitazhang
I want to compute the second order approximation of the ramsey policy. It seems that dynare only supports the first order approximation. That's why I want to use Dynare++ for ramsey.


jpfeifer wrote:First of all, why do you need Dynare++ for Ramsey?

1. The same rule as in Dynare applies. You need to provide initial values for steady state finding
2. No, that is not supported as far as I know.

Re: questions on ramsey policy on dynare++

PostPosted: Sun Nov 08, 2015 2:32 pm
by MichelJuillard
Dynare Matlab returns first order approximation of solution under optimal policy and a second order approximation of the value of the objective function that is consistent with the first order approximation. Most likely, it is what you want.