Skip to content
Snippets Groups Projects
Commit 787e03ec authored by michel's avatar michel
Browse files

4.0: merget r2501 changeset from trunk (ri isn't a matrix anymore)

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2502 ac1d8469-bf42-47a9-8791-bf33cf982152
parent cfc7149d
Branches
Tags
No related merge requests found
......@@ -254,7 +254,7 @@ while t>d+1
ri = Z(i,:)'/Fi(i,t)*v(i,t)+Li(:,:,i,t)'*ri;
end
end
r(:,t) = ri(:,t);
r(:,t) = ri;
alphahat(:,t) = a1(:,t) + P1(:,:,t)*r(:,t);
etahat(:,t) = QRt*r(:,t);
ri = T'*ri;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment