typo mu -> sigma github #276
This commit is contained in:
parent
fb852672a7
commit
ac1e03a425
@ -294,7 +294,7 @@
|
||||
"$$\\begin{aligned}\\bar x &= \\mu_x + \\mu_{f_x} = 10 + 15 &&= 25 \\\\\n",
|
||||
"\\bar\\sigma^2 &= \\sigma_x^2 + \\sigma_{f_x}^2 = 0.2^2 + 0.7^2 &&= 0.53\\end{aligned}$$\n",
|
||||
"\n",
|
||||
"It makes sense that the predicted position is the previous position plus the movement. What about the variance? It is harder to form an intuition about this. However, recall that with the `predict()` function for the discrete Bayes filter we always lost information. We don't really know where the dog is moving, so the confidence should get smaller (variance gets larger). $\\mu_{f_x}^2$ is the amount of uncertainty added to the system due to the imperfect prediction about the movement, and so we would add that to the existing uncertainty. \n",
|
||||
"It makes sense that the predicted position is the previous position plus the movement. What about the variance? It is harder to form an intuition about this. However, recall that with the `predict()` function for the discrete Bayes filter we always lost information. We don't really know where the dog is moving, so the confidence should get smaller (variance gets larger). $\\sigma_{f_x}^2$ is the amount of uncertainty added to the system due to the imperfect prediction about the movement, and so we would add that to the existing uncertainty. \n",
|
||||
"\n",
|
||||
"Let's take advantage of the `namedtuple` class in Python's `collection` module to implement a Gaussian object. We could implement a Gaussian using a tuple, where $\\mathcal N(10, 0.04)$ is implemented in Python as `g = (10., 0.04)`. We would access the mean with `g[0]` and the variance with `g[1]`.\n",
|
||||
"\n",
|
||||
@ -2548,14 +2548,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_c14c7c9853874ef0a496e114210eae6f",
|
||||
"max": 100.0,
|
||||
"min": 0.0,
|
||||
"max": 100,
|
||||
"min": 0,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_5d214435449b45529e6a52291dcc1866",
|
||||
"value": 5.0
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
"3109e908fc98419d806699d7a2880531": {
|
||||
@ -2932,14 +2932,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_6fc9d6a25d424100be095b70f12b9ccb",
|
||||
"max": 2.0,
|
||||
"max": 2,
|
||||
"min": 0.1,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_041e9d6f999b4c2e8dd8006923b45a57",
|
||||
"value": 1.0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"5d214435449b45529e6a52291dcc1866": {
|
||||
@ -2976,14 +2976,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_41592f65aa444b6689cee2940b11c9e9",
|
||||
"max": 15.0,
|
||||
"min": 10.0,
|
||||
"max": 15,
|
||||
"min": 10,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.5,
|
||||
"style": "IPY_MODEL_1e6ed0bbc3af4016ac96e8084f2a2bef",
|
||||
"value": 12.0
|
||||
"value": 12
|
||||
}
|
||||
},
|
||||
"618b63b1caa54ba99541fbae4f78d2dc": {
|
||||
@ -3004,14 +3004,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_a5a5eff11fd5487cb1b87e15a4af8a80",
|
||||
"max": 100.0,
|
||||
"min": 0.0,
|
||||
"max": 100,
|
||||
"min": 0,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_6a64998029a04ff3bd5d93a2d1fba2f8",
|
||||
"value": 5.0
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
"61b17c1656c6477693ff3ec0db2c5844": {
|
||||
@ -3032,14 +3032,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_ee15c3b7c9e84f62b4e1faab168a87b6",
|
||||
"max": 2.0,
|
||||
"min": -2.0,
|
||||
"max": 2,
|
||||
"min": -2,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_0358e78f6f36480cb5ebf0f89f49934b",
|
||||
"value": 1.0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"62808e56615d416491559e92ff34d5f1": {
|
||||
@ -3060,14 +3060,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_2a738977ecb549a993d47244d6ac50fd",
|
||||
"max": 100.0,
|
||||
"min": 0.0,
|
||||
"max": 100,
|
||||
"min": 0,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_b85af9dfbd9042faa46d1a49a5f303ed",
|
||||
"value": 5.0
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
"63d0e481df73436bb8cbe263dac07a3d": {
|
||||
@ -3088,8 +3088,8 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_2a4208cd088b4882a8d5a592f610a41a",
|
||||
"max": 40.0,
|
||||
"min": 0.0,
|
||||
"max": 40,
|
||||
"min": 0,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
@ -3184,14 +3184,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_39b233342714416aa2a0a329dc931641",
|
||||
"max": 2.0,
|
||||
"max": 2,
|
||||
"min": 0.1,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_0c66f10d9a2a4902b04094b62e5e154d",
|
||||
"value": 1.0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"6e8ff778989f4724a96bc66efc9dc29d": {
|
||||
@ -3292,14 +3292,14 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_b4ae3832588c476aa88f2895267337e5",
|
||||
"max": 2.0,
|
||||
"min": -2.0,
|
||||
"max": 2,
|
||||
"min": -2,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
"step": 0.1,
|
||||
"style": "IPY_MODEL_4b951bc3ddb24e2f975b6c8f168285a3",
|
||||
"value": 1.0
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"8dfce204eadc41ea87d489d85bb563a7": {
|
||||
@ -3799,8 +3799,8 @@
|
||||
"description_tooltip": null,
|
||||
"disabled": false,
|
||||
"layout": "IPY_MODEL_4201a1f5e7e24c68b9d8e54e47d28aad",
|
||||
"max": 10.0,
|
||||
"min": 5.0,
|
||||
"max": 10,
|
||||
"min": 5,
|
||||
"orientation": "horizontal",
|
||||
"readout": true,
|
||||
"readout_format": ".2f",
|
||||
|
Loading…
x
Reference in New Issue
Block a user