sum of normal random variables
Suppose \(X,Y\) are independent random variables from normal distributions, then sum of these two random variables is also a normal random variable. The proof of this statement could be referred to
Wikipedia-Proof using convolutions
We could also generate graphs to elucidate this process
1 | > x <- rnorm(10000,1,10) |