Page 1 of 1

The steady state contains NaN or Inf

PostPosted: Tue Jun 07, 2016 2:47 am
by lufesago
Hi friends! I have a problem

When I run my dynare code, appear this error:

Error using print_info (line 80)
The steady state contains NaN or Inf
Error in check (line 76)
print_info(info, 0, options);
Error in LS (line 884)
oo_.dr.eigval = check(M_,options_,oo_);
Error in dynare (line 180)
evalin('base',fname) ;

I can't resolve another errors. please help me to solve it.
Thanks a lot
L

Re: The steady state contains NaN or Inf

PostPosted: Wed Jun 08, 2016 5:15 pm
by jpfeifer
I guess the problem is that:
Some of the parameters have no value (crhoas, crhob, cscaleeas, cscaleeb)

You need to initialize them. Otherwise they are NaN

Re: The steady state contains NaN or Inf

PostPosted: Sat Jun 11, 2016 1:26 am
by lufesago
Thanks a lot jp!