130 likes | 148 Views
Normal distribution (2). When it is not the standard normal distribution. The Normal Distribution. WRITTEN :. … which means the continuous random variable X is normally distributed with mean and variance 2 (standard deviation ). The Standard Normal Distribution.
E N D
Normal distribution (2) When it is not the standard normal distribution
The Normal Distribution WRITTEN : … which means the continuous random variable X is normally distributed with mean and variance 2 (standard deviation )
The Standard Normal Distribution • The random variable is called Z • Z is called the standard normal distribution • its mean is 0 • standard deviation is 1 • The distribution function is denoted by • Area under the curve = probability (Z)
(-1.6) = P(Z<-1.6) By symmetry: (1.6) =1 - (-1.6) P(Z<-1.6) = 1 - P(Z<1.6) The Standard Normal Distribution The probabilities are given by the area under the curve =0.0548
The Normal Distribution The Standard Normal Distribution • Tables are for standardised Z • May want to find other solutions (given and 2) • The normal distributions must be ‘standardised’ • However, GDCs can handle either
Use the transformation Standardising …. then, use probability table for Z
Probability above 75? P(X>75) = 1 - P(X<75) = 1 - 0.8413 = 0.1587 1 - P(Z<1) 1 - P(X<75)
Probability between 65 and 70? = P(X<70) - P(X<65) P(65<X<70)
Probability between 65 and 70? = P(X<70) - P(X<65) P(65<X<70) P(-1<Z<0) - P(Z<-1) P(Z<0) - [1- P(Z<1)] P(Z<0) - [1 - 0.8413] = 0.3413 0.5
Probability between 65 and 70? Why not GDC? normalcdf(lower bound, upper bound, mean (), standard deviation ()) P(65<X<70) distr 2 normalcdf(65, 70, 70, 5) 2nd P(-1<Z<0) distr 2 normalcdf(-1, 0) 2nd (if you close bracket it assumes ‘Z’)
Very very big Probability above 75? normalcdf(lower bound, upper bound, mean (), standard deviation ()) No upper bound!!!! distr 2 normalcdf(75, E99, 70, 5) 2nd
Very very small Probability below 65? normalcdf(lower bound, upper bound, mean (), standard deviation ()) No lower bound!!!! distr 2 normalcdf(-E99, 65, 70, 5) 2nd