7.2 The Normal Distribution - Properties
The Normal distribution, also referred to as the Gaussian distribution, is by far the most commonly occurring distribution in all of statistical inference, so it requires some special attention.
The Shape
The shape of the Normal distribution is sometimes described as bell-shaped, as shown in Figure 7.1, and is thus referred to as the bell-curve (although there are several other mathematical functions which are bell-shaped). The function is referred to as where and are parameters of the model. (see Appendix 14.1 on page 225 for a review of greek letters)
The location parameter,
The location parameter (see Figure 7.2) is the value of for which the Normal distribution has a maximum probability. In a real sense, it is the middle of the distribution, and the best estimate of . For the Normal distribution the location parameter, , is at once the mean, median and mode of the distribution.
The deviation parameter,
As shown in Figure 7.3 the deviation parameter, , is a measure of how spread out the distribution is. As the width increases, the height goes down to keep the area under the curve constant (at 1). As a result, more of the probability sits at larger values of as gets larger.
Three useful properties of for the Normal distribution are the following:
- the Normal distribution value at the maximum (i.e. at ) is around 2.7 times larger than the value one- away from the maximum (at and )
- the total probability between these two points is 65%. This is typically written, .
- 95% of the distribution lies between and (see Figure 7.3)
For example, writing typically implies a Normal distribution with mean and deviation . One is 65% certain that the range of the estimated value is between 3 and 7, and 95% certain that the range is between 1 and 9 (i.e. mean minus two deviations and mean plus two deviations).
Summarizing the Distribution
We can specify the Normal distribution with just the two parameters, and - the location and deviation parameters, respectively. However, due to its symmetry, we can summarize this distribution for all cases by looking a a single special case called the standard Normal distribution.
The Standard Normal Distribution is the Normal distribution in the special case where (the distribution is centered at ) and (the distribution has a spread of 1).
For any Normal distribution, the area within 1- is 0.68, within 2- is 0.95, and 3- is 0.99. These locations are the most prevalently used in any kind of statistical testing, and thus we will see them many times.
Moving from a General Normal to the Standard Normal and Back
In order to use the table of percentiles for the standard Normal distribution, we need to be able to translate from the Normal to the standard Normal and back again. Luckily, it is a simple process, and is one of the main reasons for using the Normal distribution - other distributions are not so easily manipulated.
To facilitate this translation, we will use the variable for the Normal distribution and for the standard Normal. So now, we need to have a recipe for translating to (or vice versa), given and . These recipes are:
- to : subtract by , and divide by
- to : multiply by and add
Your Turn
Normal Distribution - Probabilities
Given a Normal distribution, with parameters and , determine the following probabilities:
Your Turn
Normal Distribution - Likelihood
Given a Normal distribution, with parameters and , answer the following questions (see Table 1.1 on page 51 for reference):
- Make a qualitative plot of the distribution to help you with the other parts of the question
- Is likely that ?
- Above which value of is it very unlikely to observe?
- Below which value of is it extremely unlikely to observe?
Your Turn
Normal Distribution - Likelihood Again
Given a Normal distribution, with parameters and , answer the following questions (see Table 1.1 on page 51 for reference):
- Make a qualitative plot of the distribution to help you with the other parts of the question
- Is likely that ?
- Above which value of is it very unlikely to observe?
- Below which value of is it extremely unlikely to observe?
Sum and Differences
One more convenient property of the Normal distribution is that sums and differences of variables that individually have Normal distributions also have Normal distributions, although each with a different mean and deviation parameter. The relationships are summarized as follows.
Sum of two Normally distributed variables If we have two variables, and , which have Normal distributions
then their sum, , has a mean the sum of the two, and a deviation .
Note
Sum of two Normally distributed variables
If we have two Normally distributed variables, and , we have
One way to remember this is that the new squared deviation parameter is the sum of the two old ones,
Differences between two Normally distributed variables For differences, , we have a new mean of and deviation parameter again . Note the “+” sign in the new , which keeps the new positive which is must be by definition.
Note
Differences between two Normally distributed variables
(Note the “+” sign in the new .)
If we are asked for the distribution of a quantity with an added constant, like
then the probability of is just the same as that of (i.e. Normal distribution with the same deviation), with the location parameter moved by the constant
Example 3 We have two Normal distributions and . What is the distribution for ?
Show solution
The distribution is also a Normal distribution, with mean and deviation .
Adapted from Statistical Inference for Everyone, by Brian Blais (Bryant University), licensed under CC BY-SA 4.0 (dual-licensed under the GNU FDL 1.2 or later; this adaptation uses the CC BY-SA grant). Changes were made; this adaptation is distributed under the same license. License: CC-BY-SA-4.0.