Fix typo likelihood -> gaussian in the markdown text
This commit is contained in:
parent
ff7873461a
commit
05818fc66b
@ -938,7 +938,7 @@
|
||||
"\n",
|
||||
"```python\n",
|
||||
"prior = predict(x, process_model)\n",
|
||||
"likelihood = likelihood(z, sensor_var)\n",
|
||||
"likelihood = gaussian(z, sensor_var)\n",
|
||||
"x = update(prior, likelihood)\n",
|
||||
"```\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user