by Abderhman » Wed May 14, 2014 9:34 am
when I add stoch_simul before the estimation it provide me this:
Warning: Some of the parameters have no value (rhoz, rhozz, rhozl, rhozx, rhozg, rhol,
rholz, rholl, rholx, rholg, rhox, rhoxz, rhoxl, rhoxx, rhoxg, rhog, rhogz, rhogl, rhogx,
rhogg, rhop, rhopz, rhopl, rhopx, rhopg, rhopp, rhozp, rholp, rhoxp, rhogp) when using
stoch_simul. If these parameters are not initialized in a steadystate file, Dynare may not
be able to solve the model...
> In test_for_deep_parameters_calibration at 46
In stoch_simul at 27
In dynar at 406
In dynare at 174
STEADY: The Jacobian contains Inf or NaN. The problem arises from:
STEADY: Derivative of Equation 7 with respect to Variable zF (initial value of zF: 1)
STEADY: Derivative of Equation 8 with respect to Variable zF (initial value of zF: 1)
STEADY: Derivative of Equation 9 with respect to Variable zF (initial value of zF: 1)
STEADY: Derivative of Equation 10 with respect to Variable zF (initial value of zF: 1)
STEADY: Derivative of Equation 11 with respect to Variable zF (initial value of zF: 1)
STEADY: Derivative of Equation 7 with respect to Variable tlF (initial value of tlF: 1.5)
STEADY: Derivative of Equation 8 with respect to Variable tlF (initial value of tlF: 1.5)
STEADY: Derivative of Equation 9 with respect to Variable tlF (initial value of tlF: 1.5)
STEADY: Derivative of Equation 10 with respect to Variable tlF (initial value of tlF: 1.5)
STEADY: Derivative of Equation 11 with respect to Variable tlF (initial value of tlF: 1.5)
STEADY: Derivative of Equation 7 with respect to Variable txF (initial value of txF: 1)
STEADY: Derivative of Equation 8 with respect to Variable txF (initial value of txF: 1)
STEADY: Derivative of Equation 9 with respect to Variable txF (initial value of txF: 1)
STEADY: Derivative of Equation 10 with respect to Variable txF (initial value of txF: 1)
STEADY: Derivative of Equation 11 with respect to Variable txF (initial value of txF: 1)
STEADY: Derivative of Equation 7 with respect to Variable gF (initial value of gF: 0.20444)
STEADY: Derivative of Equation 8 with respect to Variable gF (initial value of gF: 0.20444)
STEADY: Derivative of Equation 9 with respect to Variable gF (initial value of gF: 0.20444)
STEADY: Derivative of Equation 10 with respect to Variable gF (initial value of gF: 0.20444)
STEADY: Derivative of Equation 11 with respect to Variable gF (initial value of gF: 0.20444)
STEADY: Derivative of Equation 7 with respect to Variable pF (initial value of pF: 1)
STEADY: Derivative of Equation 8 with respect to Variable pF (initial value of pF: 1)
STEADY: Derivative of Equation 9 with respect to Variable pF (initial value of pF: 1)
STEADY: Derivative of Equation 10 with respect to Variable pF (initial value of pF: 1)
STEADY: Derivative of Equation 11 with respect to Variable pF (initial value of pF: 1)
STEADY: The problem most often occurs, because a variable with
STEADY: exponent smaller than 1 has been initialized to 0. Taking the derivative
STEADY: and evaluating it at the steady state then results in a division by 0.
Error using dynare_solve (line 60)
An element of the Jacobian is not finite or NaN
Error in evaluate_steady_state (line 66)
[ys,check] = dynare_solve([M.fname '_static'],...
Error in resol (line 104)
[dr.ys,M.params,info] = evaluate_steady_state(oo.steady_state,M,options,oo,0);
Error in stoch_simul (line 80)
[oo_.dr,info,M_,options_,oo_] = resol(0,M_,options_,oo_);
Error in dynar (line 406)
info = stoch_simul(var_list_);
Error in dynare (line 174)
evalin('base',fname) ;
- Attachments
-
- dynar.mod
- (2.47 KiB) Downloaded 48 times