1 / 7

Chapter 11

Chapter 11. Understanding Randomness . Randomness. Many phenomena in the world are random: 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 Example: Flip a fair coin. Roll a die. Questions.

jenn
Télécharger la présentation

Chapter 11

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 11 Understanding Randomness

  2. Randomness • Many phenomena in the world are random: • 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 • Example: • Flip a fair coin. • Roll a die

  3. Questions • When we survey a small group of people, how do we know this sample is truly representative of the overall population? • How do insurance companies, casinos determine their profit even though the outcomes are truly random?

  4. Why Be 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.

  5. It’s Not Easy Being Random • 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.

  6. A Simulation • We need an imitation of a real process so we can manipulate and control it. We are going to simulate reality. • Simulations can provide us with useful insights about the real world. • We use Table of Random Digits to obtain simulated outcome. • A simulation model can help us investigate a question when we can’t (or don’t want to) collect data, and a mathematical answer is hard to calculate.

  7. Homework Assignment • Page 299 – 301 • Problem # 7, 9, 31.

More Related