Normal distributions
This is about probability of measuring some continuous quantity, such as time, length, and mass, to be within some interval.
Contents
When to Use
If it exhibits the following symptoms, normal distribution may be for you
- a single measurement or occurrence
- no reference to number of tries or measurements
- measurement is continuous (time, length, mass etc)
Normal distribution questions often state the use of the normal distribution. However, it is often the case that a question starts out normal, only to shift into binomial distribution regarding successes out of tries.
Definition
A normally distributed random variable is notated as
with expected value (or mean) and standard deviation or variance .
Normal distribution involves a continuous distribution, meaning the probability can only be calculated over an interval. The probability of any particular value is .
This is done on the calculator. For probability where the interval involves or , use or , or any arbitrary values more than standard deviations away from the mean in the correct direction.
To find the endpoint such that , take the inverse normal using and the given mean and standard deviation. Calculators often use standard deviation, while the mathematical definition uses variance.
For values within distance of , you may see
For values outside of distance of , you may see
Mean = Median = Mode
For a normal distribution, is the mean, the median, and the mode. This means
This also means that normal distribution is symmetric about the mean.
Other properties based on the symmetry include, for some
Empirical rule and -score
The empirical rule, or rule, states that, for a normal distribution, regardless of the values of or
For a single measurement, there is a chance it is within standard deviation of the mean, chance of within , and chance of within .
The above are generally not true for other types of distributions.
This prompts the definition of the -score
The -score is the number of standard deviations that a value is more than the mean. Negative -scores mean the value is that many standard deviations below the mean.
Then all calculations can simply refer to the standardized normal distribution .
-scores allow for solving for or when given the probability.
A sketch of the derivation is provided in the discussion on definite integrals.
Examples
On TI-84 Plus and TI-Nspire, the inverse normal function invNorm
returns , such that for some known distribution and probability . On Casio and other brands, there is often an option to solve as well. We shall assume we can only solve the first case on the calculator.
Example: Let , find such that .
The normal distribution has mean and standard deviation . We have
Then,
Example: The percentage by volume of potato chips in a bag is normally distributed. The company wants of bags to contain at least chips, and of bags to contain at least chips. To three significant figures, find the mean and standard deviation to pack the least amount of chips.
Let be the percentage of chips in the bag.
At the minimum amount of chips packed,
The endpoints of the standardized normal distribution with left-tail probabilities and are and , respectively.
Using -scores,
Most calculators require the equations in the form
before finding
The bags should be filled with mean and standard deviation .
Tips
- Draw a bell curve. Label the mean and the desired interval(s).
- Which way is the inequality sign?
- Does it want probability of being inside or outside some interval?
- Does it want a minimum or a maximum?
- Math notation uses variance but calculators typically use standard deviation.
- Write down the calculator command you used, so you can easily check your work later.
- The intersection of two events is their area(s) of overlap. Conditional probability is a ratio (fraction) of areas. See also probability formulas.