Skip to content
Snippets Groups Projects
Commit 877cc55e authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug.

parent 38b493da
No related branches found
No related tags found
No related merge requests found
...@@ -413,8 +413,7 @@ for i = 1:Size; ...@@ -413,8 +413,7 @@ for i = 1:Size;
index_0m = (n_static+1:n_static+n_pred) + indexi_0 - 1; index_0m = (n_static+1:n_static+n_pred) + indexi_0 - 1;
index_0p = (n_static+n_pred+1:n) + indexi_0 - 1; index_0p = (n_static+n_pred+1:n) + indexi_0 - 1;
index_m = 1:(n_pred+n_both); index_m = 1:(n_pred+n_both);
indexi_p = max(lead_lag_incidence(2,:))+1; index_p = lead_lag_incidence(3,find(lead_lag_incidence(3,:)));
index_p = indexi_p:size(jacob, 2);
nyf = n_fwrd + n_both; nyf = n_fwrd + n_both;
A = aa(:,index_m); % Jacobain matrix for lagged endogeneous variables A = aa(:,index_m); % Jacobain matrix for lagged endogeneous variables
B = aa(:,index_c); % Jacobian matrix for contemporaneous endogeneous variables B = aa(:,index_c); % Jacobian matrix for contemporaneous endogeneous variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment