Hi.
I estimated a model and I am doing some tests. One of them consisting in estimated just one parameter. However when I try to do the identification command, I received an error:
Error using bar (line 172)
X must be same length as Y.
Error in plot_identification (line 63)
bar(1:nparam,log([idehess.ide_strength_dMOMENTS(:,is)’
idehess.ide_strength_dMOMENTS_prior(:,is)’]))
Error in dynare_identification (line
503)
plot_identification(params,
ide_moments_point, ide_hess_point,
ide_reducedform_point,
ide_dynamic_point,
options_ident.advanced, parameters,
name, IdentifDirectoryName,
parameters_TeX, name_tex);
Error in MBZHNH_XX.driver (line 456)
dynare_identification(options_ident);
Error in dynare (line 293)
evalin(‘base’,[fname ‘.driver’]) ;
If I do the same with 2 or more parameters, identification runs well.
Would you help me to understand this error, please?
test.zip (78.5 KB)