Hello guys,
I'm a new user of the dynare.
I got error messages while replicating a basic RBC model.
>> dynare rbc
Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Local state space iteration (second order).
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.
[mex] Quasi Monte-Carlo sequence (Sobol).
Starting Dynare (version 4.3.0).
Starting preprocessing of the model file ...
Found 6 equation(s).
Evaluating expressions...done
Computing static model derivatives:
- order 1
Computing dynamic model derivatives:
- order 1
- order 2
Processing outputs ...done
Preprocessing completed.
Starting MATLAB/Octave computing.
STEADY-STATE RESULTS:
y 0
c 0
k 0
n 0
lambda 0
z 0
EIGENVALUES:
Modulus Real Imaginary
0.9186 0.9186 0
0.95 0.95 0
1.1 1.1 0
Inf Inf 0
Inf Inf 0
There are 3 eigenvalue(s) larger than 1 in modulus
for 4 forward-looking variable(s)
The rank conditions ISN'T verified!
Error using print_info (line 43)
Blanchard Kahn conditions are not satisfied: indeterminacy
Error in stoch_simul (line 81)
print_info(info, options_.noprint);
Error in rbc (line 137)
info = stoch_simul(var_list_);
Error in dynare (line 120)
evalin('base',fname) ;
Thank you for replying in advance.
Best