Skip to content
Snippets Groups Projects
Verified Commit 29396b0c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Improve comment about oo_.dr.kstate

parent ca20cfe6
Branches
No related tags found
No related merge requests found
......@@ -98,8 +98,8 @@ kmask(i_kmask) = (1:nd);
% auxiliary equations
% composition of state vector
% col 1: variable; col 2: lead/lag in z(t+1);
% col 3: A cols for t+1 (D); col 4: A cols for t (E)
% col 1: variable (index in DR-order); col 2: lead/lag in z(t+1);
% col 3: A cols for t+1 (D); col 4: A cols for t (E)
kstate = [ repmat([1:endo_nbr]',klen-1,1) kron([klen:-1:2]',ones(endo_nbr,1)) ...
zeros((klen-1)*endo_nbr,2)];
kiy = flipud(lead_lag_incidence(:,order_var))';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment