use_dll: k_order_perturbation Caught Kord exception
Posted: Tue Aug 03, 2010 3:58 pm
Hi,
does anyone know what the error message
means. I am running a model on Dynare 4.1.2 using
and
The second order approximation runs without problems, so I am wondering where the problem with the first order derivatives derives from.
does anyone know what the error message
??? Error using ==> k_order_perturbation
Caught Kord exception: NaN or Inf asserted in first order derivatives in FirstOrder::solve
Error in ==> k_order_pert at 21
[g_0, g_1, g_2, g_3] = k_order_perturbation(dr,0,M,options, oo , ['.' ...
Error in ==> dr1 at 56
[dr,info] = k_order_pert(dr,M_,options_,oo_);
Error in ==> resol at 128
[dr,info,M_,options_,oo_] = dr1(dr,check_flag,M_,options_,oo_);
Error in ==> stoch_simul at 42
[oo_.dr, info] = resol(oo_.steady_state,0);
means. I am running a model on Dynare 4.1.2 using
- Code: Select all
model(use_dll)
and
- Code: Select all
stoch_simul(order=3,irf=50,nocorr,nofunctions,nomoments)
The second order approximation runs without problems, so I am wondering where the problem with the first order derivatives derives from.