Skip to main content
. 2021 Jan 11;21(2):461. doi: 10.3390/s21020461
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:

    ψvalidatedValidated-Measurements(x¯,ψ,R,P)

  • 9:

    mψvalidated

  • 10:

    forj=0; j<m; j++do

  • 11:

        rjψ(j)x¯

  • 12:

        β0(1PDPG)C

  • 13:

        βjLjejC

  • 14:

    end for

  • 15:

    x^=x¯+RR+Qj=1mβjrj