copyright © 2012 pearson education. all rights reserved. chapter 8 random variables and probability...

33
Copyright © 2012 Pearson Education. All rights reserved. Chapter 8 Random Variables and Probability Models

Upload: clarissa-garrison

Post on 02-Jan-2016

216 views

Category:

Documents


0 download

TRANSCRIPT

Copyright © 2012 Pearson Education. All rights reserved.

Chapter 8

Random Variablesand

Probability Models

Copyright © 2012 Pearson Education. All rights reserved. 8-2

8.1 Expected Value of a Random Variable

A variable whose value is based on the outcome of a random event is called a random variable.

If we can list all possible outcomes, the random variable is called a discrete random variable.

If a random variable can take on any value between two values, it is called a continuous random variable.

Copyright © 2012 Pearson Education. All rights reserved. 8-3

8.1 Expected Value of a Random Variable

For both discrete and continuous random variables, the set of all the possible values and their associated probabilities is called the probability model.

When the probability model is known, then the expected value can be calculated:

E X x P x (discrete random variable)

E Xis sometimes written as , but not or yx

Copyright © 2012 Pearson Education. All rights reserved. 8-4

8.1 Expected Value of a Random VariableThe probability model for a particular life insurance policy is shown. Find the expected annual payout on a policy.

We expect that the insurance company will pay out $200 per policy per year.

Copyright © 2012 Pearson Education. All rights reserved. 8-5

8.2 Standard Deviation of a Random Variable

Standard Deviation of a discrete random variable:

22 Var X x P x

SD X Var X

Copyright © 2012 Pearson Education. All rights reserved. 8-6

8.2 Standard Deviation of a Random Variable

The probability model for a particular life insurance policy is shown. Find the standard deviation of the annual payout.

Copyright © 2012 Pearson Education. All rights reserved. 8-7

8.2 Standard Deviation of a Random Variable

Example: Book Store Purchases

Suppose the probabilities of a customer purchasing 0, 1, or 2 books at a book store are 0.2, 0.4 and 0.4 respectively.

What is the expected number of books a customer will purchase?

What is the standard deviation of the book purchases?

Copyright © 2012 Pearson Education. All rights reserved. 8-8

8.2 Standard Deviation of a Random Variable

Example: Book Store Purchases

Suppose the probabilities of a customer purchasing 0, 1, or 2 books at a book store are 0.2, 0.4 and 0.4 respectively.

What is the expected number of books a customer will purchase?

What is the standard deviation of the book purchases?

2 x 2P x

= (0 - 1.2)2(0.2) (1 - 1.2)2(0.4) (2 - 1.2)2(0.4)

= 0.288 + 0.016 + 0.256 = 0.56

= 0.56 0.748

Copyright © 2012 Pearson Education. All rights reserved. 8-9

8.3 Properties of Expected Values and Variances

Adding a constant c to X:

Multiplying X by a constant a:

Copyright © 2012 Pearson Education. All rights reserved. 8-10

8.3 Properties of Expected Values and Variances

Addition Rule for Expected Values of Random Variables

Addition Rule for Variances of (independent) Random Variables

Copyright © 2012 Pearson Education. All rights reserved. 8-11

8.3 Properties of Expected Values and Variances

The expected annual payout per insurance policy is $200 and the variance is $14,960,000. If the payout amounts are doubled, what are the new expected value and variance?

2

2 2 2 200 $400

2 2 4 14,960,000 59,840,000

E X E X

Var X Var X

Compare this to the expected value and variance on two independent policies at the original payout amount.

2 200 $400

2 14,960,000 29,920,00

E X Y E X E Y

Var X Y Var X Var Y

Note: The expected values are the same but the variances are different.

Copyright © 2012 Pearson Education. All rights reserved. 8-12

8.4 Discrete Probability ModelsThe Uniform Model

If X is a random variable with possible outcomes 1, 2, …, n and for each i, then we say X has a discrete Uniform distribution U[1, …, n].

1/P X i n

