View full-text article in PMC Sensors (Basel). 2021 Jan 11;21(2):461. doi: 10.3390/s21020461 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 (http://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 2 MAPE. 1:▹Inputs:x¯,ψ,R,P 2:▹Output:x^ 3:▹Sectionvariables:P,R 4:▹x¯:Priors 5:▹ψ:Measurements 6:▹P:Priornoisecovariance 7:▹R:Measurementnoisecovariance 8:ψvalidated←Validated-Measurements(x¯,ψ,R,P) 9:m←ψvalidated 10:forj=0; j<m; j++do 11: rj←ψ(j)−x¯ 12: β0←(1−PDPG)C 13: βj←LjejC 14:end for 15:x^=x¯+RR+Q∑j=1mβjrj