Filter out DSGE-VAR in identification

time-shift
Johannes Pfeifer 2014-03-11 10:15:19 +01:00
parent 3ee033ab10
commit 8d7c908dc7
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ function x0=dynare_sensitivity(options_gsa)
global M_ options_ oo_ bayestopt_ estim_params_
if options_.dsge_var
error('Identification does not support DSGE-VARs at the current stage')
end
fname_ = M_.fname;
if ~isfield(M_,'dname'),
M_.dname = M_.fname;