When tossing a fair die, each number is equally likely to occur. So tossing a fair die is described by the Uniform model

U[1, 2, 3, 4, 5, 6], with 1/ 6.P X i

Copyright © 2012 Pearson Education. All rights reserved. 8-13

8.4 Discrete Probability ModelsBernoulli Trials

Definition: A Bernoulli Trial is a trial with the following characteristics:

1) There are only two possible outcomes (success and failure) for each trial.

2) The probability of success, denoted p, is the same for each trial. The probability of failure is q = 1 – p.

3) The trials are independent.

The next two probability models apply to experiments with Bernoulli trials.

Copyright © 2012 Pearson Education. All rights reserved. 8-14

8.4 Discrete Probability ModelsThe Geometric Model Predicting the number of Bernoulli trials required to achieve the first success.

The 10% Condition: For finite samples, the sample should be no more than 10% of the population.

Copyright © 2012 Pearson Education. All rights reserved. 8-15

8.4 Discrete Probability ModelsThe Geometric Model Find the mean (expected value) of a random variable X, using a geometric distribution with probability of success, p.

E(X) = 0q + 1p = p

Var(X) = (0 – p)2q + (1 – p)2p

= p2q + q2p

= pq(p + q) = pq(1)

= pq

X 0 1

P(X) q p

Copyright © 2012 Pearson Education. All rights reserved. 8-16

8.4 Discrete Probability ModelsIndependence

Bernoulli Trials must be independent.

The 10% Condition: From finite populations, the sample should be no more than 10% of the population.

Copyright © 2012 Pearson Education. All rights reserved. 8-17

8.4 Discrete Probability ModelsThe Binomial ModelPredicting the number of successes in a fixed number of Bernoulli trials.

Copyright © 2012 Pearson Education. All rights reserved. 8-18

8.4 Discrete Probability ModelsThe Poisson ModelPredicting the number of events that occur over a given interval of time or space. The Poisson is a good model to consider whenever the data consist of counts of occurrences.

Copyright © 2012 Pearson Education. All rights reserved. 8-19

8.4 Discrete Probability Models

For example, a website averages 4 hits per minute. Find the probability that there will be no hits in the next minute.

Copyright © 2012 Pearson Education. All rights reserved. 8-20

8.4 Discrete Probability Models

Example: Closing Sales A salesman normally closes a sale on 80% of his presentations. Assuming the presentations are independent,

What model should be used to determine the probability that he closes his first presentation on the fourth attempt?

What is the probability he closes his first presentation on the fourth attempt?

Copyright © 2012 Pearson Education. All rights reserved. 8-21

8.4 Discrete Probability Models

Example (continued): Closing Sales A salesman normally closes a sale on 80% of his presentations. Assuming the presentations are independent,

What model should be used to determine the probability that he closes his first presentation on the fourth attempt? Geometric

What is the probability he closes his first presentation on the fourth attempt?

3( 4) (0.20) (0.80) 0.0064P X

Copyright © 2012 Pearson Education. All rights reserved. 8-22

8.4 Discrete Probability Models

Example: Professional Tennis

A tennis player makes a successful first serve 67% of the time. Of the first 6 serves of the next match,

What model should be used to determine the probability that all 6 first serves will be in bounds?

What is the probability that all 6 first serves will be inbounds?

How many first serves can be expected to be inbounds?

Copyright © 2012 Pearson Education. All rights reserved. 8-23

8.4 Discrete Probability Models

Example (continued): Professional Tennis

A tennis player makes a successful first serve 67% of the time. Of the first 6 serves of the next match,

What model should be used to determine the probability that all 6 first serves will be in bounds? Binomial

What is the probability that all 6 first serves will be inbounds?

How many first serves can be expected to be inbounds?

E(X) = np = 6(0.67) = 4.02

P( X 6)

6

6

(0.67)6(0.33)0 0.0905

Copyright © 2012 Pearson Education. All rights reserved. 8-24

8.4 Discrete Probability Models

