pml2-book icon indicating copy to clipboard operation
pml2-book copied to clipboard

clean up the gaussian filtering notation in ch 8

Open murphyk opened this issue 2 years ago • 0 comments

  • rename LinGaussPredict to GaussMoments, LinearizedPredict to LinearizedMoments, and UnscentedPredict to UnscentedMoments.
  • Eliminate unnecessary LinGaussUpdate function from algorithm 7, and rewrite algorithm 8 (KF) accordingly.
  • Eliminate unnecessary CondLinearizedPredict function in algo 18.
  • Add pseudocode for (iterated) conditional moment gaussian smoother. This changes the algorithm numbering within sec 8.7.7, but the rest of the numbering (equations, sections, etc) is unaffected. (Of course, page numbers have changed, too.)

murphyk avatar Sep 16 '22 21:09 murphyk