CSE 321 Discrete Structures

Slides:



Advertisements
Similar presentations
Beginning Probability
Advertisements

Chapter 12 Probability © 2008 Pearson Addison-Wesley. All rights reserved.
March 31, 2015Applied Discrete Mathematics Week 8: Advanced Counting 1 Discrete Probability Example I: A die is biased so that the number 3 appears twice.
Section 7.4 (partially). Section Summary Expected Value Linearity of Expectations Independent Random Variables.
1 Discrete Math CS 280 Prof. Bart Selman Module Probability --- Part a) Introduction.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Discrete random variables Probability mass function Distribution function (Secs )
UNR, MATH/STAT 352, Spring Random variable (rv) – central concept of probability theory Numerical description of experiment.
1 Copyright M.R.K. Krishna Rao 2003 Chapter 5. Discrete Probability Everything you have learned about counting constitutes the basis for computing the.
1 Econ 240A Power Three. 2 Summary: Week One Descriptive Statistics –measures of central tendency –measures of dispersion Exploratory data Analysis –stem.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Special discrete distributions Sec
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
Chapter 9 Introducing Probability - A bridge from Descriptive Statistics to Inferential Statistics.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 4 and 5 Probability and Discrete Random Variables.
CSE 531: Performance Analysis of Systems Lecture 2: Probs & Stats review Anshul Gandhi 1307, CS building
Lecture Discrete Probability. 5.1 Probabilities Important in study of complexity of algorithms. Modeling the uncertain world: information, data.
Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics.
Binomial Distributions Calculating the Probability of Success.
BINOMIAL DISTRIBUTION Success & Failures. Learning Goals I can use terminology such as probability distribution, random variable, relative frequency distribution,
Section 7.2. Section Summary Assigning Probabilities Probabilities of Complements and Unions of Events Conditional Probability Independence Bernoulli.
Random Variables. A random variable X is a real valued function defined on the sample space, X : S  R. The set { s  S : X ( s )  [ a, b ] is an event}.
Bernoulli Trials Two Possible Outcomes –Success, with probability p –Failure, with probability q = 1  p Trials are independent.
CSE 321 Discrete Structures Winter 2008 Lecture 19 Probability Theory TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.:
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications (5 th Edition) Kenneth H. Rosen Chapter 5 Counting.
Binomial Distributions. Quality Control engineers use the concepts of binomial testing extensively in their examinations. An item, when tested, has only.
COMP 170 L2 L17: Random Variables and Expectation Page 1.
King Saud University Women Students
September1999 CMSC 203 / 0201 Fall 2002 Week #9 – 21/23/25 October 2002 Prof. Marie desJardins.
Math b (Discrete) Random Variables, Binomial Distribution.
Probability Refresher COMP5416 Advanced Network Technologies.
PROBABILITY, PROBABILITY RULES, AND CONDITIONAL PROBABILITY
The Binomial Distribution
ICS 253: Discrete Structures I Discrete Probability King Fahd University of Petroleum & Minerals Information & Computer Science Department.
By Satyadhar Joshi. Content  Probability Spaces  Bernoulli's Trial  Random Variables a. Expectation variance and standard deviation b. The Normal Distribution.
Bernoulli Trials, Geometric and Binomial Probability models.
1 Discrete Structures - CSIS2070 Text Discrete Mathematics and Its Applications Kenneth H. Rosen Chapter 4 Counting.
16-3 The Binomial Probability Theorem. Let’s roll a die 3 times Look at the probability of getting a 6 or NOT getting a 6. Let’s make a tree diagram.
Section 5.3 Independence and the Multiplication Rule.
3/7/20161 Now it’s time to look at… Discrete Probability.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
Section 7.3. Why we need Bayes?  How to assess the probability that a particular event occurs on the basis of partial evidence.  The probability p(F)
Conditional Probability 423/what-is-your-favorite-data-analysis-cartoon 1.
Introduction to Discrete Probability
9.8 Probability Basic Concepts
Now it’s time to look at…
ICS 253: Discrete Structures I
Chapter 6: Discrete Probability
Statistics Review for CM 160/260
CS104:Discrete Structures
Discrete Probability Distributions
Conditional Probability
Discrete Probability Chapter 7 With Question/Answer Animations
Statistics 1: Elementary Statistics
The Binomial and Geometric Distributions
Warm Up Which of the following are combinations?
The Binomial Distribution
Discrete Probability Distribution
CSE 321 Discrete Structures
Now it’s time to look at…
Statistics 1: Elementary Statistics
CSE 321 Discrete Structures
Discrete Mathematical Structures CS 23022
CSE 321 Section, Week 8 Natalie Linnell.
Chapter 11: Further Topics in Algebra
Now it’s time to look at…
Bernoulli Trials Two Possible Outcomes Trials are independent.
CSE 321 Discrete Structures
Binomial Distributions
Lecture 2 Basic Concepts on Probability (Section 0.2)
Chapter 11 Probability.
Presentation transcript:

CSE 321 Discrete Structures Winter 2008 Lecture 19 Probability Theory TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AAAAA

Announcements Readings Probability Theory 6.3 (New material!) Bayes’ Theorem 6.4 (5.3) Expectation Advanced Counting Techniques – Ch 7. Not covered

Highlights from Lecture 18 Experiment Sample Space Event Probability

Combinations of Events EC is the complement of E P(EC) = 1 – P(E) P(E1 E2) = P(E1) + P(E2) – P(E1 E2)

Probability Concepts Probability Distribution Conditional Probability Independence Bernoulli Trials / Binomial Distribution Random Variable

Discrete Probability Theory Set S Probability distribution p : S  [0,1] For s  S, 0  p(s)  1 s S p(s) = 1 Event E, E S p(E) = s Ep(s)

Examples

Conditional Probability Let E and F be events with p(F) > 0. The conditional probability of E given F, defined by p(E | F), is defined as:

Examples Flip a coin 5 times, W is the event of three or more heads

Independence The events E and F are independent if and only if p(E F) = p(E)p(F) E and F are independent if and only if p(E | F) = p(E)

Are these independent? Flip a coin three times Roll two dice E: the first coin is a head F: the second coin is a head Roll two dice E: the sum of the two dice is 5 F: the first die is a 1 E: the sum of the two dice is 7 Deal two five card poker hands E: hand one has four of a kind F: hand two has four of a kind 0.0000000576 0.0000000740

Bernoulli Trials and Binomial Distribution Success probability p, failure probability q The probability of exactly k successes in n independent Bernoulli trials is

Random Variables A random variable is a function from a sample space to the real numbers