I reversed the explanation of product/sum for Gaussians, saying the
sum is proportional and the product is Normal. Of course the reverse is true.
This commit is contained in:
parent
529585a4c8
commit
d15845bde8
@ -1292,7 +1292,7 @@
|
||||
"source": [
|
||||
"## Computational Properties of Gaussians\n",
|
||||
"\n",
|
||||
"A remarkable property of Gaussians is that the product of two independent Gaussians is another Gaussian! The sum is not Gaussian, but proportional to a Gaussian.\n",
|
||||
"A remarkable property of Gaussians is that the sum of two independent Gaussians is another Gaussian! The product is not Gaussian, but proportional to a Gaussian.\n",
|
||||
"\n",
|
||||
"The discrete Bayes filter works by multiplying and adding arbitrary probability distributions. The Kalman filter uses Gaussians instead of arbitrary distributions, but the rest of the algorithm remains the same. This means we will need to multiply and add Gaussians. \n",
|
||||
"\n",
|
||||
@ -1810,7 +1810,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.5.1"
|
||||
"version": "3.5.3"
|
||||
},
|
||||
"widgets": {
|
||||
"state": {
|
||||
|
Loading…
Reference in New Issue
Block a user