Fundamentals of Probability CE 311S

Similar documents
Introduction to Probability

The probability of an event is viewed as a numerical measure of the chance that the event will occur.

MATH MW Elementary Probability Course Notes Part I: Models and Counting

Lecture 1 : The Mathematical Theory of Probability

Lecture Lecture 5

I - Probability. What is Probability? the chance of an event occuring. 1classical probability. 2empirical probability. 3subjective probability

Venn Diagrams; Probability Laws. Notes. Set Operations and Relations. Venn Diagram 2.1. Venn Diagrams; Probability Laws. Notes

Chapter 14. From Randomness to Probability. Copyright 2012, 2008, 2005 Pearson Education, Inc.

Probability- describes the pattern of chance outcomes

Chapter 2: Probability Part 1

LECTURE 1. 1 Introduction. 1.1 Sample spaces and events

CMPSCI 240: Reasoning about Uncertainty

Notes 1 Autumn Sample space, events. S is the number of elements in the set S.)

Axioms of Probability

Chapter 6: Probability The Study of Randomness

Probability (Devore Chapter Two)

Recap. The study of randomness and uncertainty Chances, odds, likelihood, expected, probably, on average,... PROBABILITY INFERENTIAL STATISTICS

Statistical Inference

Basic Probability. Introduction

Properties of Probability

Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman.

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 14

Probability Theory and Applications

Probability: Sets, Sample Spaces, Events

STAT Chapter 3: Probability

Notes Week 2 Chapter 3 Probability WEEK 2 page 1

STT When trying to evaluate the likelihood of random events we are using following wording.

2011 Pearson Education, Inc

Today we ll discuss ways to learn how to think about events that are influenced by chance.

Probability and Independence Terri Bittner, Ph.D.

Mathematical Foundations of Computer Science Lecture Outline October 18, 2018

3 PROBABILITY TOPICS

STA Module 4 Probability Concepts. Rev.F08 1

Week 2. Section Texas A& M University. Department of Mathematics Texas A& M University, College Station 22 January-24 January 2019

Section 13.3 Probability

Lecture 3 Probability Basics

Lecture 3 - Axioms of Probability

Econ 325: Introduction to Empirical Economics

Probability: Terminology and Examples Class 2, Jeremy Orloff and Jonathan Bloom

4. Probability of an event A for equally likely outcomes:

Origins of Probability Theory

Probability Year 9. Terminology

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y

Mean, Median and Mode. Lecture 3 - Axioms of Probability. Where do they come from? Graphically. We start with a set of 21 numbers, Sta102 / BME102

STAT 111 Recitation 1

Chapter 2 Class Notes

Chap 4 Probability p227 The probability of any outcome in a random phenomenon is the proportion of times the outcome would occur in a long series of

Compound Events. The event E = E c (the complement of E) is the event consisting of those outcomes which are not in E.

18.600: Lecture 3 What is probability?

Sample Space: Specify all possible outcomes from an experiment. Event: Specify a particular outcome or combination of outcomes.

Lecture Notes 1 Basic Probability. Elements of Probability. Conditional probability. Sequential Calculation of Probability

Probability Theory Review

Probability Year 10. Terminology

STAT 430/510 Probability

Probability COMP 245 STATISTICS. Dr N A Heard. 1 Sample Spaces and Events Sample Spaces Events Combinations of Events...

P (A) = P (B) = P (C) = P (D) =

Chapter 1 (Basic Probability)

Statistics for Financial Engineering Session 2: Basic Set Theory March 19 th, 2006

Lecture 8: Probability

Formalizing Probability. Choosing the Sample Space. Probability Measures

Review Basic Probability Concept

CIVL Why are we studying probability and statistics? Learning Objectives. Basic Laws and Axioms of Probability

Statistics 251: Statistical Methods

Lecture 1: Probability Fundamentals

SDS 321: Introduction to Probability and Statistics

k P (X = k)

MAT Mathematics in Today's World

4 Lecture 4 Notes: Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1

ELEG 3143 Probability & Stochastic Process Ch. 1 Experiments, Models, and Probabilities

Review of Basic Probability Theory

Brief Review of Probability

Lecture 3. Probability and elements of combinatorics

(6, 1), (5, 2), (4, 3), (3, 4), (2, 5), (1, 6)

Sociology 6Z03 Topic 10: Probability (Part I)

3.2 Probability Rules

