Page 1 of 1

HELP WITH EXERCISE

PostPosted: Mon Jul 20, 2015 1:11 pm
by Mikele91lp
Hello everyone! I should transfer in " dynare " th model containing in the file "model_project.pdf" and perform the exercise contained in the last page of the other pdf .
I attach the mod file . Can someone please help me?

Re: HELP WITH EXERCISE

PostPosted: Tue Jul 21, 2015 8:22 am
by jpfeifer
Check your model. If you define pip as a parameter, your equation
Code: Select all
lambda=lambda(+1)+R-pip(+1);

is not linear anymore. Moreover, using a leaded parameter makes no sense.
Use
Code: Select all
resid(1);
before steady to see the problematic equations.