The normal distribution, often known as the bell curve due to its shape, is a critical concept in statistics. It describes how the values of a variable are distributed. Values are symmetrically distributed around the mean, making it a model for natural phenomena and measurement errors.
- Characterized by two parameters: mean \(\mu\) and variance \(\sigma^2\).
- Approximately 68% of data within one standard deviation (\(\sigma\)) of the mean, 95% within two, and 99.7% within three.
- The PDF is given by \(\frac{1}{\sqrt{2\pi\sigma^2}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}\).
In the exercise, the random sample \(X_1, X_2, X_3, X_4\) all follow a normal distribution with mean 0 and variance \(\sigma^2\). This forms the basis to explore further statistical properties and determine the moment-generating function of combined expressions, as seen with \(Q\). Understanding normal distribution is vital because it's foundational for other statistical concepts, like the Central Limit Theorem.