Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo: function called a variable #495

Open
maxschommer opened this issue May 4, 2024 · 1 comment
Open

Typo: function called a variable #495

maxschommer opened this issue May 4, 2024 · 1 comment

Comments

@maxschommer
Copy link

"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"

@maxschommer
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant