Chapter 7 Random Variables and Probability Distributions.

83
Chapter 7 Random Variables and Probability Distributions

Transcript of Chapter 7 Random Variables and Probability Distributions.

Page 1: Chapter 7 Random Variables and Probability Distributions.

Chapter 7

Random Variables and Probability Distributions

Page 2: Chapter 7 Random Variables and Probability Distributions.

Random Variable -• A numerical variable whose value

depends on the outcome of a chance experiment

• Associates a numerical value with each outcome of a chance experiment

• Two types of random variables– Discrete– Continuous

A grocery store manager might be interested in the number of broken

eggs in each carton (dozen of eggs).

ORAn environmental scientist might

be interested in the amount of ozone in an air sample.

Since these values change and are subject to some uncertainty, these are examples of random variables.

Page 3: Chapter 7 Random Variables and Probability Distributions.

Two Types of Random Variables:• Discrete – its set of possible values is

a collection of isolated points along a number line

• Continuous - its set of possible values includes an entire interval on a number line

This is typically a “count” of something

This is typically a “measure” of

something

In this chapter, we will look at different

distributions of discrete and continuous

random variables.

Page 4: Chapter 7 Random Variables and Probability Distributions.

Identify the following variables as discrete or continuous1. The number of broken eggs in each

carton

2. The amount of ozone in samples of air

3. The weight of a pineapple

4. The amount of time a customer spends in a store

5. The number of gas pumps in use

Discrete

Discrete

Continuous

Continuous

Continuous

Page 5: Chapter 7 Random Variables and Probability Distributions.

Probability Distributions for Discrete Random

VariablesProbability distribution is a model that describes the

long-run behavior of a variable.

Page 6: Chapter 7 Random Variables and Probability Distributions.

Number of Pets

Pro

babili

ty

In a Wolf City (a fictional place), regulations prohibit no more than five dogs or cats per household.

Let x = the number of dogs and cats in a randomly selected household in Wolf City

x 0 1 2 3 4 5

P(x) .26 .31 .21 .13 .06 .03

Is this variable discrete or continuous?

What are the possible values for x?

The Department of Animal Control has collected data over the course

of several years. They have estimated the long-run

probabilities for the values of x.

What do you notice about the sum of these probabilities?

This is called a discrete probability distribution. It can also be

displayed in a histogram with the probability on the vertical axis.

Page 7: Chapter 7 Random Variables and Probability Distributions.

Discrete Probability Distribution

1) Gives the probabilities associated with each possible x value

2) Each probability is the long-run relative frequency of occurrence of the corresponding x-value when the chance experiment is performed a very large number of times

3) Usually displayed in a table, but can be displayed with a histogram or formula

Page 8: Chapter 7 Random Variables and Probability Distributions.

Properties of Discrete Probability Distributions

1) For every possible x value,

0 < P(x) < 1.

2) For all values of x,

P(x) = 1.

Page 9: Chapter 7 Random Variables and Probability Distributions.

Dogs and Cats Revisited . . .

Let x = the number of dogs or cats per household in Wolf City

x 0 1 2 3 4 5

P(x) .26 .31 .21 .13 .06 .03

What is the probability that a randomly selected household in Wolf City has at most 2 pets?

What does this mean?

P(x < 2) =

Just add the probabilities for 0, 1, and 2

.26 + .31 + .21 = .78

Page 10: Chapter 7 Random Variables and Probability Distributions.

Dogs and Cats Revisited . . .

Let x = the number of dogs or cats per household in Wolf City

x 0 1 2 3 4 5

P(x) .26 .31 .21 .13 .06 .03

What is the probability that a randomly selected household in Wolf City has less than 2 pets?

What does this mean?

P(x < 2) =

Notice that this probability does NOT include 2!

.26 + .31 = .57

Page 11: Chapter 7 Random Variables and Probability Distributions.

Dogs and Cats Revisited . . .

Let x = the number of dogs or cats per household in Wolf City

x 0 1 2 3 4 5

P(x) .26 .31 .21 .13 .06 .03

What is the probability that a randomly selected household in Wolf City has more than 1 but no more than 4 pets?

What does this mean?

P(1 < x < 4) =

.21 + .13 + .06 = .40

When calculating probabilities for discrete random variables, you MUST pay close attention to whether certain

values are included (< or >) or not included (< or >) in the calculation.

Page 12: Chapter 7 Random Variables and Probability Distributions.

Probability Distributions for Continuous Random

Variables

Page 13: Chapter 7 Random Variables and Probability Distributions.

Consider the random variable:x = the weight (in pounds) of a full-term newborn childSuppose that weight is reported to the nearest pound. The following probability histogram displays the distribution of weights.

Now suppose that weight is reported to the nearest 0.1 pound. This would be the probability histogram.

What type of variable is this?The area of the rectangle centered over 7 pounds

represents the probability 6.5 < x < 7.5

What is the sum of the areas of all the rectangles?Notice that the rectangles are

narrower and the histogram begins to have a smoother

appearance.

If weight is measured with greater and greater accuracy, the histogram approaches a

smooth curve.

The shaded area represents the probability 6 < x < 8.

This is an example of a density curve.

Page 14: Chapter 7 Random Variables and Probability Distributions.

Probability Distributions for Continuous Variables

• Is specified by a curve called a density curve.

• The function that describes this curve is denoted by f(x) and is called the density function.

• The probability of observing a value in a particular interval is the area under the curve and above the given interval.

Page 15: Chapter 7 Random Variables and Probability Distributions.

Properties of continuous probability distributions

1. f(x) > 0 (the curve cannot dip below the horizontal axis)

2. The total area under the density curve equals one.

Page 16: Chapter 7 Random Variables and Probability Distributions.

Let x denote the amount of gravel sold (in tons) during a randomly selected week at a particular sales facility. Suppose that the density curve has a height f(x) above the value x, where

The density curve is shown in the figure:

otherwise0

10)1(2)(

xxxf

1

1

2

Tons

Density

Page 17: Chapter 7 Random Variables and Probability Distributions.

1 – ½(0.5)(1) = .75

Gravel problem continued . . .What is the probability that at most ½ ton of gravel is sold during a randomly selected week?

1

1

2

Tons

Density

P(x < ½) = The probability would be the

shaded area under the curve and above the interval from 0

to 0.5.

This area can be found by use the formula for the area of a

trapezoid:

hbbA 2121

OR, more easily, by finding the area of the triangle,

and subtracting that area from 1.

bhA21

Page 18: Chapter 7 Random Variables and Probability Distributions.

0

Gravel problem continued . . .What is the probability that exactly ½ ton of gravel is sold during a randomly selected week?

1

1

2

Tons

Density

P(x = ½) =

The probability would be the area under the curve and above

0.5.

How do we find the area of a line segment?

Since a line segment has NO area, then the probability that exactly ½ ton is sold equals 0.

Page 19: Chapter 7 Random Variables and Probability Distributions.

= 1 – ½(0.5)(1) = .75

Gravel problem continued . . .What is the probability that less than ½ ton of gravel is sold during a randomly selected week?

1

1

2

Tons

Density

P(x < ½) =

Does the probability change whether the ½ is included or

not?

P(x < ½)

Hmmm . . . This is different than discrete

probability distributions where it

does change the probability whether a value is included or

not!

Page 20: Chapter 7 Random Variables and Probability Distributions.

Suppose x is a continuous random variable defined as the amount of time (in minutes) taken by a clerk to process a certain type of application form. Suppose x has a probability distribution with density function:

The following is the graph of f(x), the density curve:

otherwise0

645.)(

xxf

0.5

4 5 6Time (in

minutes)

Densi

ty

Page 21: Chapter 7 Random Variables and Probability Distributions.

Application Problem Continued . . .

What is the probability that it takes more than 5.5 minutes to process the application form?

0.5

4 5 6Time (in

minutes)

Densi

tyP(x > 5.5) =.5(.5) = .25

Find the probability by calculating the area of the

shaded region (base × height).

When the density is constant over an interval (resulting in a horizontal density

curve), the probability distribution is called a uniform distribution.

Page 22: Chapter 7 Random Variables and Probability Distributions.

Other Density Curves

Some density curves resemble the one below. Integral calculus is used to find the area under the these curves. Don’t worry – we will use tables (with the values already calculated). We can also use calculators or statistical software to find the area.

Page 23: Chapter 7 Random Variables and Probability Distributions.

The probability that a continuous random variable x lies between a lower limit a and an upper limit b is

P(a < x < b) = (cumulative area to the left of b) – (cumulative area to the left of a)

P(a < x < b) = P(x < b) – P(x < a)

This will be useful later in this chapter!

Page 24: Chapter 7 Random Variables and Probability Distributions.

Means and Standard Deviations of Probability Distributions• The mean value of a random variable

x, denoted by x, describes where the probability distribution of x is centered.

• The standard deviation of a random variable x, denoted by x, describes variability in the probability distribution

Page 25: Chapter 7 Random Variables and Probability Distributions.

Mean and Variance for Discrete Probability Distributions• Mean is sometimes referred to as the

expected value (denoted E(x)).

• Variance is calculated using

• Standard deviation is the square root of the variance.

xpμx

px x22

Page 26: Chapter 7 Random Variables and Probability Distributions.

x = 1.51 pets

Dogs and Cats Revisited . . .

Let x = the number of dogs and cats in a randomly selected household in Wolf City

x 0 1 2 3 4 5

P(x) .26 .31 .21 .13 .06 .03

What is the mean number of pets per household in Wolf City?

First multiply each x-value times its corresponding

probability.

xP(x) 0 .31 .42 .39 .24 .15

Next find the sum of these values.

xP(x) 0 + .31 + .42 + .39 + .24 + .15

Page 27: Chapter 7 Random Variables and Probability Distributions.

x2 = (0-1.51)2(.26) + (1-

1.51)2(.31) + (2-1.51)2(.21) + (3-1.51)2(.13) + (4-1.51)2(.06) + (5-1.51)2(.03) = 1.7499

Dogs and Cats Revisited . . .

Let x = the number of dogs or cats per household in Wolf City

x 0 1 2 3 4 5

P(x) .26 .31 .21 .13 .06 .03

What is the standard deviation of the number of pets per household in Wolf City?

First find the deviation of each x-value from the mean. Then

square these deviations.

Next multiply by the corresponding probability.

Then add these values.

This is the variance – take the square root of this value.

x = 1.323 pets

Page 28: Chapter 7 Random Variables and Probability Distributions.

Mean and Variance for Continuous Random VariablesFor continuous probability distributions, x and x can be defined and computed using methods from calculus.

• The mean value x locates the center of the continuous distribution.

• The standard deviation, x, measures the extent to which the continuous distribution spreads out around x.

Page 29: Chapter 7 Random Variables and Probability Distributions.

A company receives concrete of a certain type from two different suppliers.Let x = compression strength of a randomly selected batch from Supplier 1

y = compression strength of a randomly selected batch from Supplier 2

Suppose that x = 4650 pounds/inch2 x = 200 pounds/inch2

y = 4500 pounds/inch2 y = 275 pounds/inch2

The first supplier is preferred to the second both in terms of mean value and variability.

45004300 4700 4900

y x

Page 30: Chapter 7 Random Variables and Probability Distributions.

Suppose Wolf City Grocery had a total of 14 employees. The following are the monthly salaries of all the employees.

The mean and standard deviation of the monthly salaries are

x = $1700 and x = $603.56

Suppose business is really good, so the manager gives everyone a $100 raise per month. The new mean and standard deviation would be

x = $1800 and x = $603.56

3500 1200 1900 1400 2100 1800 1200

1300 1500 1700 2300 1200 1400 1300

What happened to the means?

What happened

to the standard

deviations?

What would happen to the mean and standard deviation if we had to deduct $100 from everyone’s salary because of business being

bad?

Let’s graph boxplots of these monthly salaries to see what happens to the distributions . . .

We see that the distribution just shifts to the right 100 units but the spread is the same.

Page 31: Chapter 7 Random Variables and Probability Distributions.

Wolf City Grocery Continued . . .

x = $1700 and x = $603.56

Suppose the manager gives everyone a 20% raise - the new mean and standard deviation would be

x = $2040 and x = $724.27

Notice that both the mean and standard deviation increased by

1.2.

Let’s graph boxplots of these monthly salaries to see what happens to the distributions . . .Notice that multiplying by a constant stretches the distribution, thus, changing the standard deviation.

Page 32: Chapter 7 Random Variables and Probability Distributions.

Mean and Standard Deviation of Linear functions

If x is a random variable with mean, x, and standard deviation, x, and a and b are numerical constants, and the random variable y is defined by

and

bxay

xyxbxay

xbxay

bb

ba

or2222

Page 33: Chapter 7 Random Variables and Probability Distributions.

Consider the chance experiment in which a customer of a propane gas company is randomly selected. Let x be the number of gallons required to fill a propane tank. Suppose that the mean and standard deviation is 318 gallons and 42 gallons, respectively. The company is considering the pricing model of a service charge of $50 plus $1.80 per gallon. Let y be the random variable of the amount billed.

What is the equation for y?

What are the mean and standard deviation for the amount billed?y = 50 + 1.8(318) =

$622.40

y = 50 + 1.8x

y = 1.8(42) = $75.60

Page 34: Chapter 7 Random Variables and Probability Distributions.

Suppose we are going to play a game called Stat Land! Players spin the two spinners below and move the sum of the

two numbers.

A = 2.5 B = 3.5

A = 1.118 B = 1.708

List all the possible sums (A + B).2 3 4 5 6 73 4 5 6 7 84 5 6 7 8 95 6 7 8 9 10

?

Move 1

1 2

34

Spinner A

2

45

61 3

Spinner B

Here are the mean and standard

deviation for each spinner.

Find the mean and standard deviation for

these sums.

A+B = 6

A+B =2.041

Notice that the mean of the sums is the sum of the

means!

How are the standard

deviations related?

Not sure – let’s think about it and return in just a few minutes!

Page 35: Chapter 7 Random Variables and Probability Distributions.

Stat Land Continued . . .Suppose one variation of the game had players move the difference of the spinners

A = 2.5 B = 3.5

A = 1.118 B = 1.708List all the possible differences (B - A).0 -1 -2 -31 0 -1 -22 1 0 -13 2 1 04 3 2 15 4 3 2

?

Move 1

1 2

34

Spinner A

2

45

61 3

Spinner BFind the mean and

standard deviation for these differences.

B-A= 1

B-A =2.041

Notice that the mean of the

differences is the difference of the

means!

WOW – this is the same value as the standard deviation

of the sums!

How do we find the standard deviation for

the sums or differences?

Page 36: Chapter 7 Random Variables and Probability Distributions.

Mean and Standard Deviations for Linear CombinationsIf x1, x2, …, xn are random variables with means 1, 2, …, n and variances 1

2, 22, …,

n2, respectively, and

y = a1x1 + a2x2 + … + anxn

then

22222

221 ...

21 nxnxxy aaa

nxnxxy aaa ...21 21

This result is true regardless of whether the x’s are independent.

This result is true ONLY if the x’s are independent.

Page 37: Chapter 7 Random Variables and Probability Distributions.

A commuter airline flies small planes between San Luis Obispo and San Francisco. For small planes the baggage weight is a concern.

Suppose it is known that the variable x = weight (in pounds) of baggage checked by a randomly selected passenger has a mean and standard deviation of 42 and 16, respectively.

Consider a flight on which 10 passengers, all traveling alone, are flying.

The total weight of checked baggage, y, is

y = x1 + x2 + … + x10

Page 38: Chapter 7 Random Variables and Probability Distributions.

Airline Problem Continued . . .

x = 42 and x = 16

The total weight of checked baggage, y, is

y = x1 + x2 + … + x10

What is the mean total weight of the checked baggage?

x = 1 + 2 + … + 10

= 42 + 42 + … + 42

= 420 pounds

Page 39: Chapter 7 Random Variables and Probability Distributions.

Airline Problem Continued . . .

x = 42 and x = 16

The total weight of checked baggage, y, is

y = x1 + x2 + … + x10

What is the standard deviation of the total weight of the checked baggage?x

2 = x1

2 + x22 + … + x10

2

= 162 + 162 + … + 162

= 2560 pounds

= 50.596 pounds

Since the 10 passengers are all traveling alone, it is reasonable to think that the 10 baggage weights

are unrelated and therefore independent.

To find the standard deviation, take the square root of this

value.

Page 40: Chapter 7 Random Variables and Probability Distributions.

Special Distributions

Two Discrete Distributions:Binomial and Geometric

One Continuous Distribution:Normal Distributions

Page 41: Chapter 7 Random Variables and Probability Distributions.

Suppose we decide to record the gender of the next 25 newborns at a particular hospital.

What is the chance

that at least 15 are

female?What is the chance that between 10 and 15 are female?

Out of the 25

newborns, how many

can we expect to be

female?

These questions can be answered using a

binomial distribution.

Page 42: Chapter 7 Random Variables and Probability Distributions.

Properties of a Binomial Experiment

1.There are a fixed number of trials2.Each trial results in one of two mutually

exclusive outcomes. (success/failure)3.Outcomes of different trials are

independent4.The probability that a trial results in success

is the same for all trials

The binomial random variable x is defined as x = the number of successes observed when

a binomial experiment is performed

We use n to denote the fixed number of trials.

Page 43: Chapter 7 Random Variables and Probability Distributions.

Are these binomial distributions?

1) Toss a coin 10 times and count the number of heads

