Skip to content
Snippets Groups Projects
Commit b933a440 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Stéphane Adjemian
Browse files

Add debugging info to Kalman filter routines

parent b9741548
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ while newRank && (t<=last)
end
if oldRank ~= newRank
disp('univariate_diffuse_kalman_filter:: T does influence the rank of Pinf!')
disp('This may happen for models with order of integration >1.')
end
t = t+1;
end
......
......@@ -184,6 +184,7 @@ while newRank && t < smpl
end
if oldRank ~= newRank
disp('univariate_diffuse_kalman_filter:: T does influence the rank of Pinf!')
disp('This may happen for models with order of integration >1.')
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment