SUMMARY
The probability density function (p.d.f.) of the sum of two independent normal distributions, X1 ∼ N(μ1, σ1²) and X2 ∼ N(μ2, σ2²), results in another normal distribution Y = X1 + X2. The mean of Y is calculated as μY = μ1 + μ2, while the variance is σY² = σ1² + σ2². This conclusion is derived from the moment-generating functions (MGFs) of the individual distributions, which combine multiplicatively. Therefore, Y follows the distribution N(μ1 + μ2, σ1² + σ2²).
PREREQUISITES
- Understanding of normal distributions and their properties
- Familiarity with moment-generating functions (MGFs)
- Knowledge of expected values and variances
- Basic concepts of probability theory
NEXT STEPS
- Study the properties of moment-generating functions (MGFs) in detail
- Learn about the Central Limit Theorem and its implications for sums of random variables
- Explore applications of normal distributions in statistical modeling
- Investigate the implications of combining distributions in Bayesian statistics
USEFUL FOR
Students in statistics, data scientists, and anyone involved in probability theory or statistical analysis who needs to understand the behavior of sums of normal distributions.