Skip to content
Snippets Groups Projects
Commit 7598d2ed authored by Ferhat Mihoubi's avatar Ferhat Mihoubi Committed by Sébastien Villemot
Browse files

Initializes the s variable

(cherry picked from commit 307d5d5d)
parent 3b393b99
Branches
Tags
No related merge requests found
......@@ -83,7 +83,8 @@ LIK = Inf; % Default value of the log likelihood.
oldK = Inf;
notsteady = 1;
F_singular = 1;
s = 0;
while notsteady & t<=last
s = t-start+1;
d_index = data_index{t};
......
......@@ -70,6 +70,7 @@ oldK = Inf;
if isequal(H,0)
H = zeros(pp,pp);
end
s = 0;
while rank(Pinf,kalman_tol) && (t<=last)
s = t-start+1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment