Skip to content

Commit 14b5359

Browse files
committed
kalman - remove debug
1 parent 81a44ff commit 14b5359

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lectures/kalman.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ The good news is that the missile has been located by our sensors, which report
212212
The next figure shows the original prior $p(x)$ and the new reported
213213
location $y$
214214

215-
```{code-cell} ipython3
216-
y[0].item()
217-
```
218-
219215
```{code-cell} ipython3
220216
fig, ax = plt.subplots(figsize=(10, 8))
221217
ax.grid()
@@ -580,10 +576,6 @@ Your figure should -- modulo randomness -- look something like this
580576
:class: dropdown
581577
```
582578

583-
```{code-cell} ipython3
584-
kalman.x_hat
585-
```
586-
587579
```{code-cell} ipython3
588580
# Parameters
589581
θ = 10 # Constant value of state x_t

0 commit comments

Comments
 (0)