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

discrete_bayes_sim has unused paramenter prior

Open ooau opened this issue 3 years ago • 0 comments

In 02-Discrete-Bayes.ipynb in the chapter The Discrete Bayes Algorithm you define the following function with the signature discrete_bayes_sim(prior, kernel, measurements, z_prob, hallway).

The parameter prior is unused.

ooau avatar Sep 14 '22 14:09 ooau