error using identification command
Posted: Tue Jun 30, 2015 3:49 pm
Hi everybody!
I ran the identification command (just before the estimation command), with these options:
1. identification;
2. identification; dynare_sensitivity(identification=1, morris=2);
3. identification(advanced=1,max_dim_cova_group=2);
With any of the three options, I get the following error:
Error using .*
Matrix dimensions must agree.
Error in identification_analysis (line 225)
deltaM = deltaM.*abs(params');
Error in dynare_identification (line 280)
[idehess_point, idemoments_point, idemodel_point, idelre_point,
derivatives_info_point, info] = ...
Error in PATACON_light_oficial_Jun23 (line 1344)
dynare_identification(options_ident);
Error in dynare (line 180)
evalin('base',fname) ;
Does anybody know how to solve this issue?
Thanks in advance,
Rafael
I ran the identification command (just before the estimation command), with these options:
1. identification;
2. identification; dynare_sensitivity(identification=1, morris=2);
3. identification(advanced=1,max_dim_cova_group=2);
With any of the three options, I get the following error:
Error using .*
Matrix dimensions must agree.
Error in identification_analysis (line 225)
deltaM = deltaM.*abs(params');
Error in dynare_identification (line 280)
[idehess_point, idemoments_point, idemodel_point, idelre_point,
derivatives_info_point, info] = ...
Error in PATACON_light_oficial_Jun23 (line 1344)
dynare_identification(options_ident);
Error in dynare (line 180)
evalin('base',fname) ;
Does anybody know how to solve this issue?
Thanks in advance,
Rafael