Hi everyone, I am trying to run the identification analysis onto my large scale DSGE model (around 60 equations). The GSA and Bayesian estimation work well whereas the identification analysis outputs the following message:
Code: Select all==== Identification analysis ====
Testing prior mean
??? Attempted to access x(2,4); index out of bounds because size(x)=[1,61].
Error in ==> igem_gsa_dynamic at 236
rhs
=y(47)*params(90)*params(113)+y(68)*params(90)*params(113)-T1972*y(86)-params(83)*params(90)*params(6)*T2018*(y(101)-y(62))/params(85)/T1969/0.2e1+y(93)*T2018*params(90)*params(6)*params(83)/para
Error in ==> identification_analysis at 77
[residual, g1 ] = feval([M_.fname,'_dynamic'],yy0, ...
Error in ==> dynare_identification at 272
[idehess_point, idemoments_point, idemodel_point, idelre_point,
derivatives_info_point, info] = ...
Error in ==> igem_gsa at 1215
dynare_identification(options_ident);
Error in ==> dynare at 120
evalin('base',fname) ;
May the message refer to the fact that the model is too ‘large’ to be dealt with identification analysis?
Thanks in advance for any possible suggestion
Fabio