Skip to content

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

Open
@lfwin

Description

@lfwin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions