error with AR(2) exogenous process
Posted: Mon Jun 24, 2013 12:09 pm
Hi,
I couldn't find anything on this subject.
I've written the technology process as
where
The eigenvalues of this AR(2) block are
Yet Dynare returns
While having a standard AR(1) process generates a saddle-path solution.
Am I missing something? Is this a known issue?
Thanks
Gianni
PS: I'm using version 4.4-unstable
I couldn't find anything on this subject.
I've written the technology process as
- Code: Select all
a=rho_a*a(-1)+rho_a2*a_m1(-1)+e_a;
a_m1=a(-1);
where
- Code: Select all
rho_a=1.9;
rho_a2=(1-rho_a_A)-.001;
The eigenvalues of this AR(2) block are
0.9887
0.9113
Yet Dynare returns
There are 38 eigenvalue(s) larger than 1 in modulus
for 37 forward-looking variable(s)
The rank conditions ISN'T verified!
While having a standard AR(1) process generates a saddle-path solution.
Am I missing something? Is this a known issue?
Thanks
Gianni
PS: I'm using version 4.4-unstable