4.4.2 Normal Distribution

Normal Distribution has the following properties:

_ _

Normal Distribution:

_ _
          1    -(x-μ)2
f (x) = √-----e  2σ2
          2πσ

4.4.2.1 Standard Normal Distribution:

The following formula is used to transform a Normally distributed random variable, X, into a Standard Normally distributed random variable,

Z =  X----μ-
        σ

Note: if z is known we can solve for x:

x =  μ + zσ

         1   -z2
f(z) = √----e 2
         2π

The Figures ??,??,??,??,?? illustrate the important probabilities associated with the normal distribution and calculating approximate probabilities using the information on the Normal distribution given in this subsection.


PIC PIC
Figure 4.2: The Normal curve, f(z), and again with the area underneath shaded, representing P(-∞ < Z < ).



PIC PIC
Figure 4.3: The area underneath the normal curve shaded from -1 to 1, and -2 to 2, illustrating P(-1 < Z < 1) 68% and P(-2 < Z < 2) 95% respectively.



PIC PIC
Figure 4.4: The area underneath the normal curve shaded from -∞ to 0, and 0 to , illustrating P(-∞ < Z < 0) = 50% and P(0 < Z < ) = 50% respectively.



PIC PIC
Figure 4.5: The area underneath the normal curve shaded from -1 to 0, and 0 to 1, illustrating P(-1 < Z < 0) 34% and P(0 < Z < 1) 34% respectively. Resulting from symmetry.



PIC PIC
Figure 4.6: The area underneath the normal curve shaded from -∞ to -1, and 1 to , illustrating P(-∞ < Z < -1) 16% and P(1 < Z < ) 16% respectively. Resulting from symmetry.


4.4.2.2 The Distribution of the Average of I.I.D. Normally Distributed Random Variables

Let X1,X2,,Xn be n i.i.d. N(μ,σ2) random variables. The expectation of the sample mean, ¯X, of n i.i.d. Normally distributed random variables is μ and the variance is σ2
 n. Recall equations ?? and ??. The situation where the random variables are Normally distributed is a special case in that ¯
X is also Normally distributed and

          σ2
¯X ~  N (μ,---).
           n

In addition,

     ¯X -  μ
Z =  --√---,
     σ∕  n

where Z ~ N(0, 1).

Examples

_ _