1 Overview This chapter will deal with the construction of probability distributions by combining...

24
1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4. Probability Distributions will describe what will probably happen instead of what actually did happen.

Transcript of 1 Overview This chapter will deal with the construction of probability distributions by combining...

Page 1: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

1

OverviewThis chapter will deal with the construction of

probability distributions

by combining the methods of Chapter 2 with the those of Chapter 4.

Probability Distributions will describe what will probably happen instead of what actually did

happen.

Page 2: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

2

Combining Descriptive Statistics Methods and Probabilities to Form a Theoretical Model of

Behavior

4

5

Page 3: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

3

Definitions Random Variable

a variable (typically represented by x) that has a single numerical value, determined by chance, for each outcome of a procedure

Probability Distribution

a graph, table, or formula that gives the probability for each value of the random variable

Page 4: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

4

Probability DistributionNumber of Girls Among Fourteen Newborn Babies

0 1 2 3 4 5 6 7 8 91011121314

0.0000.0010.0060.0220.0610.1220.1830.2090.1830.1220.0610.0220.0060.0010.000

x P(x)

Page 5: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

5

Probability Histogram

Page 6: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

6

DefinitionsDiscrete random variable

has either a finite number of values or countable number of values, where ‘countable’ refers to the fact that there might be infinitely many values, but they result from a counting process.

Continuous random variable

has infinitely many values, and those values can be associated with measurements on a continuous scale with no gaps or interruptions.

Page 7: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

7

Requirements for Probability Distribution

P(x) = 1 where x assumes all possible values

0 P(x) 1 for every value of x

Page 8: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

8

µ = [x • P(x)]

2 = [(x - µ)2 • P(x)]

2 = [ x2

• P(x)] - µ 2 (shortcut)

= [ x 2 • P(x)] - µ 2

Mean, Variance and Standard Deviation of a Probability Distribution

Page 9: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

9

Roundoff Rule for µ, 2, and

Round results by carrying one more decimal place than the number of decimal places used for the random variable x. If the values of x are integers, round µ, 2, and to one decimal place.

Page 10: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

10

Definition

Expected Value The average value of outcomes

E = [x • P(x)]

Page 11: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

11

E = [x • P(x)]

Event

Win

Lose

x

$499

- $1

P(x)

0.001

0.999

x • P(x)

0.499

- 0.999

E = -$.50

Page 12: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

12

Page 13: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

13

DefinitionsBinomial Probability Distribution

1. The experiment must have a fixed number of trials.

2. The trials must be independent. (The outcome of any individual trial doesn’t affect the probabilities in the other trials.)

3. Each trial must have all outcomes classified into two categories.

4. The probabilities must remain constant for each trial.

Page 14: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

14

0123456789

101112131415

0.2060.3430.2670.1290.0430.0100.0020.0+0.0+0.0+0.0+0.0+0.0+0.0+0.0+0.0+

P(x) n x

15 0123456789

101112131415

0.2060.3430.2670.1290.0430.0100.0020.0000.0000.0000.0000.0000.0000.0000.0000.000

P(x) x

Table B Binomial Probability Distribution

For n = 15 and p = 0.10

Page 15: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

15

Example: Using Table B for n = 5 and p = 0.90, find the following:

a) The probability of exactly 3 successesb) The probability of at least 3 successes

a) P(3) = 0.073

b) P(at least 3) = P(3 or 4 or 5)

= P(3) or P(4) or P(5)

= 0.073 + 0.328 + 0.590

= 0.991

Page 16: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

16

This is a binomial experiment where:

n = 5

x = 3

p = 0.90

q = 0.10

Using the binomial probability chart to solve:

P(3)= 0.0.0729

Example: Find the probability of getting exactly 3 correct responses among 5 different requests from AT&T directory assistance. Assume in general, AT&T is correct 90% of the time.

Page 17: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

17

Notation for Binomial Probability Distributions

n = fixed number of trials

x = specific number of successes in n trials

p = probability of success in one of n trials

q = probability of failure in one of n trials

(q = 1 - p ) P(x)= probability of getting exactly x

success among n trials

Be sure that x and p both refer to the same category being called a success.

Page 18: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

18

P(x) = • px • qn-xn ! (n - x )! x!

Number of outcomes with

exactly x successes

among n trials

Probability of x successes

among n trials for any one

particular order

Binomial Probability Formula

Page 19: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

19

P(x) = • px • qn-x (n - x )! x!

Binomial Probability Formula

n !

Method 1

P(x) = nCx • px • qn-x

for calculators with nCr key, where r = x

Page 20: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

20

This is a binomial experiment where:

n = 5

x = 3

p = 0.90

q = 0.10

Using the binomial probability formula to solve:

P(3) = 5C3 • 0.9 • 01 = 0.0.0729

Example: Find the probability of getting exactly 3 correct responses among 5 different requests from AT&T directory assistance. Assume in general, AT&T is correct 90% of the time.

3 2

Page 21: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

21

Page 22: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

22

= n • p • q

For Binomial Distributions:

µ = n • p

2= n • p • q

Page 23: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

23

• We previously discovered that this scenario could be considered a binomial experiment where:

• n = 14

• p = 0.5

• q = 0.5

• Using the binomial distribution formulas:

µ = (14)(0.5) = 7 girls

= (14)(0.5)(0.5) = 1.9 girls (rounded)

Example: Find the mean and standard deviation for the number of girls in groups of 14 births.

Page 24: 1 Overview This chapter will deal with the construction of probability distributions by combining the methods of Chapter 2 with the those of Chapter 4.

24

• For this binomial distribution,

• µ = 50 girls

= 5 girls

• µ + 2 = 50 + 2(5) = 60• µ - 2 = 50 - 2(5) = 40

• The usual number girls among 100 births would be from 40 to 60. So 68 girls in 100 births is an unusual result.

Example: Determine whether 68 girls among 100 babies could easily occur by chance.