|
Algorithm 1 The implementation of the PEKF-VB algorithm |
-
1:
Initialization (): state estimation and associated error covariance , the number of iterations.
-
2:
Compute the predicted state and the associated error covariance
where .
-
3:
Compute the filtering grain
where .
-
4:
Update the state estimation and the associated error covariance
-
5:
Let , , and .
-
6:
while not converge do
-
7:
Compute parameters and by Equations (18) and (19).
-
8:
Compute iterated state estimation and its error covariance by Equations (26) and (27).
-
9:
Let .
-
10:
end while
-
11:
Let , go back to Step 2.
|