NKPC coding in Dynare
Posted: Wed Jul 11, 2012 2:44 pm
Hello,
I'm currently working on a model with the NKPC device, but I get a bit confused with they way of coding it. I use this functional form,
but regarding inflation equation, should i used this one,
or this one,
Results are strongly different, I don't get why.
I'm currently working on a model with the NKPC device, but I get a bit confused with they way of coding it. I use this functional form,
- Code: Select all
pi=beta*pi(+1)+(((1-theta*beta)*(1-theta))/theta)*cm;
but regarding inflation equation, should i used this one,
- Code: Select all
pi_h=py_h-py_h(-1);
or this one,
- Code: Select all
pi_h(+1)=py_h(+1)-py_h;
Results are strongly different, I don't get why.