Section 9.2 The Normal Distribution
Definition 9.2.1. The Normal Distribution.
Given two parameters \(\mu\) and \(\sigma\text{,}\) a random variable X over \(R = (-\infty,\infty)\) has a normal distribution provided it has a probability function given by
The normal distribution is also sometimes referred to as the Gaussian Distribution (often by Physicists) or the Bell Curve (often by social scientists).
Theorem 9.2.2. Standard Normal Distribution.
If \(\mu = 0\) and \(\sigma = 1\text{,}\) then we say X has a standard normal distribution and often use Z as the variable name and will use \(\Phi(z)\) for the standard normal distribution function. In this case, the density function reduces to
Proof.
Convert to "standard units" using the conversion
Notice that the work needed to complete the integrals over the entire domain above was pretty serious. To determine probabilities for a given interval is however not possible in general and therefore approximations are needed. When using TI graphing calculators, you can use
Or you can use the calculator below.
Note that when no mean or standard deviation for normalcdf is provided, the calculator presumes standard normal.
Note that you can use a graphing calculator's normalcdf(a,b) = \(\Phi(b) - \Phi(a)\) to compute probabilities in the standard normal distrubution. If you have a normal distribution other than the standard and don't want to convert to standard, then the graphing calculator usage is normalcdf(a,b,\(\mu,\sigma\)).
Checkpoint 9.2.3. WebWork - Computing Standard Normal Probabilities.
Checkpoint 9.2.4. WeBWorK - Computing Normal Probabilities when non-Standard.
Theorem 9.2.5. Verifying the normal probability function.
Proof.
Note that you can convert the integral above to standard unitsĀ 5.6.1 so that it is sufficient to show
Toward this end, consider \(I^2\) and change the variables to get
Converting to polar coordinates using
and
gives
as desired.
Theorem 9.2.6. Verifying the normal probability mean.
Proof.
The definition of expected value for a continuous variable in this case gives an integral to evaluate since X is continuous. In that integral, it is useful to use a standard change of variables as in basic integral calculus to convert the integral to something easier to evaluate. In this case, you will want to convert the X variable to the standard units variable Z so that
or by solving for x
So, it follows that
and therefore the use of \(\mu\) as the parameter in the normal distribution probability function is warranted.
Theorem 9.2.7. Verifying the normal probability variance.
Using a similar change of variable as in the previous theoremĀ 9.2.6,
Proof.
using integration by parts. So, the use of \(\sigma\) as the other parameter in the normal probability function is also warranted.
Using simple calculus on the normal probability function provides a few tips regarding how to best sketch a nice graph.
Theorem 9.2.8. Normal Distribution Maximum.
The maximum of the normal distribution probability function occurs when \(x = \mu\)
Proof.
Take the derivative of the probability function to get
which is zero only when \(x = \mu\text{.}\)
It is easy to see by evaluating to the left and right of this value that this critical value yields a maximum.
Points of Inflection for the normal distribution probability function occurs when \(x = \mu + \sigma\) and \(x = \mu - \sigma\text{.}\)
Theorem 9.2.9. Normal Distribution Points of Inflection.
Proof.
Take the second derivative of the probability function to get
which is zero only when \(x = \mu \pm \sigma\text{.}\)
It is easy to see by evaluating to the left and right of this value that these critical values yield points of inflection.
When using a graphing calculator's normalcdf(a,b,\(\mu,\sigma\)), pay attention to the the order of terms. For normal distributions, the calculator function always requires an interval. If you are looking for a one-sided probability, such as \(P(X \gt 4)\) for a problem with (say) mean \(\mu = 2\) and \(\sigma = 3\text{,}\) you can replace the infinite upper limit with "large" finite endpoint. Providing something that is more than 10 standard deviations above the mean is for all practical purposes infinity with respect to calculations. So, in this case \(P(X \gt 4)\) can be approximated by normalcdf(4,32,2,3). If you are brave, you can go even higher and use normalcdf(4,100000,2,3) if desired.
Checkpoint 9.2.10. WebWork - Computing Regular Normal Probabilities.
In the standard normal distribution, we have considered the case where you get the probability when given an interval. However, what about the reverse problem of finding an interval that would result in a given probability? That is, to solve for example the problem
To deal with this we need an "inverse function" \(\Phi^{-1}\text{.}\) Toward that end, consider the simpler problem of solving
Then, technically the answer would be
Since integrating the normal probability function is impossible you can expect that finding a nice formula for the inverse of that integration might also be challenging and that is certainly the case. However, you have two options:
- Guessing \(z_0\) until you get a probabilty that is close enough to \(\alpha\text{.}\)
- Use a calculator that has the inverse built in!
For most graphing calculators, there is a function called "invNorm" and that is a way to compute values involving \(\Phi^{-1}\text{.}\) Indeed, for example if you wanted to solve
then just use invNorm(\(0.813\)) to get \(z_0 \approx -0.2198\text{.}\)
Checkpoint 9.2.11. WebWork - Inverse Standard Normal Calculations.
While we are at it, can we "go backwards" and figure out the mean and variance if given some probabilities. This requires some problem solving skills and enough provided information to figure things out. For the exercise below, what does it mean to talk about the "middle" percentage of the area? That gives one the mean and also describes a probability of the sort
where \(z_0\) is a z-value obtained by using the inverse normal distribution function. It might help to draw a picture first of the area under the normal curve described in any such exercise.