Math 216: Statistical Thinking
The Normal Distribution is a continuous probability distribution that is symmetrical around its mean, represented by \(\mu\). This distribution is crucial in statistics and is often used to represent real-world variables.
\[ f(x)=\frac{1}{\sigma \sqrt{2 \pi}} \exp \left(-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2\right) \]
Key Insight: The formula looks complex, but it just describes a perfectly balanced bell curve!
Everyday Examples:
A special case where \(\mu=0\) and \(\sigma=1\). This is our universal translator for all normal distributions!
\[ f(z)=\frac{1}{\sqrt{2 \pi}} \exp \left(-\frac{1}{2} z^2\right) \]
Why it’s amazing:
To utilize the standard normal distribution effectively in statistical calculations, we convert a normal random variable \(x\) with any mean \(\mu\) and standard deviation \(\sigma\) to a standard normal variable \(z\).
\[ Z = \frac{x - \mu}{\sigma} \]
To find the probability of \(x\) being less than a particular value \(x_0\), use: \[ P(x \leq x_0) = P\left(Z \leq \frac{x_0 - \mu}{\sigma}\right) \]