Kalman-and-Bayesian-Filters-in-Python
Kalman-and-Bayesian-Filters-in-Python copied to clipboard
Incorrect convolution math formula in chapter on Discrete Bayes
https://nbviewer.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/02-Discrete-Bayes.ipynb
In the Discrete Bayes chapter, we have the formula for the discrete convolution:

For t=0 this always yields just one value that is being added. This seems incorrect to me.
Shouldn't the correct formula be

? This also takes into accout the finite length of the kernel.