Dear all,
I tried to use the _steadystate.m files that you posted but since my steady state depends on
parameters which are estimated and not calibrated I can't write parameters values in the _steadystate.m file.
Is it correct? So, when I run the estimation, I get the message
??? Error using ==> beta
Not enough input arguments.
Error in ==> NK3a2_SteadyState at 12
ys=[0 0 -log(beta) -log(beta) 0 0];
Error in ==> dynare_estimation_1 at 286
[ys,tchek] = feval([M_.fname '_steadystate'],...
Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});
Error in ==> NK3a2 at 179
dynare_estimation(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
Can anybody help me?
Thank you
Andrea