Example: Satisfaction Survey

A cable provider wants to contact customers to see if they are satisfied with a new digital TV service. If all customers are in the 452 phone exchange, (so there are 10,000 possible numbers from 452-0000 to 452-9999),

What probability model would be used to model the selection of a single number?

What is the probability the number selected will be

an even number?

What is the probability the number selected will

end in 000?

Copyright © 2012 Pearson Education. All rights reserved. 8-25

8.4 Discrete Probability ModelsExample (continued): Satisfaction SurveyA cable provider wants to contact customers to see if they are satisfied with a new digital TV service. If all customers are in the 452 phone exchange, (so there are 10,000 possible numbers from 452-0000 to 452-9999),

What probability model would be used to model the selection of a single number? Uniform, all numbers are equally likely.

What is the probability the number selected will be

an even number? 0.5

What is the probability the number selected will

end in 000? 0.001

Copyright © 2012 Pearson Education. All rights reserved. 8-26

8.4 Discrete Probability Models

Example: Web Visitors

A website manager has noticed that during evening hours, about 3 people per minute check out from their online shopping cart and make a purchase. She believes that each purchase is independent of the others.

What probability model would be used to model the number of purchases per minute?

What is the probability that in any one minute at least one purchase is made?

What is the probability that no one makes a purchase in the next 2 minutes?

Copyright © 2012 Pearson Education. All rights reserved. 8-27

8.4 Discrete Probability Models

Example (continued): Web Visitors

A website manager has noticed that during evening hours, about 3 people per minute check out from their online shopping cart and make a purchase. She believes that each purchase is independent of the others.

What probability model would be used to model the number of purchases per minute? The Poisson

What is the probability that in any one minute at least one purchase is made? 0.9502

3 0

( 1) 1 ( 0)

31 1 0.0498 0.9502

0!

P X P X

e

Copyright © 2012 Pearson Education. All rights reserved. 8-28

8.4 Discrete Probability Models

Example (continued): Web Visitors

A website manager has noticed that during evening hours, about 3 people per minute check out from their online shopping cart and make a purchase. She believes that each purchase is independent of the others.

What is the probability that no one makes a purchase in the next 2 minutes?

6 03( 0) 0.00248

0!

eP X

Copyright © 2012 Pearson Education. All rights reserved. 8-29

• Probability distributions are still just models.

• If the model is wrong, so is everything else.

• Watch out for variables that aren’t independent.

• Don’t write independent instances of a random variable with notation that looks like they are the same variables.

Copyright © 2012 Pearson Education. All rights reserved. 8-30

• Don’t forget: Variances of independent random variables add. Standard deviations don’t.

• Don’t forget: Variances of independent random variables add, even when you’re looking at the difference between them.

• Be sure you have Bernoulli trials.

Copyright © 2012 Pearson Education. All rights reserved. 8-31

Understand how probability models relate values to probabilities.

• For discrete random variables, probability models assign a probability to each possible outcome.

Know how to find the mean, or expected value, of a discrete probability model and the standard deviation.

What Have We Learned?

E X x P x = x 2

P x

Copyright © 2012 Pearson Education. All rights reserved. 8-32

Foresee the consequences of shifting and scaling random variables, specifically understand the Law of Large Numbers and that the common understanding of the “Law of Averages” is false.

E(X ± c) = E(X) ± c E(aX) = aE(X)

Var(X ± c) = Var(X) Var(aX) = a2Var(X)

SD(X ± c) = SD(X) SD(aX) = |a|SD(X)

What Have We Learned?

Copyright © 2012 Pearson Education. All rights reserved. 8-33

Understand that when adding or subtracting random variables the expected values add or subtract well:

E(X ± Y) = E(X) ± E(Y).

However, when adding or subtracting independent random variables, the variances add:

Var(X ±Y) = Var(X) + Var(Y)

Be able to explain the properties and parameters of the Uniform, the Binomial, the Geometric, and the Poisson distributions.

What Have We Learned?