Block using presample option with DSGE-VAR

time-shift
Johannes Pfeifer 2015-07-08 09:21:50 +02:00
parent df55ddc6ac
commit 84f2b50043
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ else
options_.varlist = var_list_;
end
if options_.dsge_var && options_.presample~=0
error('DSGE-VAR does not support the presample option.')
end
% Set the number of observed variables.
options_.number_of_observed_variables = length(options_.varobs);