8: Guessing the odds "All models are wrong. Some models are useful.” George Box, statistics pioneer Fargo, ND 3/28/2012 Weather.com.

Slides:



Advertisements
Similar presentations
CS CS1512 Foundations of Computing Science 2 Lecture 23 Probability and statistics (4) © J.
Advertisements

5-4 Geometric and Poisson Distribution. Geometric Distribution We’ve talked about these already. In a geometric distribution the goal is looking for first.
INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio LECTURE 11 (Lab): Probability reminder.
Mathematics in Today's World
Data Analysis and Probability Presenters Aaron Brittain Adem Meta.
Elementary Probability Theory
Probability Concepts Introduction to Business Statistics, 5e Kvanli/Guynes/Pavur (c)2000 South-Western College Publishing.
Hypergeometric Random Variables. Sampling without replacement When sampling with replacement, each trial remains independent. For example,… If balls are.
The Geometric and Poisson Probability Distributions
Review of important distributions Another randomized algorithm
© Buddy Freeman, 2015Probability. Segment 2 Outline  Basic Probability  Probability Distributions.
Chapter 6 Probability.
What is the probability of the following: Answer the following: 1. Rolling a 4 on a die 2. Rolling an even number on a die 3. Rolling a number greater.
Section 6.3: Binomial and Geometric Random Variables
Discrete Distributions
Jon Curwin and Roger Slater, QUANTITATIVE METHODS: A SHORT COURSE ISBN © Thomson Learning 2004 Jon Curwin and Roger Slater, QUANTITATIVE.
Copyright ©2006 Brooks/Cole, a division of Thomson Learning, Inc. Probability part 2 Chapter 7.
Lesson 8 – R Taken from And modified slightlyhttp://
Poisson Random Variable Provides model for data that represent the number of occurrences of a specified event in a given unit of time X represents the.
PROBABILITY AND STATISTICS FOR ENGINEERING Hossein Sameti Department of Computer Engineering Sharif University of Technology Independence and Bernoulli.
Simple Mathematical Facts for Lecture 1. Conditional Probabilities Given an event has occurred, the conditional probability that another event occurs.
Sullivan – Fundamentals of Statistics – 2 nd Edition – Chapter 11 Section 1 – Slide 1 of 34 Chapter 11 Section 1 Random Variables.
Day 2 Review Chapters 5 – 7 Probability, Random Variables, Sampling Distributions.
Geometric Distribution
Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc.
Probability. Basic Concepts of Probability and Counting.
1 TABLE OF CONTENTS PROBABILITY THEORY Lecture – 1Basics Lecture – 2 Independence and Bernoulli Trials Lecture – 3Random Variables Lecture – 4 Binomial.
Independence and Bernoulli Trials. Sharif University of Technology 2 Independence  A, B independent implies: are also independent. Proof for independence.
7.4 Probability of Independent Events 4/17/ What is the number of unique 4-digit ATM PIN codes if the first number cannot be 0? The numbers to.
Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Mistah Flynn.
Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
13.3 Conditional Probability and Intersections of Events Understand how to compute conditional probability. Calculate the probability of the intersection.
Probability. Basic Concepts of Probability and Counting.
Some Common Discrete Random Variables. Binomial Random Variables.
Chapter 14: From Randomness to Probability Sami Sahnoune Amin Henini.
Chapter 4. Random Variables - 3
MATH 256 Probability and Random Processes Yrd. Doç. Dr. Didem Kivanc Tureli 14/10/2011Lecture 3 OKAN UNIVERSITY.
+ Chapter 5 Overview 5.1 Introducing Probability 5.2 Combining Events 5.3 Conditional Probability 5.4 Counting Methods 1.
STROUD Worked examples and exercises are in the text Programme 29: Probability PROGRAMME 29 PROBABILITY.
Chapter 15 Probability Rules Robert Lauzon. Probability Single Events ●When you are trying to find the probability of a single outcome it can be found.
The Law of Averages. What does the law of average say? We know that, from the definition of probability, in the long run the frequency of some event will.
Lecture PowerPoint Slides Basic Practice of Statistics 7 th Edition.
AP Statistics From Randomness to Probability Chapter 14.
Binomial, Poisson and Hypergeometric Distributions
Chapter Five The Binomial Probability Distribution and Related Topics
6.3 Binomial and Geometric Random Variables
Virtual University of Pakistan
CHAPTER 6 Random Variables
Statistical Modelling
Discrete Random Variables
Binomial and Geometric Random Variables
CHAPTER 6 Random Variables
Lecture Slides Elementary Statistics Twelfth Edition
Probability Distributions for Discrete Variables
Chapter 3.1 Probability Students will learn several ways to model situations involving probability, such as tree diagrams and area models. They will.
Chapter 3.1 Probability Students will learn several ways to model situations involving probability, such as tree diagrams and area models. They will.
Lecture Slides Elementary Statistics Twelfth Edition
Understanding Randomness
CHAPTER 6 Random Variables
I can find probabilities of compound events.
Binomial & Geometric Random Variables
Honors Statistics From Randomness to Probability
6. Multistage events and application of probability
Pull 2 samples of 5 pennies and record both averages (2 dots).
CHAPTER 6 Random Variables
U10D3 Have out: Bellwork: Work on the Probability Practice Worksheet.
Probability Multiplication law for dependent events
Review of the Binomial Distribution
Review of Chapter 8 Discrete PDFs Binomial and Geometeric
Presentation transcript:

