View full-text article in PMC Sensors (Basel). 2022 Nov 14;22(22):8789. doi: 10.3390/s22228789 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2022 by the author. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). PMC Copyright notice 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