Skip to content

Typo in chapter 4: One-Dimensional-Kalman-Filters.ipynb #441

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

Open
lfwin opened this issue Feb 7, 2023 · 0 comments · May be fixed by #445
Open

Typo in chapter 4: One-Dimensional-Kalman-Filters.ipynb #441

lfwin opened this issue Feb 7, 2023 · 0 comments · May be fixed by #445

Comments

@lfwin
Copy link

lfwin commented Feb 7, 2023

Hi,
There is a typo in chapter 4, cell 14,
plt.plot(xs, ys, label='$\mathcal{N}$' + '$({g2.mean},{ge.var})$') should be replaced with
plt.plot(xs, ys, label='$\mathcal{N}$' + f'$({g2.mean},{g2.var})$').
In addition, thanks for sharing such good online free book.

@MuhammedM294 MuhammedM294 linked a pull request Mar 3, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant