View full-text article in PMC Sensors (Basel). 2020 Jul 20;20(14):4028. doi: 10.3390/s20144028 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2020 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 3 Uncertainty estimate. Input: Likelihood p(ρv|θ), local maximum likelihood θ¯, beam width b Output: Posterior p(θ^) 1: I(θ¯)←2∂σρ∂θ2+∂ρ¯∂θ2σρ2 ▹ Fisher information Equation (43) 2: σθ2←1I(θ¯) 3: α,β←1 ▹ Beta distr. parameters 4: if σθ≤σT then ▹ Equation (52) 5: α←b+2θ¯b2−4(θ¯2+σθ2)8bσθ2 6: β←b−2θ¯b2−4(θ¯2+σθ2)8bσθ2 7: end if 8: p(θ^)←Betaα,β,−b2,b2