added missing initialization in kalman_smoother

time-shift
Michel Juillard 2010-06-26 15:14:11 +02:00
parent c574544b16
commit b400e97887
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ QQ = R*Q*R';
QRt = Q*R';
alphahat = zeros(mm,smpl);
etahat = zeros(rr,smpl);
epsilonhat = zeros(rr,smpl);
r = zeros(mm,smpl+1);
oldK = 0;