Discrete Distributions

Slides:



Advertisements
Similar presentations
Special Discrete Distributions
Advertisements

Chapter 7 Special Discrete Distributions. Binomial Distribution B(n,p) Each trial results in one of two mutually exclusive outcomes. (success/failure)
Chapter 7 Discrete Distributions. Random Variable - A numerical variable whose value depends on the outcome of a chance experiment.
Binomial & Geometric Random Variables
Chapter 8 Binomial and Geometric Distributions
Lesson 6 – 2b Hyper-Geometric Probability Distribution.
Probability Models Chapter 17.
Binomial Distributions
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 4 and 5 Probability and Discrete Random Variables.
Chapter 7 Special Discrete Distributions. Binomial Distribution B(n,p) Each trial results in one of two mutually exclusive outcomes. (success/failure)
Chapter 8 Day 1. The Binomial Setting - Rules 1. Each observations falls under 2 categories we call success/failure (coin, having a child, cards – heart.
Binomial and Geometric Distributions Notes on your own paper.
Chapter 7 Lesson 7.5 Random Variables and Probability Distributions
Warm-up Grab a die and roll it 10 times and record how many times you roll a 5. Repeat this 7 times and record results. This time roll the die until you.
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.
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}.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 6 Random Variables 6.3 Binomial and Geometric.
6.2 Homework Questions.
The Binomial Distribution
Graph of a Binomial Distribution Binomial distribution for n = 4, p = 0.4:
At the end of the lesson, students can: Recognize and describe the 4 attributes of a binomial distribution. Use binompdf and binomcdf commands Determine.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 6 Random Variables 6.3 Binomial and Geometric.
Section Binomial Distributions For a situation to be considered a binomial setting, it must satisfy the following conditions: 1)Experiment is repeated.
The Binomial Distributions
Chapter 7 Special Discrete Distributions. Binomial Distribution Each trial has two mutually exclusive possible outcomes: success/failure Fixed number.
AP Statistics Monday, 30 November 2015 OBJECTIVE TSW begin the study of discrete distributions. EVERYONE needs a calculator. The tests are graded.
Slide Slide 1 Section 5-3 Binomial Probability Distributions.
Special Discrete Distributions: Geometric Distributions.
Chapter 6: Random Variables
Chapter 7 Random Variables and Discrete Distributions.
Chapter 7 Special Discrete Distributions. Binomial Distribution B(n,p) Each trial results in one of two mutually exclusive outcomes. (success/failure)
Section 6.3 Geometric Random Variables. Binomial and Geometric Random Variables Geometric Settings In a binomial setting, the number of trials n is fixed.
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Business Statistics,
Section 6.3 Day 1 Binomial Distributions. A Gaggle of Girls Let’s use simulation to find the probability that a couple who has three children has all.
The Binomial Distribution Section 8.1. Two outcomes of interest We use a coin toss to see which of the two football teams gets the choice of kicking off.
Special Discrete Distributions. Bernoulli Trials The basis for the probability models we will examine in this chapter is the Bernoulli trial. We have.
+ Binomial and Geometric Random Variables Textbook Section 6.3.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Lynn Smith.
Chapter 8: The Binomial and Geometric Distributions 8.1 – The Binomial Distributions.
Binomial Distributions
Discrete Distributions
Chapter Five The Binomial Probability Distribution and Related Topics
6.3 Binomial and Geometric Random Variables
Binomial Distributions
AP Statistics Probability Models
CHAPTER 6 Random Variables
CHAPTER 6 Random Variables
Bernoulli Trials and Binomial Probability models
Chapter 7 Lesson 7.5 Random Variables and Probability Distributions
Binomial and Geometric Random Variables
Special Discrete Distributions
8.1 The Binomial Distributions
Special Discrete Distributions
Section Binomial Distributions
Section 8.1 Binomial Distributions
Lesson Objectives At the end of the lesson, students can:
Section Binomial Distributions
Special Discrete Distributions
Special Discrete Distributions
Statistics 1: Elementary Statistics
CHAPTER 6 Random Variables
Binomial & Geometric Random Variables
Section Binomial Distributions
8.1 The Binomial Distribution
CHAPTER 6 Random Variables
CHAPTER 6 Random Variables
CHAPTER 6 Random Variables
Special Discrete Distributions
12/12/ A Binomial Random Variables.
Chapter 8: Binomial and Geometric Distributions
Presentation transcript:

Discrete Distributions Special Discrete Distributions

Binomial Distribution B(n,p) Each trial results in one of two mutually exclusive outcomes. (success/failure) There are a fixed number of trials Outcomes of different trials are independent The probability that a trial results in success is the same for all trials The binomial random variable x is defined as the number of successes out of the fixed number

Are these binomial distributions? Toss a coin 10 times and count the number of heads Yes Deal 10 cards from a shuffled deck and count the number of red cards No, probability does not remain constant Two parents with genes for O and A blood types and count the number of children with blood type O No, no fixed number

Toss a 3 coins and count the number of heads Find the discrete probability distribution X 0 1 2 3 P(x) .125 .375 .375 .125 Out of 3 coins that are tossed, what is the probability of getting exactly 2 heads?

Binomial Formula: Where:

Out of 3 coins that are tossed, what is the probability of getting exactly 2 heads?

The number of inaccurate gauges in a group of four is a binomial random variable. If the probability of a defect is 0.1, what is the probability that only 1 is defective? More than 1 is defective?

Calculator Binomialpdf(n,p,x) – this calculates the probability of a single binomial P(x = k) Binomialcdf(n,p,x) – this calculates the cumulative probabilities from P(0) to P(k)

A genetic trait of one family manifests itself in 25% of the offspring A genetic trait of one family manifests itself in 25% of the offspring. If eight offspring are randomly selected, find the probability that the trait will appear in exactly three of them. At least 5?

In a certain county, 30% of the voters are Republicans In a certain county, 30% of the voters are Republicans. If ten voters are selected at random, find the probability that no more than six of them will be Republicans. P(x < 6) = binomcdf(10,.3,6) = .9894

Binomial formulas for mean and standard deviation

In a certain county, 30% of the voters are Republicans In a certain county, 30% of the voters are Republicans. How many Republicans would you expect in ten randomly selected voters? What is the standard deviation for this distribution?

Using Binomial Graphs WS… In L1 – seq(x,x,0,10) In L2 – binompdf(10, .1 ,L1) Sketch histogram on WS

What happened to the shape of the distribution as the probability of success increased? As the probability of success increases, the shape changes from being skewed right to symmetrical at p =.5 to skewed left.

Calculate the mean and standard deviations for each of the probabilities What do you notice? As the probability of success increase, the means increase. the standard deviations increase to p = .5, then decrease. Their values are also symmetrical.

Geometric Distributions: There are two mutually exclusive outcomes Each trial is independent of the others The probability of success remains constant for each trial. The random variable x is the number of trials UNTIL the FIRST success occurs.

Differences between binomial & geometric distributions The difference between binomial and geometric properties is that there is NOT a fixed number of trials in geometric distributions!

Other differences: Binomial random variables start with 0 while geometric random variables start with 1 Binomial distributions are finite, while geometric distributions are infinite

Geometric Formulas:

Count the number of boys in a family of four children. Binomial: X 0 1 2 3 4 Count the children until the first son is born Geometric: X 1 2 3 4 . . .

What is the probability that the first son is the fourth child born? What is the probability that the first son born is at most the fourth child?

A real estate agent shows a house to prospective buyers A real estate agent shows a house to prospective buyers. The probability that the house will be sold to the person is 35%. What is the probability that the agent will sell the house to the third person she shows it to? How many prospective buyers does she expect to show the house to before someone buys the house?

Use Geometric Graphs WS…. In L1 – input numbers 1-20 In L2 – geometpdf(.1,L1) Sketch on worksheet Find the means & standard deviations

Geometric distributions are skewed right and become more strongly skewed right as the probability of success increases Mean & standard deviation of the distributions decrease as the probability of success increase