Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 11 Understanding Randomness. What is the most important aspect of randomness? It must be fair. How is this possible? 1) Nobody can guess the outcome.

Similar presentations


Presentation on theme: "Chapter 11 Understanding Randomness. What is the most important aspect of randomness? It must be fair. How is this possible? 1) Nobody can guess the outcome."— Presentation transcript:

1 Chapter 11 Understanding Randomness

2 What is the most important aspect of randomness? It must be fair. How is this possible? 1) Nobody can guess the outcome before it happens. 2) When we want things to be fair, usually some underlying set of outcomes will be equally likely.

3 Why Be Random? Example:  Pick “heads” or “tails.”  Flip a fair coin. Does the outcome match your choice? Did you know before flipping the coin whether or not it would match? Statisticians use randomness as a tool. But, truly random values are surprisingly hard to get…

4 It’s Not Easy Being Random

5 It’s Not Easy Being Random (cont.) How should we generate random numbers? Pros/Cons? Humans – Statisticians use randomness as a tool. In fact, without randomness we couldn’t do most of statistics. Computers – popular way to generate random numbers. Computers do much better than humans but can’t generate truly random numbers, they are pseudorandom. Random Tables – pseudorandom; appendix G Other – several internet sites can generate truly random digits.

6 Graphing Calculator - TI Tips (p.263) You have to seed calculator to start at a random place (example) Random Integer Generator (example)

7 Random digit table each entry is equally likely to be any of the 10 digits each entry is equally likely to be any of the 10 digits digits are independent of each other digits are independent of each other The following is part of the random digit table found on page 847 of your textbook: Row 1 4 5 1 8 5 0 3 3 7 1 2 4 2 5 5 8 0 4 5 7 0 3 8 9 9 3 4 3 5 0 6 3 Numbers can be read across. Numbers can be read vertically. Numbers can be read diagonally.

8 Suppose your population consisted of these 20 people: 1) Aidan6) Fred 11) Kathy16) Paul 2) Bob7) Gloria 12) Lori 17) Shawnie 3) Chico8) Hannah 13) Matthew18) Tracy 4) Doug9) Israel14) Nan19) Uncle Sam 5) Edward10) Jung 15) Opus20) Vernon Use the following random digits to select a sample of five from these people. We will need to use double digit random numbers, ignoring any number greater than 20. Start with Row 1 and read across. Row 1 4 5 1 8 0 5 1 3 7 1 2 0 1 5 5 8 0 1 5 7 0 3 8 9 9 3 4 3 5 0 6 3 Ignore. 18) Tracy 5) Edward 13) Matthew 1) Aidan 15) Opus Ignore. Stop when five people are selected. So my sample would consist of : Aidan, Edward, Matthew, Opus, and Tracy

9 A Simulation Simulation - consists of a collection of things that happen at random. Component - the most basic event of a simulation. Outcomes - Each component has a set of possible outcomes, one of which will occur at random. Trial - the sequence of events we want to investigate. Response Variable - after the trial, we record what happened.

10 Simulation Steps 1.Identify the component to be repeated. 2.Explain how you will model the outcome. 3.Explain how you will simulate the trial. 4.State clearly what the response variable is. 5.Run several trials. 6.Analyze the response variable. 7.State your conclusion (in the context of the problem, as always).

11 Example: Free Throws Suppose a basketball player has an 80% free throw success rate. How can we use random numbers to simulate whether or not she makes a foul shot? How many shots might she be able to make in a row without missing? Step 1:Identify the component to be repeated. Shooting foul shots until one is missed

12 Free Throws (Cont.) Step 2: Explain how you will model the outcome. Step 3: Explain how you will simulate the trial. Step 4: State clearly what the response variable is. The numbers 0 to 7 will represent a good shot, and 8 or 9 will represent a miss. Use the randInt(0, 9, 30). Why 30? Just to get enough numbers to hopefully encounter a miss. We are interested in the number of hits until she finally misses.

13 Free Throws (Cont.) Step 5:Run several trials. Step 6:Analyze the response variable. Step 7:State your conclusion In this situation, conducting a simulation is faster and easier than actually shooting free throws. So create a chart and record your findings in 5 trials. Now that we have several trials, we can predict the average number of shots made before a miss. We can now estimate that the average number of baskets made before a miss is = _____

14 EXAMPLE Continued Trial NumberHits Before Miss 16 21 31 41 55 Average = 2.8 hits

15 What Can Go Wrong? Don’t overstate your case.  Always be sure to indicate that future results will not match your simulated results exactly. Model the outcome chances accurately. Run enough trials

16 ASSIGNMENT A#1/1 p. 266 2, 5, 7, 9, 11, 13


Download ppt "Chapter 11 Understanding Randomness. What is the most important aspect of randomness? It must be fair. How is this possible? 1) Nobody can guess the outcome."

Similar presentations


Ads by Google