Sie sind auf Seite 1von 40

Probability and Probability Distributions

Chapter Goals
After completing this chapter, you should be able to:  Explain three approaches to assessing probabilities  Apply common rules of probability  Use Bayes Theorem for conditional probabilities  Distinguish between discrete and continuous probability distributions  Compute the expected value and standard

Important Terms
 Probability the chance that an uncertain event will occur (always between 0 and 1)  Experiment a process of obtaining outcomes for uncertain events  Elementary Event the most basic outcome possible from a simple experiment  Sample Space the collection of all possible elementary outcomes
3

Sample Space
The Sample Space is the collection of all possible outcomes e.g. All 6 faces of a die:

e.g. All 52 cards of a bridge deck:

Events
 Elementary event An outcome from a sample space with one characteristic
 Example: A red card from a deck of cards

 Event May involve two or more outcomes simultaneously


 Example: An ace that is also red from a deck of cards
5

Visualizing Events
 Contingency Tables
Ace Black Red Total 2 2 4 Not Ace 24 24 48 2 24 2 24
6

Total 26 26 52
Sample Space

Sample Space

 Tree Diagrams
Full Deck of 52 Cards

Elementary Events
 A automobile consultant records fuel type and vehicle type for a sample of vehicles
2 Fuel types: Gasoline, Diesel 3 Vehicle types: Truck, Car, SUV
e1

6 possible elementary events: e1 Gasoline, Truck e2 Gasoline, Car e3 Gasoline, SUV e4 Diesel, Truck e5 Diesel, Car e6 Diesel, SUV

Car

e2 e3 e4

Car

e5 e6
7

Probability Concepts
 Mutually Exclusive Events
 If E1 occurs, then E2 cannot occur  E1 and E2 have no common elements
E1 Black Cards E2 Red Cards A card cannot be Black and Red at the same time.

Probability Concepts
 Independent and Dependent Events
 Independent: Occurrence of one does not influence the probability of occurrence of the other  Dependent: Occurrence of one affects the probability of the other

Independent vs. Dependent Events


Independent Events E1 = heads on one flip of fair coin E2 = heads on second flip of same coin Result of second flip does not depend on the result of the first flip. Dependent Events E1 = rain forecasted on the news E2 = take umbrella to work Probability of the second event is affected by the occurrence of the first event
10

Assigning Probability
 Classical Probability Assessment
P(Ei) = Number of ways Ei can occur Total number of elementary events

Relative Frequency of Occurrence


Number of times Ei occurs Relative Freq. of Ei = N

Subjective Probability Assessment


An opinion or judgment by a decision maker about the likelihood of an event
11

Rules of Probability
Rules for Possible Values and Sum Individual Values 0 P(ei) 1 For any event ei
where: k = Number of elementary events in the sample space ei = ith elementary event
12

Sum of All Values


k

P(e ) ! 1
i i!1

Addition Rule for Elementary Events


 The probability of an event Ei is equal to the sum of the probabilities of the elementary events forming Ei.  That is, if:

Ei = {e1, e2, e3}


then:

P(Ei) = P(e1) + P(e2) + P(e3)


13

Complement Rule
 The complement of an event E is the collection of all possible elementary events not contained in event E. The complement of event E is represented by E.

 Complement Rule:

P( E ) ! 1  P(E)
Or,

P(E)  P( E ) ! 1
14

Addition Rule for Two Events


Addition Rule: P(E1 or E2) = P(E1) + P(E2) - P(E1 and E2)

E1

E2

E1

E2

P(E1 or E2) = P(E1) + P(E2) - P(E1 and E2)


Dont count common elements twice!
15

Addition Rule Example


P(Red or Ace) = P(Red) +P(Ace) - P(Red and Ace) = 26/52 + 4/52 - 2/52 = 28/52
Dont count the two red aces twice!

Type Ace Non-Ace Total

Color
Red Black

Total 4 48 52

2 24 26

2 24 26

16

Addition Rule for Mutually Exclusive Events


 If E1 and E2 are mutually exclusive, then P(E1 and E2) = 0
E1 E2

So P(E1 or E2) = P(E1) + P(E2) - P(E1 and E2) = P(E1) + P(E2)


17

Conditional Probability
 Conditional probability for any two events E1 , E2:

P(E1 and E2 ) P(E1 | E2 ) ! P(E2 )


where P(E 2 ) " 0
18

Conditional Probability Example


 What is the probability that a car has a CD Of the cars on a used has lot, 70% have air player, given that it car AC ? conditioning (AC) and 40% have a CD player (CD). 20% of the cars have both. i.e., we want to find P(CD | AC)

19

Conditional Probability Example (continued)


Of the cars on a used car lot, 70% have air conditioning (AC) and 40% have a CD player (CD). 20% of the cars have both. CD No CD Total

AC No AC Total

.2 .2 .4

.5 .1 .6

.7 .3 1.0

P(CD and AC) .2 P(CD | AC) ! ! ! .2857 P(AC) .7


20

Conditional Probability Example (continued)


Given AC, we only consider the top row (70% of the cars). Of these, 20% have a CD player. 20% of 70% is about 28.57%.

CD

No CD

Total

AC No AC Total

.2 .2 .4

.5 .1 .6

.7 .3 1.0

P(CD and AC) .2 P(CD | AC) ! ! ! .2857 P(AC) .7


21

For Independent Events:


 Conditional probability for independent events E1 , E2:

P(E1 | E2 ) ! P(E1 ) P(E2 | E1 ) ! P(E2 )

where

P(E2 ) " 0

where

P(E1 ) " 0

22

Multiplication Rules
 Multiplication rule for two events E1 and E2:

P(E1 and E 2 ) ! P(E1 ) P(E 2 | E1 )


