View full-text article in PMC Sensors (Basel). 2021 Oct 14;21(20):6821. doi: 10.3390/s21206821 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2021 by the authors. 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 3 Procedure of Computation 1:functionCompute(σx,fLU) 2: {L1,U1}←fLU(Y1). 3: {L2,U2}←fLU(Y2). 4: {L3,U3}←fLU(Y3). 5: {L4,U4}←fLU(Y4). 6: r1←∏i=1nL1(i,i)U1(i,i). 7: r2←∏i=1nL2(i,i)U2(i,i). 8: r3←∏i=1nL3(i,i)U3(i,i). 9: r4←∏i=1nL4(i,i)U4(i,i). 10: return σy={r1,r2,r3,r4,L1,L3,U1,U3} 11: end function