Rank condition not verified

This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.

Rank condition not verified

Postby highflyer » Mon Dec 17, 2012 11:36 am

Hi,

I have a quite simple model (see below) that I wanna run on dynare, but there are only 3 eigenvalues larger than 1 for 4 forward-looking variables. How can I solve that problem?

thanks for any hints!




var pi, y, r, u, v, r2, r3;
varexo e;

parameters beta, k, phi_pi, phi_y, phi_v, sigma, lamda;
beta=0.99;
sigma=2;
phi_pi=1.5;
phi_y=0.1;
lamda=0.6;
k=0.02;
phi_v=0.95;

model;
pi=beta*pi(+1)+k*y;
r=phi_pi*pi+phi_y*y+v;
v=phi_v*v(-1)+e;
(1-lamda)*u+y-lamda*y(-1)=0;
r=sigma*(u(+1)-u)+pi(+1);
-sigma*u=r2-sigma*u(+1)-pi(+1)-r(+1);
-sigma*u=r3-sigma*u(+1)-pi(+1)-r2(+1);
end;

initval;
pi=0;
y=0;
r=0;
v=1;
e=0;
u=0;
r2=0;
r3=0;
end;

check;

shocks;
var e; stderr 0.009;
end;

stoch_simul(periods=2000,irf=100);
highflyer
 
Posts: 2
Joined: Mon Dec 17, 2012 11:22 am

Re: Rank condition not verified

Postby jpfeifer » Sat Dec 29, 2012 10:26 am

There must be a problem with your timing.
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany


Return to Dynare help

Who is online

Users browsing this forum: No registered users and 4 guests