Skip to main content
. 2020 Jul 20;20(14):4028. doi: 10.3390/s20144028
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: σθ21I(θ¯)
  3: α,β1 ▹ Beta distr. parameters
  4: if σθσT then ▹ Equation (52)
  5:    αb+2θ¯b24(θ¯2+σθ2)8bσθ2
  6:    βb2θ¯b24(θ¯2+σθ2)8bσθ2
  7: end if
  8: p(θ^)Betaα,β,b2,b2