You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The `scipy.stats` module contains a number of objects which you can use to compute attributes of various probability distributions. The full documentation for this module is here: http://docs.scipy.org/doc/scipy/reference/stats.html. We will focus on the norm variable, which implements the normal distribution. Let's look at some code that uses `scipy.stats.norm` to compute a Gaussian, and compare its value to the value returned by the `gaussian()` function from FilterPy."
"We will focus on the norm variable" should be corrected to "we will focus on the norm function"
The text was updated successfully, but these errors were encountered:
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.
Kalman-and-Bayesian-Filters-in-Python/03-Gaussians.ipynb
Line 1581 in 9e3d2f6
"We will focus on the norm variable" should be corrected to "we will focus on the norm function"
The text was updated successfully, but these errors were encountered: