Skip to main content
. 2020 Oct 6;20(19):5689. doi: 10.3390/s20195689
Algorithm 4. Online identification of latency probability.

[Lmax,p^]:=ONLINE[{xkN:ki,wk1i}i=1Ns,y1:k]

  • Select the value for sl

  • for (p=0:sl:1)
    • Set Lp=0
    • for (t=1:k)
      • [Lp,{xti,wp,ti}i=1Ns]:=LL[Lp,{xtN:ti,wp,t1i}i=1Ns,yt]
    • end for
    • Initialization: if p=0
      • Lmax=Lp and p^=p
    • Update: else
      • If Lp>Lmax
        • -
          Lmax=Lp and p^=p
  • end for