Skip to main content
. 2018 Oct 10;18(10):3381. doi: 10.3390/s18103381
Algorithm 1: diffusion Logarithm-Correntropy Algorithm
   Initialize: Start with wl,1=0 for all l, initialize wk,0 for each node
   k,step-size μ, and cooperative coefficients clk. Set α>0, σ>0.
   for t=1:T
      for each node k:
     Adaptation.
        ξl,i=expel,i22σ2wl,i12+1
        τl,i=expel,i22σ2wl,i12+1.el,iul,i+dl,iwl,iσ2wl,i12+12.
        φk,i=φk,i1μHek,iwk,i1=φk,i1μτl,i+τl,i1+αξl,i
        Communication.
        Transmit the intermediate φk,i to all neighbors in Nk.
        Combination.
             wk,i=lNkclkφl,i
              Nk are the neighbor nodes of node k in the communication subnetwork.