-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Ch03 sum of two Gaussians is Gaussian? #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is poorly written. The sum of two independent, normally distributed variables is proportional to another gaussian. I thought I had all of these mis-expressions cleaned up, but apparently not. https://en.wikipedia.org/wiki/Sum_of_normally_distributed_random_variables |
Hmm... My confusion was in the distinction between the distribution (function) and random variable. The sum of the two functions is not a normally distributed function, but the sum of two random variables that are normally distributed is normally distributed. Wikipedia describes it as:
Edit: I had not refreshed my browser, and I wrote my message before I read your response. It is indeed about the random variables. |
In my understanding, the concept that generally confuses people is that of convolution of random variables vs mixture of distributions. To avoid this confusion, extensive treatment of the topic might be required |
In chapter 3 there is a sentence
To me, this looks like an error. For example, if they have different means, the sum will be a function with two "bumps". Is this correct, or am I missing something here?
The text was updated successfully, but these errors were encountered: