Skip to main content
. 2023 Feb 11;25(2):333. doi: 10.3390/e25020333
Algorithm A1 LMC
  • Input: The data.

  • Parameters: Positive real numbers λ,τ,h,T.

  • Output: The matrix M^

  • Initialize: M0,M^=0m×p

  • fork1 to T do

  •     Sample Mk from (8);

  •     M^M^+Mk/T

  • end for