This commit is contained in:
Roger Labbe 2018-04-25 15:29:43 -07:00
commit 5a0cd1b098

View File

@ -945,7 +945,7 @@
"x = gaussian(0., 20.**2) # dog's position, N(0, 20**2)\n",
"velocity = 1\n",
"dt = 1. # time step in seconds\n",
"process_model = gaussian(velocity*dt, process_var) \n",
"process_model = gaussian(velocity, process_var) \n",
" \n",
"# simulate dog and get measurements\n",
"dog = DogSimulation(\n",