1 / 14

Chapter 11 Understanding Randomness

Chapter 11 Understanding Randomness. What is randomness?. In statistics, “random implies that all possible outcomes are known, but not which outcome will occur. Why Be Random?. What is it about chance outcomes being random that makes random selection seem fair? Two things:

grullon
Download Presentation

Chapter 11 Understanding Randomness

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 11Understanding Randomness

  2. What is randomness? • In statistics, “random implies that all possible outcomes are known, but not which outcome will occur.

  3. Why Be Random? • What is it about chance outcomes being random that makes random selection seem fair? Two things: • Nobody can guess the outcome before it happens. • When we want things to be fair, usually some underlying set of outcomes will be equally likely (although in many games some combinations of outcomes are more likely than others).

  4. Examples: • Tossing a coin • Rolling a die • Spinning a spinner • Drawing random lottery numbers

  5. It’s Not Easy Being Random

  6. It’s Not Easy Being Random (cont.) • It’s surprisingly difficult to generate random values even when they’re equally likely. • Computers have become a popular way to generate random numbers. • Even though they often do much better than humans, computers can’t generate truly random numbers either. • Since computers follow programs, the “random” numbers we get from computers are really pseudorandom. • Fortunately, pseudorandom values are good enough for most purposes.

  7. It’s Not Easy Being Random (cont.) • There are ways to generate random numbers so that they are both equally likely and truly random. • The best ways we know to generate data that give a fair and accurate picture of the world rely on randomness, and the ways in which we draw conclusions from those data depend on the randomness, too.

  8. A Simulation • A simulation consists of a collection of things that happen at random. • The most basic event is called a component of the simulation. • Each component has a set of possible outcomes, one of which will occur at random.

  9. A Simulation (cont.) • The sequence of events we want to investigate is called a trial. • Trials usually involve several components. • After the trial, we record what happened—our response variable. • There are seven steps to a simulation…

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

  11. 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.

  12. What have we learned? • We will harness the power of randomness. • A simulation model can help us investigate a question for which: • many outcomes are possible, • we can’t (or don’t want to) collect data, and • a mathematical answer is hard to calculate. • We base our simulations on random values. • Like all models, simulations can provide us with useful insights about the real world.

  13. 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? Describe the waiting time simulation of having her shoot free throws until she misses, counting the number of successes. • Component: • Trial:   • Response variable: • Statistic:

  14. How would our simulation procedure change if her success rate were only 72%? • Component: • Trial: • Response variable: • Statistic:

More Related