Skip to content

Commit a26f323

Browse files
authored
Update README.md
1 parent 3bc4337 commit a26f323

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,8 @@ This repository contains source codes and a Jupyter Notebook tutorial for 1 dime
44
**Best way is to download the Jupyter Notebook to see the tutorial**
55

66
The tutorial estimates the system below:
7-
```math
8-
"\n",
9-
"$$x_{k+1} = f [ k , x_k , v_k ] = 2 \\operatorname { atan } [ x_k ] + 0.5 * \\cos ( \\pi k / 3 ) + v_k$$\n",
10-
"\n",
11-
"$$z_k = h [ k , x_k ] + w_k = x_k + x_k ^ { 2 } + x_k ^ { 3 } + w_k$$\n",
12-
"\n",
13-
"$$E \\{ v_k \\} = 0 , E \\{ v_k v_j \\} = \\delta _ { j k } Q_k\\ where\\ Q_k = 1$$\n",
14-
"\n",
15-
"$$E \\{ w_k \\} = 0 , E \\{ w_k w_j \\} = \\delta _ { j k } R_k\\ where\\ R_k= 0.25$$\n",
16-
"\n",
17-
"$$\\quad \\hat { x }_0 = 4 , P_0 = 2$$\n",
18-
"\n",
19-
```
7+
8+
![e](equation.png)
209

2110
I got this example from a class taught by Dr. Psiaki. But one can solve other 1D systems they want and modifying in the source codes. The prerequisites to fully understand this document Bayesian Statistics and Kalman Filter.
2211

0 commit comments

Comments
 (0)