Skip to main content
. 2022 Nov 14;22(22):8789. doi: 10.3390/s22228789
Algorithm 4 Realisation of Algorithm 1
  • 1:

    n:=1

  • 2:

    while n ≤ 5000 do

  • 3:

       Generate independently and uniformly n random points on the unit interval [0,1];

  • 4:

       Calculate Tn(a) according to Algorithm 1 for ρ=1.8n and s=0.5n;

  • 5:

       Insert the points (n,Tn(a)) into the chart;

  • 6:

       n:=n+1

  • 7:

    end while