Yes

2) Deal 10 cards from a shuffled deck and count the number of red cards

No, probability does not remain constant

3) The number of tickets sold to children under 12 at a movie theater in a one hour period

No, no fixed number

Page 44: Chapter 7 Random Variables and Probability Distributions.

Binomial Probability Formula:Let n = number of independent trials in a binomial experimentp = constant probability that any trial results in a success

xnx ppxnx

nxP

)1(

)!(!!

)(

Where:

)!(!!

xnxn

Cx

nxn

Appendix Table 9 can be used to find binomial probabilities.

Technology, such as calculators and statistical software, will also

perform this calculation.

Page 45: Chapter 7 Random Variables and Probability Distributions.

Instead of recording the gender of the next 25 newborns at a particular hospital, let’s record the gender of the next 5 newborns at this hospital.

Is this a binomial experiment?

Yes, if the births were not multiple births (twins, etc).

Define the random variable of interest.

x = the number of females born out of the next 5 births

What are the possible values of x?

x 0 1 2 3 4 5

Will a binomial random variable always include the value of 0?

What is the probability of “success”?

What will the largest value of the binomial random value be?

Page 46: Chapter 7 Random Variables and Probability Distributions.

Newborns Continued . . .

What is the probability that exactly 2 girls will be born out of the next 5 births?

What is the probability that less than 2 girls will be born out of the next 5 births?

3125.5.05.0)2( 3225 CxP

)1()0()2( ppxP

1875.

5.5.5.5. 4115

5005

CC

Page 47: Chapter 7 Random Variables and Probability Distributions.

x = 0(.03125) + 1(.15625) + 2(.3125) + 3(.3125) + 4(.15625) + 5(.03125)

=2.5

Newborns Continued . . .

Let’s construct the discrete probability distribution table for this binomial random variable:

What is the mean number of girls born in the next five births?

x 0 1 2 3 4 5

p(x) .03125 .15625

.3125 .3125 .15625

.03125

Since this is a discrete distribution, we could

use: xpx

Notice that this is the same as multiplying

n × p

Page 48: Chapter 7 Random Variables and Probability Distributions.

Formulas for mean and standard deviation of a binomial distribution

pnp

np

x

x

1

Page 49: Chapter 7 Random Variables and Probability Distributions.

Newborns Continued . . .

How many girls would you expect in the next five births at a particular hospital?

What is the standard deviation of the number of girls born in the next five births?

5.2)5(.5 npx

118.1

)5)(.5(.5)1(

pnpx

Page 50: Chapter 7 Random Variables and Probability Distributions.

Remember, in binomial distributions, trials should be independent.However, when we sample, we typically sample without replacement, which would mean that the trials are not independent. . .In this case, the number of success observed would not be a binomial distribution but rather hypergeometric distribution.

But when the sample size, n, is small and the population size, N, is large, probabilities calculated using binomial distributions and hypergeometric distributions are VERY close!

The calculation for probabilities in a hypergeometric distribution are

even more tedious than the binomial formula!

When sampling without replacement if n is at most 5% of N, then the binomial distribution gives a good approximation to the probability distribution of x.

Page 51: Chapter 7 Random Variables and Probability Distributions.

Newborns Revisited . . .

Suppose we were not interested in the number of females born out of the next five births, but

which birth would result in the first female being born?

How is this question different from a binomial distribution?

Page 52: Chapter 7 Random Variables and Probability Distributions.

Properties of Geometric Distributions:• There are two mutually exclusive outcomes

that result in a success or failure• Each trial is independent of the others• The probability of success is the same for all

trials.

A geometric random variable x is defined as x = the number of trials UNTIL the FIRST success

is observed ( including the success).

x 1 2 3 4

So what are the possible values of x

How far will this go?

To infinity

. . .

Page 53: Chapter 7 Random Variables and Probability Distributions.

Probability Formula for the Geometric Distribution

Letp = constant probability that any trial results in a success

Where x = 1, 2, 3, …

ppxp x 1)1()(

Page 54: Chapter 7 Random Variables and Probability Distributions.

Suppose that 40% of students who drive to campus at your school or university carry jumper cables. Your car has a dead battery and you don’t have jumper cables, so you decide to stop students as they are headed to the parking lot and ask them whether they have a pair of jumper cables.

Let x = the number of students stopped before finding one with a pair of jumper cables

Is this a geometric distribution?

Yes

Page 55: Chapter 7 Random Variables and Probability Distributions.

Jumper Cables Continued . . .

Let x = the number of students stopped before finding one with a pair of jumper cables

p = .4

What is the probability that third student stopped will be the first student to have jumper cables?

What is the probability that at most three student are stopped before finding one with jumper cables?

P(x = 3) = (.6)2(.4) = .144

P(x < 3) = P(1) + P(2) + P(3) =(.6)0(.4) + (.6)1(.4) + (.6)2(.4)

= .784

Page 56: Chapter 7 Random Variables and Probability Distributions.

Normal Distributions• Continuous probability distribution• Symmetrical bell-shaped (unimodal) density

curve defined by and • Area under the curve equals 1• Probability of observing a value in a particular

interval is calculated by finding the area under the curve

• As increases, the curve flattens & spreads out

• As decreases, the curve gets taller and thinner

How is this done mathematically?

To overcome the need for calculus, we rely on technology or on a table of areas

for the standard normal distribution

Page 57: Chapter 7 Random Variables and Probability Distributions.

A

B

Do these two normal curves have the same mean? If so, what is it?

Which normal curve has a standard deviation of 3?

Which normal curve has a standard deviation of 1?

6

YES

B

A

Page 58: Chapter 7 Random Variables and Probability Distributions.

Notice that the normal curve is curving downwards from the center (mean) to points that are one standard deviation on either side of the mean. At those points, the normal curve begins to turn upward.

Page 59: Chapter 7 Random Variables and Probability Distributions.

Standard Normal Distribution• Is a normal distribution with = 0 and

= 1• It is customary to use the letter z to

represent a variable whose distribution is described by the standard normal curve (or z curve).

Page 60: Chapter 7 Random Variables and Probability Distributions.

Using the Table of Standard Normal (z) Curve Areas

• For any number z*, from -3.89 to 3.89 and rounded to two decimal places, the Appendix Table 2 gives the area under the z curve and to the left of z*.

P(z < z*) = P(z < z*)

Where the letter z is used to represent a random variable whose distribution is the standard normal distribution.

To use the table:

• Find the correct row and column (see the following example)

• The number at the intersection of that row and column is the probability

Page 61: Chapter 7 Random Variables and Probability Distributions.

Suppose we are interested in the probability that z* is less than -1.62.

P(z < -1.62) =

z* .00 .01 .02

-1.7 .0446 .0436 .0427 .0418

-1.6 .0548 .0537 .0526 .0516

-1.5 .0668 .0655 .0643 .0618

… … … … …

.0526In the table of areas:

•Find the row labeled -1.6

•Find the column labeled 0.02

•Find the intersection of the row and column

Page 62: Chapter 7 Random Variables and Probability Distributions.

Suppose we are interested in the probability that z* is less than 2.31.

P(z < 2.31) =

z* .00 .01 .02

2.2 .9861 .9864 .9868 .9871

2.3 .9893 .9896 .9898 .9901

2.4 .9918 .9920 .9922 .9925

… … … … …

.9896

Page 63: Chapter 7 Random Variables and Probability Distributions.

Suppose we are interested in the probability that z* is greater than 2.31.

P(z > 2.31) =

z* .00 .01 .02

2.2 .9861 .9864 .9868 .9871

2.3 .9893 .9896 .9898 .9901

2.4 .9918 .9920 .9922 .9925

… … … … …

1 - .9896 = .0104

The Table of Areas gives the area to the LEFT of the z*.

To find the area to the right, subtract the value in the table from

1

Page 64: Chapter 7 Random Variables and Probability Distributions.

Suppose we are interested in the finding the z* for the smallest 2%.

P(z < z*) = .02

z* .06 .07 .08

-2.1 .0162 .0158 .0154

-2.0 .0207 .0202 .0197

-1.9 .0262 .0256 .0250

… … … … …

z* = -2.08z*

To find z*:

Look for the area .0200 in the body of the Table. Follow the row and column back out to read the z-

value.

………

Since .0200 doesn’t appear in the body of the Table, use the value

closest to it.

Page 65: Chapter 7 Random Variables and Probability Distributions.

Suppose we are interested in the finding the z* for the largest 5%.

P(z > z*) = .05

z* .03 .04 .05

1.5 .9382 .9398 .9406

1.6 .9495 .9505 .9515

1.7 .9591 .9599 .9608

… … … … …

z* = 1.645z*

Remember the Table of Areas gives the area to the LEFT of z*.

1 – (area to the right of z*)Then look up this value in the body

of the table.

………

.95Since .9500 is exactly between .9495 and .9505, we can average the z* for each of these

Page 66: Chapter 7 Random Variables and Probability Distributions.

Finding Probabilities for Other Normal Curves

• To find the probabilities for other normal curves, standardize the relevant values and then use the table of z areas.

• If x is a random variable whose behavior is described by a normal distribution with mean and standard deviation , then

P(x < b) = P(z < b*)P(x > a) = P(z > a*)

P(a < x < b) = P(a* < z < b*)Where z is a variable whose distribution is standard

normal and

b

b*

aa*

Page 67: Chapter 7 Random Variables and Probability Distributions.

Data on the length of time to complete registration for classes using an on-line registration system suggest that the distribution of the variable

x = time to register

for students at a particular university can well be approximated by a normal distribution with mean = 12 minutes and standard deviation = 2 minutes.

Page 68: Chapter 7 Random Variables and Probability Distributions.

Registration Problem Continued . . .

x = time to register

= 12 minutes and = 2 minutes

What is the probability that it will take a randomly selected student less than 9 minutes to complete registration?

P(x < 9) =

5.12129

*

b

Look this value up in the table.

Standardized this value.

.0668

9

Page 69: Chapter 7 Random Variables and Probability Distributions.

Registration Problem Continued . . .

x = time to register

= 12 minutes and = 2 minutes

What is the probability that it will take a randomly selected student more than 13 minutes to complete registration?

P(x > 13) =

5.2

1213*

a

Look this value up in the table and subtract from 1.

Standardized this value.

1 - .6915 = .3085

13

Page 70: Chapter 7 Random Variables and Probability Distributions.

Registration Problem Continued . . .

x = time to register

= 12 minutes and = 2 minutes

What is the probability that it will take a randomly selected student between 7 and 15 minutes to complete registration?

P(7 < x < 15) =

5.12

1215*

a

Look these values up in the table and subtract

(value for a*) – (value for b*)

Standardized these values.

.9332 - .0062 = .9270

5.22127

*

b 7 15

Page 71: Chapter 7 Random Variables and Probability Distributions.

Registration Problem Continued . . .

x = time to register

= 12 minutes and = 2 minutes

Because some students do not log off properly, the university would like to log off students automatically after some time has elapsed. It is decided to select this time so that only 1% of students will be automatically logged off while still trying to register.

What time should the automatic log off be set at?P(x > a*) = .01

Use the formula for standardizing to find x.

Look up the area to the left of a* in the

table.

a* = 16.66

a*

.01

212

33.2

x

.99

Page 72: Chapter 7 Random Variables and Probability Distributions.

Ways to Assess NormalitySome of the most frequently used statistical methods are valid only when x1, x2, …, xn has come from a population distribution that at least is approximately normal. One way to see whether an assumption of population normality is plausible is to construct a normal probability plot of the data.A normal probability plot is a scatterplot of (normal score, observed values) pairs.

What should happen if our

data set is normally

distributed?

Page 73: Chapter 7 Random Variables and Probability Distributions.

Consider a random sample with n = 5.To find the appropriate normal scores for a sample of size 5, divide the standard normal curve into 5 equal-area regions.

Why are these regions not the same

width?

Each region has an area equal to 0.2.

Page 74: Chapter 7 Random Variables and Probability Distributions.

1.28

.524-.524

Consider a random sample with n = 5.Next – find the median z-score for each region.

-1.28 0

Why is the median not in the “middle”

of each region?

These are the normal scores that we would plot our data against.

We use technology (calculators or statistical software) to compute these

normal scores.

Page 75: Chapter 7 Random Variables and Probability Distributions.

Ways to Assess NormalitySome of the most frequently used statistical methods are valid only when x1, x2, …, xn has come from a population distribution that at least is approximately normal. One way to see whether an assumption of population normality is plausible is to construct a normal probability plot of the data.A normal probability plot is a scatterplot of (normal score, observed values) pairs. A strong linear pattern in a normal probability plot suggest that population normality is plausible.On the other hand, systematic departure from a straight-line pattern indicates that it is not reasonable to assume that the population distribution is normal.

Such as curvature which would indicate skewness in

the dataOr outliers

Page 76: Chapter 7 Random Variables and Probability Distributions.

Let’s construct a normal probability plot. Since the values of the normal scores depend on the sample size n, the normal scores when n = 10 are below:

-1.539 -1.001 -0.656 -0.376 -0.123 0.123 0.376 0.656 1.001 1.539

The following data represent egg weights (in grams) for a sample of 10 eggs.

53.04 53.50 52.53 53.00 53.07 52.86 52.66 53.23 53.26 53.16

Sketch a scatterplot by pairing the smallest normal score with the smallest observation from the

data set & so on

-1.5 -1.0 -0.5 0.5 1.0 1.5

52.5

53.0

53.5

Since the normal probability plot is approximately linear, it is

plausible that the distribution of egg weights is approximately

normal.

Page 77: Chapter 7 Random Variables and Probability Distributions.

Using the Correlation Coefficient to Assess Normality

•The correlation coefficient, r, can be calculated for the n (normal score, observed value) pairs.•If r is too much smaller than 1, then normality of the underlying distribution is questionable.

Consider these points from the weight of eggs data:(-1.539, 52.53) (-1.001, 52.66) (-.656,52.86) (-.376,53.00) (-.123, 53.04) (.123,53.07) (.376,53.16)

(.656,53.23) (1.001,53.26) (1.539,53.50)

Calculate the correlation coefficient for these points.r = .986

How smaller is “too much smaller than

1”?

Values to Which r Can be Compared to Check for Normality

n 5 10 15 20 25 30 40 50 60 75

Critical r .832 .880 911 .929 .941 .949 .960 .966 .971 .976

Since r > critical r,

then it is plausible that the sample of egg weights came from a distribution that was

approximately normal.

Page 78: Chapter 7 Random Variables and Probability Distributions.

Transforming Data to Achieve Normality

• When the data is not normal, it is common to use a transformation of the data.

• For data that shows strong positive skewness (long upper tail), a logarithmic transformation usually applied.

• Square root, cube root, and other transformations can also be applied to the data to determine which transformation best normalizes the data.

Page 79: Chapter 7 Random Variables and Probability Distributions.

Consider the data set in Table 7.4 (page 463) about plasma and urinary AGT levels.

A histogram of the urinary AGT levels is strongly positively skewed.

A logarithmic transformation is applied to the data. The histogram of the log urinary AGT levels is more symmetrical.

Page 80: Chapter 7 Random Variables and Probability Distributions.

Using the Normal Distribution to Approximate a Discrete DistributionSuppose the probability distribution of a discrete random variable x is displayed in the histogram below.

The probability of a particular value is the area of the

rectangle centered at that value.

Often, a probability histogram can be well approximated by a normal curve. If so, it is customary to say

that x has an approximately normal distribution.

6

Suppose this bar is centered at x = 6. The bar actually begins at 5.5 and

ends at 6.5. Theses endpoints will be used in calculations.

This is called a continuity correction.

Page 81: Chapter 7 Random Variables and Probability Distributions.

Normal Approximation to a Binomial DistributionLet x be a random variable based on n trials and success probability p, so that:

If n and p are such that:np > 10 and n (1 – p) > 10

then x has an approximately normal distribution.

np )1( pnp

Page 82: Chapter 7 Random Variables and Probability Distributions.

Premature babies are born before 37 weeks, and those born before 34 weeks are most at risk. A study reported that 2% of births in the United States occur before 34 weeks. Suppose that 1000 births are randomly selected and that the number of these births that occurred prior to 34 weeks, x, is to be determined.

np = 1000(.02) = 20 > 10

n(1 – p) = 1000(.98) = 980 > 10

Find the mean and standard deviation for the approximated normal distribution.

Can the distribution of x be approximated by a normal distribution?

Since both are greater than 10,

the distribution of x can be

approximated by a normal distribution

20)02(.1000 np

427.4)98)(.02(.1000)1( pnp

Page 83: Chapter 7 Random Variables and Probability Distributions.

.8925 - .0089 = .8836

Premature Babies Continued . . .

= 20 and = 4.427

What is the probability that the number of babies in the sample of 1000 born prior to 34 weeks will be between 10 and 25 (inclusive)?

P(10 < x < 25) =

24.1427.4

205.25*

b

To find the shaded area,

standardize the endpoints.

37.2427.4

205.9*

a

Look up these values in the

table and subtract the probabilities.