by JX2016 » Wed Jun 29, 2016 7:03 pm
Thanks for the reply.
I changed the code slightly but I still got the following error message:
Error using erfc
Input must be real and full.
Error in normcdf (line 90)
p(todo) = 0.5 * erfc(-z ./ sqrt(2));
Error in small_open_static (line 145)
rhs =normcdf(T237,0,1);
Error in lnsrch1 (line 95)
fvec = feval(func,x,varargin{:}) ;
Error in solve1 (line 107)
[x,f,fvec,check]=lnsrch1(xold,fold,g,p,stpmax,func,j1,j2,varargin{:});
Error in dynare_solve (line 150)
[x,info]=solve1(func,x,j1(r(i):r(i+1)-1),j2(r(i):r(i+1)-1),jacobian_flag, ...
Error in evaluate_steady_state (line 66)
[ys,check] = dynare_solve([M.fname '_static'],...
Error in steady_ (line 54)
[steady_state,params,info] =
evaluate_steady_state(oo_.steady_state,M_,options_,oo_,~options_.steadystate.nocheck);
Error in steady (line 81)
[steady_state,M_.params,info] = steady_(M_,options_,oo_);
Error in small_open (line 359)
steady;
Error in dynare (line 180)
evalin('base',fname) ;
- Attachments
-
- small_open.mod
- (3.68 KiB) Downloaded 69 times