Page 1 of 1

Identification Analysis

PostPosted: Fri Sep 20, 2013 8:11 am
by Daniel Bendel
Hey everyone,

I got a strange error message when I do an identification analysis:

==== Identification analysis ====

Testing ML Starting value
Evaluating simulated moment uncertainty ... please wait
Doing 100 replicas of length 300 periods.
Simulated moment uncertainty ... done!
??? Error using ==> vertcat
CAT arguments dimensions are not consistent.

Error in ==> identification_analysis at 308
S=[S;zeros(size(JJ,2)-length(indJJ),1)];

Error in ==> dynare_identification at 272
[idehess_point, idemoments_point, idemodel_point, idelre_point, derivatives_info_point, info] = ...

Error in ==> model at 678
dynare_identification(options_ident);

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


Has anyone an idea why I receive this message?

Thanks!
Daniel