Introduction to Probability Theory

ECE353: Probability and Random Processes. Lecture 2 - Set Theory

= 2 5 Note how we need to be somewhat careful with how we define the total number of outcomes in b) and d). We will return to this later.

Recitation 2: Probability

Conditional Probability

Chapter 3 : Conditional Probability and Independence

Introduction to Probability

BASICS OF PROBABILITY CHAPTER-1 CS6015-LINEAR ALGEBRA AND RANDOM PROCESSES

Business Statistics. Lecture 3: Random Variables and the Normal Distribution

Probability & Random Variables

Probability: Axioms, Properties, Interpretations


Probability Pearson Education, Inc. Slide

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail}

Chapter 2.5 Random Variables and Probability The Modern View (cont.)

Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com

Ch 14 Randomness and Probability

Math 140 Introductory Statistics

Set/deck of playing cards. Spades Hearts Diamonds Clubs

God doesn t play dice. - Albert Einstein

1 Preliminaries Sample Space and Events Interpretation of Probability... 13

Lecture 2: Probability. Readings: Sections Statistical Inference: drawing conclusions about the population based on a sample

STA111 - Lecture 1 Welcome to STA111! 1 What is the difference between Probability and Statistics?

HW2 Solutions, for MATH441, STAT461, STAT561, due September 9th

Transcription:

Fundamentals of Probability CE 311S

OUTLINE

Review Elementary set theory Probability fundamentals: outcomes, sample spaces, events Outline

ELEMENTARY SET THEORY

Basic probability concepts can be cast in set-theoretic terms Let A and B be two events from the universal set S (A S and B S) The notation x A means that the outcome x is part of the event A (x is an element of A) For a concrete example, let S contain all possible outcomes from three coin flips, let A be the set of outcomes where the first flip is heads, and B exactly two heads were thrown. What are S, A, and B? Elementary set theory

The union of two sets A and B is written A B. If C = A B, then this means that every element of C is an element of A or an element of B (possibly both) With our specific examples, what is A B? Think of unions as OR Elementary set theory

The intersection of two sets A and B is written A B. If C = A B, then this means that every element of C is an element of A and an element of B With our specific examples, what is A B? Think of unions as AND Elementary set theory

The complement of a set A is written A c A c consists of all the elements of the universal set which are not elements of A. With our specific exmaples, what is A c? Think of complements as NOT Elementary set theory

The difference of sets A and B is written A B A B contains all of the elements which are in A, but not in B. With our specific exmaples, what is A B? Elementary set theory

If A B =, then A and B are mutually exclusive or disjoint. (These terms are synonyms.) Example: The sets of outcomes the first flip is heads and the first flip is tails are mutually exclusive. Elementary set theory

A collection of sets is exhaustive if their union is the sample space S. Example: The sets of outcomes at least one flip is heads and at least one flip is tails are exhaustive. Elementary set theory

A collection of events is a partition of S if they are mutually exclusive and exhaustive. Example: The sets of outcomes the first flip is heads and the first flip is tails are exhaustive. Elementary set theory

We can combine these operations: Example: What does (A B) c mean? Elementary set theory

It is very easy to get confused when these operations are combined. A visual technique called Venn diagrams can help. Example: What are A, B, A B, A B, and A c in Venn diagrams? Elementary set theory

Don t feel like you need to draw everything all at once. You can apply Venn diagrams in steps: Example: What is (A B) c What is (A B) c (B C)? Elementary set theory

If there are three sets A, B, and C, how can we express the set whose elements belong to at most two of the three? (Section 1.3.6, problem 1d) Elementary set theory

PROBABILITY FUNDAMENTALS

Consider an experiment any activity or process whose outcome is unknown or uncertain. Flipping a coin Flipping a coin twice The five-card poker hand you ll be dealt The rainfall in Austin next month The grades you ll get in courses this semester Probability fundamentals

An outcome is a possible result of an experiment. Flipping a coin: heads (H) or tails (T) Two flips: two H s or T s (HH, TH, etc.) Poker: five specific cards Rainfall: a single real number Grades: one grade (A, A-, etc.) for each class you re in One of our first tasks will be to list and count all outcomes. Probability fundamentals

The sample space S is the set of all possible outcomes. Flipping a coin: S = {H, T } Two flips: S = {HH, TH, HT, TT } Poker: the set of all five-card hands Rainfall: S = R + Grades:? Probability fundamentals

