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

Fixed detection of stochastic trends orthogonal to the observed variables.

parent 278726f3
Branches
Tags
No related merge requests found
......@@ -105,7 +105,7 @@ end
Pinf = zeros(np,np);
Pinf(1:nk,1:nk) = eye(nk);
for k = 1:nk
if norm(QT(mf,k)) < 1e-8
if norm(QT(mf,:)*ST(:,k)) < 1e-8
Pinf(k,k) = 0;
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment