Skip to content

Commit d739e64

Browse files
committed
typo fixes
1 parent 17e2b07 commit d739e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Interactions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"# Experimenting with FPF'\n",
3737
"\n",
3838
"\n",
39-
"The Kaman filter uses the equation $P^- = FPF^\\mathsf{T}$ to compute the prior of the covariance matrix during the prediction step, where P is the covariannce matrix and F is the system transistion function. For a Newtonian system $x = \\dot{x}\\Delta t + x_0$ F might look like\n",
39+
"The Kalman filter uses the equation $P^- = FPF^\\mathsf{T}$ to compute the prior of the covariance matrix during the prediction step, where P is the covariance matrix and F is the system transistion function. For a Newtonian system $x = \\dot{x}\\Delta t + x_0$ F might look like\n",
4040
"\n",
4141
"$$F = \\begin{bmatrix}1 & \\Delta t\\\\0 1\\end{bmatrix}$$\n",
4242
"\n",
43-
"$FPF^\\mathsf{T}$ alters P by taking the correlation between the position ($x$) and velocity ($\\dot{x}). This interactive plot lets you see the effect of different designs of F has on this value. For example,\n",
43+
"$FPF^\\mathsf{T}$ alters P by taking the correlation between the position ($x$) and velocity ($\\dot{x}$). This interactive plot lets you see the effect of different designs of F has on this value. For example,\n",
4444
"\n",
4545
"* what if $x$ is not correlated to $\\dot{x}$? (set F01 to 0)\n",
4646
"\n",

0 commit comments

Comments
 (0)