Skip to main content
. 2019 Jun 26;19(13):2842. doi: 10.3390/s19132842
Algorithm 2 Revision of Posterior Weights
For each target xk1(n),n=1,,N^k1|k1 at previous time
  If the survival probability of xk1(n) is above the threshold: pSk1,(n)>pSth, then
    Find the prediction weights and posterior weights corresponding to target xk1(n):
    wk|k1i,wk|ki,iI(n), where I(n) is the set of the index representing target xk1(n).
    If sum(wk|ki)<12sum(wk|k1i),iI(n), do
      wk|ki=wk|k1i,iI(n)
    End
  End
End