Page 2 of 2

Re: Linear and Nonlinear equations mixed.New Keynesian Model

PostPosted: Mon Oct 10, 2016 11:27 am
by hfukate
Hi,

I am trying to solve Fernandez-Villaverdes' model without the capital, investment and wage rigidity. It's a simple model with price rigidity only.

I am aware that we need to re-scale some variables in order to preserve stationary time series. However, I still encounter certain problems when Dynare is trying to deal with the technology variable (A), which is the only exogenous shock that grows exponentially.

An infinite element was encountered when trying to solve equation(s) 6 with respect to the variable(s): A.

Could anyone give me some thoughts or hints on where I get it wrong? Thanks in advance.

Hsuan

Re: Linear and Nonlinear equations mixed.New Keynesian Model

PostPosted: Thu Oct 13, 2016 2:00 pm
by jpfeifer
A problem is
Code: Select all
A(+1) = A*exp(mu_a + e_a);

In steady state, it implies
Code: Select all
1=exp(mu_a)

which is only feasible if mu_a=0.