Kalman-and-Bayesian-Filters-in-Python
Kalman-and-Bayesian-Filters-in-Python copied to clipboard
Typo: function called a variable
https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/9e3d2f6ed023d937587cf2ef2ecfbf7afc3d8054/03-Gaussians.ipynb#L1581
"We will focus on the norm variable" should be corrected to "we will focus on the norm function"
Perhaps it should be just called an "object", since while it is being called as a function in the example in the text to generate a frozen distribution, it also has attributes and other methods which can be used.