Kalman-and-Bayesian-Filters-in-Python icon indicating copy to clipboard operation
Kalman-and-Bayesian-Filters-in-Python copied to clipboard

Misleading figure in chapter 2

Open rlabbe opened this issue 7 years ago • 1 comments

In the "The Discrete Bayes Algorithm" section the predict bubble has an arrow coming out of it labelled 'estimated state', with x_hat. This is not right. The output is the prior. the Update bubble should have the arrow.

Perhaps the predict bubble should have an arrow with prior, but in gray, or dashed or something? The primary output is the posterior, after all.

rlabbe avatar May 22 '18 15:05 rlabbe

This image?

Untitled

endolith avatar Jul 13 '24 01:07 endolith