Note: If E1 and E2 are independent, then and the multiplication rule simplifies to

P(E 2 | E1 ) ! P(E 2 )

P(E1 and E 2 ) ! P(E1 ) P(E 2 )


23

Tree Diagram Example


P(E1 and E3) = 0.8 x 0.2 = 0.16
Car: P(E4|E1) = 0.5 Gasoline P(E1) = 0.8

P(E1 and E4) = 0.8 x 0.5 = 0.40 P(E1 and E5) = 0.8 x 0.3 = 0.24

Diesel P(E2) = 0.2

P(E2 and E3) = 0.2 x 0.6 = 0.12


Car: P(E4|E2) = 0.1

P(E2 and E4) = 0.2 x 0.1 = 0.02 P(E3 and E4) = 0.2 x 0.3 = 0.06
24

Bayes Theorem
 where: Ei = ith event of interest of the k possible events P(Ei )P(B | Ei ) B ! new event that might impact P(Ei) = P(Ei | B) P(E to Ek are mutually exclusive E 2  -  P(Ek )P(B | Events E1 1 )P(B | E1 )  P(E 2 )P(B | and )collectively exhaustiveEk )

25

Bayes Theorem Example


 A drilling company has estimated a 40% chance of striking oil for their new well.  A detailed test has been scheduled for more information. Historically, 60% of successful wells have had detailed tests, and 20% of unsuccessful wells have had detailed tests.  Given that this well has been scheduled for a detailed test, what is the probability that the well will be successful?
26

Bayes Theorem Example


(continued)

    

Let S = successful well and U = unsuccessful well P(S) = .4 , P(U) = .6 (prior probabilities) Define the detailed test event as D Conditional probabilities:

P(D|S) = .6
Revised probabilities
Event S (successful) U (unsuccessful) Prior Prob. .4 .6

P(D|U) = .2
Conditional Prob. .6 .2 Joint Prob. .4*.6 = .24 .6*.2 = .12 Revised Prob. .24/.36 = .67 .12/.36 = .33
27

Sum = .36

Bayes Theorem Example


(continued)

 Given the detailed test, the revised probability of a successful well has risen to .67 from the original estimate of .4

Event S (successful) U (unsuccessful)

Prior Prob. .4 .6

Conditional Prob. .6 .2

Joint Prob. .4*.6 = .24 .6*.2 = .12

Revised Prob. .24/.36 = .67 .12/.36 = .33

Sum = .36
28

Introduction to Probability Distributions


 Random Variable
 Represents a possible numerical value from a random event
Random Variables
Discrete Random Variable Continuous Random Variable

29

Discrete Random Variables


 Can only assume a countable number of values
Examples:  Roll a die twice Let x be the number of times 4 comes up (then x could be 0, 1, or 2 times)

 Toss a coin 5 times. Let x be the number of heads (then x = 0, 1, 2, 3, 4, or 5)


30

Discrete Probability Distribution


Experiment:= .25 2 Coins. Toss 0 1/4
4 possible outcomes
1 2/4 = .50 x Value Probability

Let x = # heads.

Probability Distribution

T T H H

1/4 T = .25

H
Probability

T H

.50 .25

31

Discrete Probability Distribution


 A list of all possible [ xi , P(xi) ] pairs
xi = Value of Random Variable (Outcome) P(xi) = Probability Associated with Value

 xis are mutually exclusive


(no overlap)

 xis are collectively exhaustive


(nothing left out)

 0 e P(xi) e 1 for each xi  7 P(xi) = 1

32

Discrete Random Variable Summary Measures


 Expected Value of a discrete distribution
(Weighted Average)

E(x) = 7xi P(xi)


 Example: Toss 2 coins, x = # of heads, compute expected value of x:
E(x) = (0 x .25) + (1 x .50) + (2 x .25) = 1.0
33

x 0 1 2

P(x) .25 .50 .25

Discrete Random Variable Summary Measures


 Standard Deviation of a discrete distribution

(continued)

{x  E(x)} P(x)
2

where: E(x) = Expected value of the random variable x = Values of the random variable P(x) = Probability of the random variable having the value of x
34

Discrete Random Variable Summary Measures

(continued)

 Example: Toss 2 coins, x = # heads, compute standard deviation (recall E(x) = 1)

{x  E(x)} P(x)
2
Possible number of heads = 0, 1, or 2

! (0  1)2 (.25)  (1  1)2 (.50)  (2  1)2 (.25) ! .50 ! .707

35

Two Discrete Random Variables


 Expected value of the sum of two discrete random variables: E(x + y) = E(x) + E(y) = 7 x P(x) + 7 y P(y) (The expected value of the sum of two random variables is the sum of the two expected values)
36

Covariance
 Covariance between two discrete random variables: = 7 [xi E(x)][yj E(y)]P(xiyj)

xy

where: xi = possible values of the x discrete random variable yj = possible values of the y discrete random variable P(xi ,yj) = joint probability of the values of xi and yj occurring
37

Interpreting Covariance
 Covariance between two discrete random variables: Wxy > 0 Wxy < 0 Wxy = 0
x and y tend to move in the same direction x and y tend to move in opposite directions x and y do not move closely together
38

Correlation Coefficient
 The Correlation Coefficient shows the strength of the linear association between two variables

!
where:

xy x y

= correlation coefficient (rho) xy = covariance between x and y x = standard deviation of variable x y = standard deviation of variable y
39

Interpreting the Correlation Coefficient


 The Correlation Coefficient always falls between -1 and +1 V=0 x and y are not linearly related.

The farther V is from zero, the stronger the linear relationship: V = +1 V = -1 x and y have a perfect positive linear relationship x and y have a perfect negative linear relationship

40

Das könnte Ihnen auch gefallen