An event is a subset of the sample space. A set E is a subset of S if every element of E is also an element of S Examples (not unique, there are multiple events for every sample space): Two flips: one head and one tails : {TH, HT } Poker: the set of all full houses Rainfall: the interval [20, 30] Grades: the set of grades with A s or B s in every course Flipping a coin:? The empty set and S are always events; these are special cases. is called the null event and S is sometimes called the universe. Probability fundamentals

Sometimes events have an intuitive description, but they don t have to: The set of all full houses The set {(5, 3, 2, K, K ), (3, 2, A, 10, 3 )} An event occurs if the outcome is an element of that event. Probability fundamentals

Review: what is the difference between outcomes, events, and the sample space? Probability fundamentals

AXIOMS OF PROBABILITY

Axioms are fundamental truths from which everything else can be proven. (Axioms are taken for granted and do not need to be proved themselves.) Axioms are used in formal mathematics and logic; I ll provide intuitive descriptions as well, but if there is any doubt or ambiguity here, the formal mathematics take priority. Axioms of Probability

The probability of an event A is meant to precisely describe the chance that A will occur. This value is denoted P(A), and will range between 0 and 1. What are the ground rules for dealing with probability? Axioms of Probability

The three axioms of probability are as follows. Let S be the sample space. 1 For any event, P(A) 0. (A negative probability makes no sense.) 2 P(S) = 1. (Certainly one of the elements in the sample space will be observed.) 3 If A = {A i } is a collection of disjoint events, then P( A i ) = i P(A i). These can all be interpreted geometrically in terms of Venn diagrams. Axioms of Probability

Examples of the third axiom: 1 If A 1 and A 2 are disjoint, P(A 1 A 2 ) = P(A 1 ) + P(A 2 ) 2 A 1 is rolling a 3 on a die; A 2 is rolling a 4. 3 A 1 is rolling a 1 or 2; A 2 is rolling a multiple of 3. Axioms of Probability

Why don t we have an axiom that P(A) 1 We want the set of axioms to be as small as possible. We can prove P(A) 1 from the other three axioms, by contradiction: For any event A, A and A c are disjoint, so by Axiom 3 P(A A c ) = P(A) + P(A c ). Also, A A c = S, so by Axiom 2 P(A) + P(A c ) = 1. Now if P(A) > 1, then P(A c ) < 0, which violates Axiom 1. Therefore P(A) > 1 is impossible, so P(A) 1. Axioms of Probability

A slightly trickier proof Prove that P( ) = 0, where is the null event (the event containing no outcomes at all.) Let A 1 =, A 2 =. A 1 and A 2 are disjoint (because = ) Therefore P( ) = P( ) + P( ). Therefore P( ) = 2P( ). Therefore P( ) = 0. Axioms of Probability

The text gives an alternative proof of the second fact. I ve given a different one for variety, and to show another approach. Any (logically valid) proof will do. Axioms of Probability

What are the valid probabilities? Consider a (possibly weighted) coin which can land either heads (H) or tails (T). What are all of the events? Are the following probabilities valid? 1 P(H) = P(T ) = 1/2 2 P(H) = 1/3, P(T ) = 2/3 3 P(H) = 1/2, P(T ) = 2/3 4 P(H) = 0, P(T ) = 1 5 P(H) = 1, P(T ) = 2 Axioms do not completely determine probabilities; they just lay the ground rules for what s valid and what s not. Axioms of Probability

Remember that P(A) = 1 P(A c ). This is useful, because even if we are interested in P(A), sometimes it is easier to calculate the probability that A doesn t happen (that is, A c ). No problem, just subtract that from 1. Axioms of Probability

Inclusion-exclusion principle for 2 events P(A B) = P(A) + P(B) P(A B) Think about this in terms of Venn diagrams. Axioms of Probability

Example 1.11 There is a 60% chance it will rain today; a 50% chance it will rain tomorrow; and a 30% chance it will not rain on either day. 1 What is the probability it will rain today or tomorrow? 2 What is the probability it will rain today and tomorrow? 3 What is the probability it will rain today but not tomorrow? 4 What is the probability it will rain today or tomorrow, but not both? Axioms of Probability

What is P(A B C)? Can you find the general formula when there are many events? (Can you even draw a Venn diagram with 4+ events?) Axioms of Probability