8: Guessing the odds "All models are wrong. Some models are useful.” George Box, statistics pioneer Fargo, ND 3/28/2012 Weather.com

PAN 8.1: Estimation of flood frequency from a long-term record (Baer, SERC).

100 year flood p – probability in 1 year = 1/100 = 0.01 q – probability of not happening in 1 year = 1-p P(n,p) probability of at least 1 event in n years = 1 – probability of none = 1 – q n In 30 years P(30,p) = 0.26 = 26% In 100 years P(100,p) = 0.63 = 63% Contrary to our “intuition” P(n,p) is not equal to np (100 x 0.01 = 1) Lecture 83

PAN 8.2: Changes in flood frequency due to human activity (Dinicola, 1996).

Lecture 85 PAN 8.3: A model for the probability of an event is drawing a ball from an urn filled with balls, some labeled "E" for event and others labeled "N" for none. (Stein and Stein, 2013a)

Lecture 86 Time-independent probability If after we draw a ball we put it back in, successive draws are independent because the outcome of one does not change the probability of what will happen in the next. Put another way, the system has no “memory.” The joint probability P(AB) = P(A) P(B)

To estimate the probability of more than one event, we use the binomial probability distribution: giving the probability that in n trials there will be m events and (n − m) non- events. p and q are the probabilities of an event and a non-event. Cn,m is the number of ways we can have m events and n – m non-events, written in terms of factorials, where n! = n × (n − 1) × (n − 2)... × 3 × 2 × 1 and 0! = 1. For example, in three trials we can get one event and two non-events in C 3,1 = 3!/(1!2!) = 3 ways: ENN, NEN, or NNE, so we multiply p 1 q 2 by 3.

The binomial distribution is complicated to compute, so an approximation is used when the number of trials n is large and the probability p of an event is small. In this case, because n >> m and because p is small, we use a Taylor series These let us replace the binomial distribution by another probability distribution that is easier to compute, called a Poisson distribution

Lecture 811 Poisson process used for time-independent probability If after we draw a ball we put it back in, successive draws are independent because the outcome of one does not change the probability of what will happen in the next. The system has no “memory,,” so events can’t be “overdue.”

2005/02/11

CQ: Give an example you have encountered of the "gambler's fallacy" and explain why it was wrong.

We can add a number a of E- balls after a draw when an event does not occur, and remove r E-balls when an event occurs. This makes the probability of an event increase with time until one happens, after which it decreases and then grows again. Events are not independent, because one happening changes the probability of another. Time-dependent probability

Lecture 815 PAN 8.4: Comparison of the probability of an event as a function of time for time- independent (solid line) and time- dependent (dashed lines) urn models. (Stein and Stein, 2013a)

Lecture 816 PAN 8.5: Sequence of events as a function of time for the time- independent (top line) and time-dependent (lower lines) urn model runs in Figure 8.4. (Stein and Stein, 2013a)

CQ: In March 2012, Britain's Meterological Office told the government "The forecast for average UK rainfall slightly favours drier than average conditions for April-May-June, and slightly favours April being the driest of the three months." Water companies prepared for water shortages. Later, the office admitted that "Given that April was the wettest since detailed records began in 1910 and the April-May-June quarter was also the wettest, this advice was not helpful.” Its chief scientist stated "The probabilistic forecast can be considered as somewhat like a form guide for a horse race. It provides an insight into which outcomes are most likely, although in some cases there is a broad spread of outcomes, analogous to a race in which there is no strong favourite. Just as any of the horses in the race could win the race, any of the outcomes could occur, but some are more likely than others." How do you respond to these statements? What - if anything - would you suggest doing differently?