Skip to content
Snippets Groups Projects
Commit bdd07928 authored by MichelJuillard's avatar MichelJuillard
Browse files

fixing bug when using unit_root_vars when estimating

parent 24899d45
No related branches found
Tags
No related merge requests found
......@@ -267,6 +267,7 @@ if ~isempty(options_.unit_root_vars)
nonzeros(l2(:,bayestopt_.restrict_var_list_nonstationary));
end
options_.lik_init = 3;
options_.qz_criterium = 1+1e-6;
end % if ~isempty(options_.unit_root_vars)
%% Test if the data file is declared.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment