Probability Distributions and Expected Value

Slides:



Advertisements
Similar presentations
Section 5.1 and 5.2 Probability
Advertisements

Random Variables A random variable is a variable (usually we use x), that has a single numerical value, determined by chance, for each outcome of a procedure.
Mathematics in Today's World
Describing Probability
Statistics Chapter 3: Introduction to Discrete Random Variables.
Random Variables.
Sections 4.1 and 4.2 Overview Random Variables. PROBABILITY DISTRIBUTIONS This chapter will deal with the construction of probability distributions by.
EXAMPLE 1 Construct a probability distribution
EXAMPLE 1 Construct a probability distribution Let X be a random variable that represents the sum when two six-sided dice are rolled. Make a table and.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Multiple random variables Transform methods (Sec , 4.5.7)
Chapter 5 Probability Distributions
The Central Limit Theorem For simple random samples from any population with finite mean and variance, as n becomes increasingly large, the sampling distribution.
What are the chances of that happening?. What is probability? The mathematical expression of the chances that a particular event or outcome will happen.
Refreshing Your Skills for Chapter 10.  If you flip a coin, the probability that it lands with heads up is 1/2.  If you roll a standard die, the probability.
A multiple-choice test consists of 8 questions
Sullivan – Fundamentals of Statistics – 2 nd Edition – Chapter 11 Section 1 – Slide 1 of 34 Chapter 11 Section 1 Random Variables.
Probability Distributions. Essential Question: What is a probability distribution and how is it displayed?
Section 6.3 Binomial Distributions. A Gaggle of Girls Let’s use simulation to find the probability that a couple who has three children has all girls.
5.3 Random Variables  Random Variable  Discrete Random Variables  Continuous Random Variables  Normal Distributions as Probability Distributions 1.
4.1 Probability Distributions. Do you remember? Relative Frequency Histogram.
Chapter 7: Probability Lesson 6: Probability Distributions Mrs. Parziale.
Chapter 5.1 Probability Distributions.  A variable is defined as a characteristic or attribute that can assume different values.  Recall that a variable.
Expected Value Reprise CP Canoe Club Duck Derby  Maximum of tickets sold  $5/ticket Prizes  1) 12 VIP tickets to Cirque du Soleil ($2,000) 
Probability Distributions. We need to develop probabilities of all possible distributions instead of just a particular/individual outcome Many probability.
Slide 5-1 Chapter 5 Probability and Random Variables.
MATH 2400 Ch. 10 Notes. So…the Normal Distribution. Know the 68%, 95%, 99.7% rule Calculate a z-score Be able to calculate Probabilities of… X < a(X is.
Journal: 1)Suppose you guessed on a multiple choice question (4 answers). What was the chance that you marked the correct answer? Explain. 2)What is the.
Review Homework pages Example: Counting the number of heads in 10 coin tosses. 2.2/
Discrete Distributions. Random Variable - A numerical variable whose value depends on the outcome of a chance experiment.
WOULD YOU PLAY THIS GAME? Roll a dice, and win $1000 dollars if you roll a 6.
Modeling Discrete Variables Lecture 22, Part 1 Sections 6.4 Fri, Oct 13, 2006.
Copyright © 2013 Pearson Education, Inc. All rights reserved Chapter 4 Discrete Random Variables.
Probability Distributions, Discrete Random Variables
Do Now. Introduction to Probability Objective: find the probability of an event Homework: Probability Worksheet.
AP STATISTICS Section 7.1 Random Variables. Objective: To be able to recognize discrete and continuous random variables and calculate probabilities using.
Binomial Distributions Chapter 5.3 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U.
Math 145 September 18, Terminologies in Probability  Experiment – Any process that produces an outcome that cannot be predicted with certainty.
Binomial Distributions Chapter 5.3 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U Authors: Gary Greer (with.
Probability Distributions and Expected Value Chapter 5.1 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U Authors:
Probability Distribution. Probability Distributions: Overview To understand probability distributions, it is important to understand variables and random.
16.6 Expected Value.
Conditional Probability 423/what-is-your-favorite-data-analysis-cartoon 1.
Binomial Distributions
Terminologies in Probability
Probability Predictions Ch. 1, Act. 5.
Unit 5 Section 5-2.
Discrete and Continuous Random Variables
Sequences, Series, and Probability
Minds on! CP Canoe Club Duck Derby Prizes
PROBABILITY The probability of an event is a value that describes the chance or likelihood that the event will happen or that the event will end with.
Chapter 16.
Probability.
Probability.
Terminologies in Probability
Terminologies in Probability
Chapter 10 - Introducing Probability
Terminologies in Probability
Warm Up Imagine you are rolling 2 six-sided dice. 1) What is the probability to roll a sum of 7? 2) What is the probability to roll a sum of 6 or 7? 3)
Discrete Random Variables
Discrete Distributions
Discrete Distributions
Continuous Random Variable Normal Distribution
WARM UP: Solve the equation for height for an age of 25.
Terminologies in Probability
Discrete Distributions.
Probability.
Terminologies in Probability
Math 145 February 12, 2008.
Terminologies in Probability
Chapter 4 Probability.
Presentation transcript:

Probability Distributions and Expected Value Chapter 5.1 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U

Probability Distributions of a Discrete Random Variable a discrete random variable X is a variable that can take on only a finite set of values for example, rolling a die can only produce numbers in the set {1,2,3,4,5,6} rolling 2 dice can produce only numbers in the set {2,3,4,5,6,7,8,9,10,11,12} choosing a card from a standard deck (ignoring suit) can produce only the cards in the set {A,2,3,4,5,6,7,8,9,10,J,Q,K}

Probability Distribution a probability distribution of a random variable x, is a function which provides the probability of each possible value of x this function may be represented as a table of values, a graph or a mathematical expression for example, rolling a die:

Probability Distribution for 2 Dice

What would a probability distribution graph for three dice look like? We will try it! Using three dice, figure out how many outcomes there are Then find out how many possible ways there are to create each of the possible outcomes Fill in a table like the one below Now you can make the graph Outcome 3 4 5 6 7 8 9 … # ways 1

Probability Distribution for 3 Dice Outcome 3 4 5 6 7 8 9 10 # cases 1 15 21 28

So what does an experimental distribution look like? A simulated dice throw was done a million times using a computer program and generated the following data What is/are the most common outcome(s)? Does this make sense?

Back to 2 Dice What is the expected value of throwing 2 dice? How could this be calculated? So the expected value of a discrete variable X is the sum of the values of X multiplied by their probabilities

Example 1a: tossing 3 coins 0 heads 1 head 2 heads 3 heads P(X) ⅛ ⅜ What is the likelihood of at least 2 heads? It must be the total probability of tossing 2 heads and tossing 3 heads P(X = 2) + P(X = 3) = ⅜ + ⅛ = ½ so the probability is 0.5

Example 1b: tossing 3 coins 0 heads 1 head 2 heads 3 heads P(X) ⅛ ⅜ What is the expected number of heads? It must be the sums of the values of x multiplied by the probabilities of x 0P(X = 0) + 1P(X = 1) + 2P(X = 2) + 3P(X = 3) = 0(⅛) + 1(⅜) + 2(⅜) + 3(⅛) = 1½ So the expected number of heads is 1.5

Example 2a: Selecting a Committee of three people from a group of 4 men and 3 women What is the probability of having at least one woman on the team? There are C(7,3) or 35 possible teams C(4,3) = 4 have no women C(4,2) x C(3,1) = 6 x 3 = 18 have one woman C(4,1) x C(3,2) = 4 x 3 = 12 have 2 women C(3,3) = 1 have 3 women

Example 2a cont’d: selecting a committee 0 women 1 woman 2 women 3 women P(X) 4/35 18/35 12/35 1/35 What is the likelihood of at least one woman? It must be the total probability of all the cases with at least one woman P(X = 1) + P(X = 2) + P(X = 3) = 18/35 + 12/35 + 1/35 = 31/35

Example 2b: selecting a committee 0 women 1 woman 2 women 3 women P(X) 4/35 18/35 12/35 1/35 What is the expected number of women? 0P(X = 0) + 1P(X = 1) + 2P(X = 2) + 3P(X = 3) = 0(4/35) + 1(18/35) + 2(12/35) + 3(1/35) = 1.3 (approximately)

MSIP / Homework p. 277 #1, 2, 3, 4, 5, 9, 12, 13