Page 1 of 1

dynare_sensitivity error

PostPosted: Mon Oct 12, 2009 1:59 am
by lizeze
hi,all
I met a problem when I run dynare_sensitivity. the result was as follow,

"All parameter values in the specified ranges are not acceptable!"

But Ican found steady state before run dynare_sensitivity.

Furthermore, "All parameter values" were set wrongly which made me donot know how to result the problem.
Anyone can help me? mp.mod in attached file.

Re: dynare_sensitivity error

PostPosted: Thu Dec 03, 2009 12:10 am
by pakocica
Dear Lizeze,

I tried to run your code in Dynare 4.0.4 and I got the following error message:
Code: Select all
??? Undefined function or variable 'e1'.

Error in ==> irf at 61
      ex2(drop+1,:) = ex2(drop+1,:)+e1';

Error in ==> stoch_simul at 130
   y=irf(oo_.dr,cs(M_.exo_names_orig_ord,i), options_.irf,
    options_.drop, ...

Error in ==> mp at 240
info = stoch_simul(var_list_);

Error in ==> dynare at 102
evalin('base',fname) ;


Which version of dynare you use? Can you provide your log file here (you find it in the same folder as your source code is).

Pavel