Skip to content
Snippets Groups Projects
Commit c5e0868d authored by sebastien's avatar sebastien
Browse files

simultxdet.m: fixed bug when var_list is not equal to the set of all endogenous

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3234 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 90f5ab74
Branches
Tags
No related merge requests found
......@@ -137,7 +137,7 @@ function [y_,int_width]=simultxdet(y0,ex,ex_det, iorder,var_list,M_,oo_,options_
fact = norminv((1-options_.conf_sig)/2,0,1);
int_width = zeros(iter,endo_nbr);
for i=1:endo_nbr
for i=1:nvar
int_width(:,i) = fact*sqrt(var_yf(:,i));
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment