The Binomial Distribution

Size: px
Start display at page:

Download "The Binomial Distribution"

Transcription

1 MATH 382 The Binomial Distribution Dr. Neal, WKU Suppose there is a fixed probability p of having an occurrence (or success ) on any single attempt, and a sequence of n independent attempts is made. Then the binomial random variable, denoted by X ~ b(n, p), counts the total number of occurrences in these n attempts. There may be anywhere from 0 to n occurrences in the n attempts; thus, Range X = {0, 1,..., n}. For example, roll one fair six-sided die 20 times and count the number of fours that are rolled. The probability of rolling a four on any attempt is p = 1 / 6. So X ~ b(20, 1 / 6). Somewhere from 0 to 20 fours will be rolled, and X counts the exact number of fours rolled in a sequence of 20 rolls. With p being the probability of success on any attempt, we shall let q = 1 p be the probability of failure. For instance, if we are trying to draw a Heart from a complete shuffled deck of cards, then p = 1 / 4 and q = 3 / 4. We note that there are various ways to obtain exactly k successes in n attempts. For example, to have exactly 3 successes in 8 attempts, we must choose which 3 of the 8 tries resulted in the successes: S S S F F F F F S S F S F F F F S S F F S F F F... S S F F F F F S... F F F F F S S S 8 In all there are # & = 56 ways to choose 3 success positions out of 8 spots. But each of 3% these 56 individual sequences occurs with probability p 3 q 5 n. In general, there are # & k% ways to have exactly k successes in n attempts and each such individual sequence occurs with probability p k q n k. Thus the overall probability of obtaining exactly k n successes in n attempts is # & k% p k q n k. Probability Distribution Function The probability distribution function (or pdf) of X ~ b(n, p) is the probability of having exactly k occurrences in n attempts and is given by P(X = k) = n # & k% p k q n k, for, 1,..., n. By the Binomial Expansion Theorem and the fact that p + q = 1, the sum of the probabilities over the range of X equals 1: P(X = k ) = k Range X n # n % & ( p k q n k = ( p + q) n = 1 n = 1. k '

2 There is no closed-form formula for the cumulative probability P(X k) or for computing probabilities such as P( j X k). In each case, the individual probabilities must be summed, or we must use a calculator/computer command: k k n P(X k) = P( X = i ) = # & i = 0 i % p i q n i and P( j X k) = i = 0 k n # & i % p i q n i. i = j Example 1. Draw a single card at random from a shuffled deck over and over, each time with replacement and re-shuffling. Do so for a total of 8 draws. (a) What is the probability of exactly 3 Hearts being drawn? (b) What is the probability of at most 3 Hearts being drawn? (c) What is the probability of at least 2 Hearts being drawn? Solution. The probability of drawing a Heart on any attempt is p =1 / 4. Because we have replacement and re-shuffling of cards, the 8 successive draws are independent of each other. So we have a binomial distribution and we may let X ~ b(8,1 / 4) count the number of Hearts drawn in the 8 attempts. (a) We now have P(X = 3) = 8 # & 3% # 1 & 3 3 # & % 4 % (b) Also, P( X 3) = P( X = 0) + P( X = 1) + P( X = 2) + P( X = 3) = 8% 1% ' ' 0 3% # 0& # 4& # 4& ' 8 + 8% 1% # 1 ' ' 1 3 % &# 4& # 4 & ' 7 + 8% 1 % # 2 ' ' 2 3 % &# 4 & # 4 & ' 6 + 8% 1 % # 3 ' ' 3 3% & # 4 & # 4& = 3 % # 4 & ' % # 4 ' 1 3 % & # 4 & ' % # 4 ' 2 3 % & # 4 & ' % # 4 ' 3 3% ' 5 & # 4& (c) Finally, the probability of at least 2 Hearts being drawn is P( X 2) = 1 P(X 1) = 1 P(X = 0) P(X = 1) = 1 & 8' 1 ' )& ) 0 3 ' & % 0( % 4 ( % 4 ( ) 8 & 8' % 1 )& (% ' ) 1 3 ' & 4 ( % 4 ( ) 7 ' 5 Expected Value, Variance, and Standard Deviation The expected value (or mean µ ) of the binomial distribution is the average number of occurrences in repeated sequences of n attempts. This value is easily computed by µ = E[ X ] = n p. We shall derive it in two ways.

3 Theorem 1. Let X ~ b(n, p). Then E[ X ] = n p. Proof 1. Using the direct definition of expected value of a discrete random variable, we have E[ X ] = k P(X = k ) = n k # % n& k Range X k ( p ' k q n k n n = k k(n k ) pk q n k (first term cancels ) k =1 n n = k = 1 (k 1)(n k) pk q n k n (n 1) = np k =1 (k 1)(n k ) pk 1 q n k n 1 (n 1) = np k (n k 1) pk q n k 1 n 1 # n 1& = np % ( p k ' k q n 1 k n 1 = np P( b(n 1, p) = k ) = np(1) = np. Proof 2. For i = 0, 1,..., n, let X i be a Bernoulli random variable that is 1 if there is a success on the i th attempt or 0 if there is a failure on the i th attempt. Then the X i are independent of each other (due to independent attempts) and the total number of successes in n attempts is given by X 1 + X X n = X ~ b(n, p). Moreover, E[ X i ] = 1p + 0q = p for i = 0, 1,..., n. By the linearity of expected value, we then have E[ X ] = E[ X 1 + X X n ] = E[ X 1 ] + E[X 2 ] E[ X n ] = p + p p = n p. Using the set-up from this second proof, we can easily derive the variance of X as well: Theorem 2. Let X ~ b(n, p). Then Var( X) = n pq. Proof. Again, for i = 0, 1,..., n, let X i be independent Bernoulli random variables that are 1 if there is a success on the i th attempt or 0 if there is a failure on the i th attempt. Then Var( X i ) = E[ X i 2 ] (E[Xi ]) 2 Then by independence of the X i, we have = (1 2 p q) p 2 = p p 2 = p(1 p) = pq. Var( X) = Var(X 1 + X X n ) = Var( X 1 ) + Var(X 2 ) Var( X n ) = pq + pq pq = n p q. So for X ~ b(n, p), the standard deviation is given by σ X = n pq.

4 Mode The mode is the most likely number of occurrences in n attempts. This value is always given by the largest integer k such that k (n + 1) p, denoted by k = (n + 1)p. However, when (n +1) p is actually an integer, then the binomial distribution will be bimodal (i.e., it will have two modes). In this case, this value of k = (n +1) p and the previous integer k 1 will be the two modes. To derive this expression for the mode, we let a k = P( X = k) = # n & k% p k q n k. We then wish to find the largest integer k such that a k 1 a k. (We then have a k > a k +1 > a k+2 >...> a n making k have the highest probability value a k.) We now consider the ratio a k / a k 1. To have a k 1 a k, we must have 1 a k / a k 1, which holds if and only if 1 a k a k 1 = n k(n k) pk q n k n k +1 n = p (k 1)(n k + 1) pk 1 q n k +1 k q. This result holds if and only if k (1 p) (n k + 1) p which is equivalent to k (n + 1)p. Note that we have a k 1 = a k if and only if k = (n + 1) p, which holds if and only if (n +1) p is an integer. Example 2. Draw a single card from a deck, with replacement and re-shuffling for a total of 10 draws, and count the number of Hearts drawn. For 10 draws, what are the average and standard deviation of the number of Hearts drawn? What is the most likely number of Hearts drawn? Solution. Here X ~ b(10, 1 / 4) counts the number of Hearts drawn in a sequence of 10 independent draws. On average, we would draw E[ X ] = 10 1 / 4 = 2. 5 Hearts, with a standard deviation of σ X = 10 1 / 4 3 / The most likely number of Hearts in 10 draws is k = 11 1 / 4# = 2. 75# = 2. Moreover, P(X = 2) = 10 # &(1 / 4) 2 % 2 (3 / 4) Example 3. Suppose we roll two dice 44 times and we count the number of times that we roll a sum of either 7 or 11. (a) What is the most likely number of rolls that will be either a 7 or 11? (b) What is the probability of there being (i) at most 10 rolls that are either a 7 or 11? (ii) at least 10 rolls that are either a 7 or 11? (c) What is the probability that the number of times we roll a 7 or an 11 is within one standard deviation of average?

5 Solution. On each roll, the probability of getting a sum of either a 7 or 11 is p = 8 / 36 = 2 / 9. So X ~ b(44, 2 / 9) counts the number of times we do so in 44 rolls. (a) In 44 rolls, the most likely number of times a 7 or 11 will be rolled is k = 45 2 / 9# = 10# = 10. Because this value is an integer, X is bi-modal and it is most likely and equally likely that a 7 or 11 is rolled either 9 times or 10 times. Moreover, P(X = 9) = 44 2 # &# & 9 7 # & 35 = 9 % 9% 9 % 44 2 # & # & 10 7 # & % 9 % 9% = P( X = 10) % 2 % (b) Next, P( X 10) = ' ' k 7% ' 44 k # k & # 9 & # 9& , and 9 44' 2' P( X 10) = 1 P(X 9) = 1 & )& ) k 7' & ) 44 k % k (% 9( % 9 ( (c) The average number of rolls resulting in a 7 or 11 is µ = 44 2/9 = with a standard deviation of σ = 44 2 / 9 7 / So the range µ ± σ is from about 7.02 to This range does not include 7, so the possible values in this range are 8, 9, 10, 11, 12. Thus, P ( µ σ X µ + σ ) = P(8 X 12) = 12 44' 2 ' & ) & ) k 7' & ) 44 k % k ( % 9 ( % 9( k = 8 Calculator Commands Binomial probability values can be computed with the built-in binompdf( and binomcdf( TI commands from the DISTR menu: P( X = k ) = binompdf(n,p,k) P( X k) = binomcdf(n,p,k) P( j X k ) = P( X k) P( X j 1) = binomcdf(n,p,k) binomcdf(n,p,j 1) P( X k) = 1 P( X k 1) = 1 binomcdf(n,p,k 1) For X ~ b(44, 2 / 9), (a) P( X = 10) = binompdf(44,2/9,10) (b) P( X 10) = binomcdf(44,2/9,10) P( X 10) = 1 binomcdf(44,2/9,9) (c) P(8 X 12) = binomcdf(44,2/9,12) binomcdf(44,2/9,7)

6 Mathematica Commands We also can use Mathematica commands to compute binomial probability values: X=BinomialDistribution[44,2/9]; PDF[X,10] CDF{X,10] Mean[X] StandardDeviation[X] Notes: (i) The binomial distribution models sampling with replacement. For example, when drawing a card from a deck, if we always replace the card drawn before redrawing, then we create independent draws having the same probability of success. That is, we create a binomial distribution. If we do not replace cards between draws, then we have dependent draws with differing probabilities of success, and we do not have a binomial distribution. (ii) A Bernoulli distribution X is a special case of a binomial distribution having exactly 1 attempt. That is, X ~ b(1, p). Exercises 1. Draw a single card from a deck, with replacement and re-shuffling for a total of 12 draws and count the number of Face cards (J, Q, K) drawn. (a) What distribution is created in counting the number of Face cards drawn? What are the average and standard deviation of the number of Face cards drawn? (b) What is the most likely number of Face cards drawn, and what is the probability of drawing this number of Face cards? (c) What is the probability of drawing at least 3 Face cards? (d) Given that you draw at least 3 Face cards, what is the probability that you draw at least 4 Face cards? 2. Roll two dice. A win is a sum of 2, 3, or 12. Let X count the number of wins in 24 rolls. (a) What distribution is created? What is the most likely number of wins? (b) What is the probability of at most 3 wins? (c) What is the probability that the number of wins is within one standard deviation of average?

Chapter 8: The Binomial and Geometric Distributions

Chapter 8: The Binomial and Geometric Distributions Chapter 8: The Binomial and Geometric Distributions 8.1 Binomial Distributions 8.2 Geometric Distributions 1 Let me begin with an example My best friends from Kent School had three daughters. What is the

More information

Binomial Distributions

Binomial Distributions Binomial Distributions (aka Bernouli s Trials) Chapter 8 Binomial Distribution an important class of probability distributions, which occur under the following Binomial Setting (1) There is a number n

More information

The Binomial Probability Distribution

The Binomial Probability Distribution The Binomial Probability Distribution MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2017 Objectives After this lesson we will be able to: determine whether a probability

More information

4.2 Bernoulli Trials and Binomial Distributions

4.2 Bernoulli Trials and Binomial Distributions Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan 4.2 Bernoulli Trials and Binomial Distributions A Bernoulli trial 1 is an experiment with exactly two outcomes: Success and

More information

Chapter 3 - Lecture 5 The Binomial Probability Distribution

Chapter 3 - Lecture 5 The Binomial Probability Distribution Chapter 3 - Lecture 5 The Binomial Probability October 12th, 2009 Experiment Examples Moments and moment generating function of a Binomial Random Variable Outline Experiment Examples A binomial experiment

More information

Chapter 6: Random Variables. Ch. 6-3: Binomial and Geometric Random Variables

Chapter 6: Random Variables. Ch. 6-3: Binomial and Geometric Random Variables Chapter : Random Variables Ch. -3: Binomial and Geometric Random Variables X 0 2 3 4 5 7 8 9 0 0 P(X) 3???????? 4 4 When the same chance process is repeated several times, we are often interested in whether

More information

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza Probability Theory Mohamed I. Riffi Islamic University of Gaza Table of contents 1. Chapter 2 Discrete Distributions The binomial distribution 1 Chapter 2 Discrete Distributions Bernoulli trials and the

More information

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise.

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise. Math 224 Q Exam 3A Fall 217 Tues Dec 12 Version A Problem 1. Let X be the continuous random variable defined by the following pdf: { 1 x/2 when x 2, f(x) otherwise. (a) Compute the mean µ E[X]. E[X] x

More information

Chapter 14 - Random Variables

Chapter 14 - Random Variables Chapter 14 - Random Variables October 29, 2014 There are many scenarios where probabilities are used to determine risk factors. Examples include Insurance, Casino, Lottery, Business, Medical, and other

More information

MA : Introductory Probability

MA : Introductory Probability MA 320-001: Introductory Probability David Murrugarra Department of Mathematics, University of Kentucky http://www.math.uky.edu/~dmu228/ma320/ Spring 2017 David Murrugarra (University of Kentucky) MA 320:

More information

5.1 Sampling Distributions for Counts and Proportions. Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102

5.1 Sampling Distributions for Counts and Proportions. Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102 5.1 Sampling Distributions for Counts and Proportions Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102 Sampling and Population Distributions Example: Count of People with Bachelor s Degrees

More information

Binomal and Geometric Distributions

Binomal and Geometric Distributions Binomal and Geometric Distributions Sections 3.2 & 3.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 7-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Discrete Random Variables and Their Probability Distributions

Discrete Random Variables and Their Probability Distributions Chapter 5 Discrete Random Variables and Their Probability Distributions Mean and Standard Deviation of a Discrete Random Variable Computing the mean and standard deviation of a discrete random variable

More information

Some Discrete Distribution Families

Some Discrete Distribution Families Some Discrete Distribution Families ST 370 Many families of discrete distributions have been studied; we shall discuss the ones that are most commonly found in applications. In each family, we need a formula

More information

AP Statistics Ch 8 The Binomial and Geometric Distributions

AP Statistics Ch 8 The Binomial and Geometric Distributions Ch 8.1 The Binomial Distributions The Binomial Setting A situation where these four conditions are satisfied is called a binomial setting. 1. Each observation falls into one of just two categories, which

More information

Binomial and Geometric Distributions

Binomial and Geometric Distributions Binomial and Geometric Distributions Section 3.2 & 3.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office hours: T Th 2:30 pm - 5:15 pm 620 PGH Department of Mathematics University of Houston February 11, 2016

More information

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain.

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain. Binomial and Normal Distributions Objective 1: Determining if an Experiment is a Binomial Experiment For an experiment to be considered a binomial experiment, four things must hold: 1. The experiment is

More information

3.2 Binomial and Hypergeometric Probabilities

3.2 Binomial and Hypergeometric Probabilities 3.2 Binomial and Hypergeometric Probabilities Ulrich Hoensch Wednesday, January 23, 2013 Example An urn contains ten balls, exactly seven of which are red. Suppose five balls are drawn at random and with

More information

Chpt The Binomial Distribution

Chpt The Binomial Distribution Chpt 5 5-4 The Binomial Distribution 1 /36 Chpt 5-4 Chpt 5 Homework p262 Applying the Concepts Exercises p263 1-11, 14-18, 23, 24, 26 2 /36 Objective Chpt 5 Find the exact probability for x successes in

More information

Binomial Probabilities The actual probability that P ( X k ) the formula n P X k p p. = for any k in the range {0, 1, 2,, n} is given by. n n!

Binomial Probabilities The actual probability that P ( X k ) the formula n P X k p p. = for any k in the range {0, 1, 2,, n} is given by. n n! Introduction We are often more interested in experiments in which there are two outcomes of interest (success/failure, make/miss, yes/no, etc.). In this chapter we study two types of probability distributions

More information

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Week 7 Oğuz Gezmiş Texas A& M University Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Oğuz Gezmiş (TAMU) Topics in Contemporary Mathematics II Week7 1 / 19

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables ST 370 A random variable is a numerical value associated with the outcome of an experiment. Discrete random variable When we can enumerate the possible values of the variable

More information

Probability Models.S2 Discrete Random Variables

Probability Models.S2 Discrete Random Variables Probability Models.S2 Discrete Random Variables Operations Research Models and Methods Paul A. Jensen and Jonathan F. Bard Results of an experiment involving uncertainty are described by one or more random

More information

Probability Models. Grab a copy of the notes on the table by the door

Probability Models. Grab a copy of the notes on the table by the door Grab a copy of the notes on the table by the door Bernoulli Trials Suppose a cereal manufacturer puts pictures of famous athletes in boxes of cereal, in the hope of increasing sales. The manufacturer announces

More information

CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS

CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS A random variable is the description of the outcome of an experiment in words. The verbal description of a random variable tells you how to find or calculate

More information

Chapter 8. Binomial and Geometric Distributions

Chapter 8. Binomial and Geometric Distributions Chapter 8 Binomial and Geometric Distributions Lesson 8-1, Part 1 Binomial Distribution What is a Binomial Distribution? Specific type of discrete probability distribution The outcomes belong to two categories

More information

8.4: The Binomial Distribution

8.4: The Binomial Distribution c Dr Oksana Shatalov, Spring 2012 1 8.4: The Binomial Distribution Binomial Experiments have the following properties: 1. The number of trials in the experiment is fixed. 2. There are 2 possible outcomes

More information

Binomial formulas: The binomial coefficient is the number of ways of arranging k successes among n observations.

Binomial formulas: The binomial coefficient is the number of ways of arranging k successes among n observations. Chapter 8 Notes Binomial and Geometric Distribution Often times we are interested in an event that has only two outcomes. For example, we may wish to know the outcome of a free throw shot (good or missed),

More information

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions Chapter 5 Probability Distributions 5-1 Overview 5-2 Random Variables 5-3 Binomial Probability Distributions 5-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 5-5 The Poisson Distribution

More information

The Binomial and Geometric Distributions. Chapter 8

The Binomial and Geometric Distributions. Chapter 8 The Binomial and Geometric Distributions Chapter 8 8.1 The Binomial Distribution A binomial experiment is statistical experiment that has the following properties: The experiment consists of n repeated

More information

Probability Theory and Simulation Methods. April 9th, Lecture 20: Special distributions

Probability Theory and Simulation Methods. April 9th, Lecture 20: Special distributions April 9th, 2018 Lecture 20: Special distributions Week 1 Chapter 1: Axioms of probability Week 2 Chapter 3: Conditional probability and independence Week 4 Chapters 4, 6: Random variables Week 9 Chapter

More information

5.2 Random Variables, Probability Histograms and Probability Distributions

5.2 Random Variables, Probability Histograms and Probability Distributions Chapter 5 5.2 Random Variables, Probability Histograms and Probability Distributions A random variable (r.v.) can be either continuous or discrete. It takes on the possible values of an experiment. It

More information

Binomial Random Variables. Binomial Random Variables

Binomial Random Variables. Binomial Random Variables Bernoulli Trials Definition A Bernoulli trial is a random experiment in which there are only two possible outcomes - success and failure. 1 Tossing a coin and considering heads as success and tails as

More information

Section 8.4 The Binomial Distribution

Section 8.4 The Binomial Distribution Section 8.4 The Binomial Distribution Binomial Experiment A binomial experiment has the following properties: 1. The number of trials in the experiment is fixed. 2. There are two outcomes of each trial:

More information

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial Lecture 23 STAT 225 Introduction to Probability Models April 4, 2014 approximation Whitney Huang Purdue University 23.1 Agenda 1 approximation 2 approximation 23.2 Characteristics of the random variable:

More information

4.3 Normal distribution

4.3 Normal distribution 43 Normal distribution Prof Tesler Math 186 Winter 216 Prof Tesler 43 Normal distribution Math 186 / Winter 216 1 / 4 Normal distribution aka Bell curve and Gaussian distribution The normal distribution

More information

Chapter 8 Homework Solutions Compiled by Joe Kahlig

Chapter 8 Homework Solutions Compiled by Joe Kahlig homewk problems, B-copyright Joe Kahlig Chapter Solutions, Page Chapter omewk Solutions Compiled by Joe Kahlig 0. 0. 0. 0.. You are counting the number of games and there are a limited number of games

More information

5. In fact, any function of a random variable is also a random variable

5. In fact, any function of a random variable is also a random variable Random Variables - Class 11 October 14, 2012 Debdeep Pati 1 Random variables 1.1 Expectation of a function of a random variable 1. Expectation of a function of a random variable 2. We know E(X) = x xp(x)

More information

Discrete Probability Distributions

Discrete Probability Distributions Page 1 of 6 Discrete Probability Distributions In order to study inferential statistics, we need to combine the concepts from descriptive statistics and probability. This combination makes up the basics

More information

Engineering Statistics ECIV 2305

Engineering Statistics ECIV 2305 Engineering Statistics ECIV 2305 Section 5.3 Approximating Distributions with the Normal Distribution Introduction A very useful property of the normal distribution is that it provides good approximations

More information

1. Steve says I have two children, one of which is a boy. Given this information, what is the probability that Steve has two boys?

1. Steve says I have two children, one of which is a boy. Given this information, what is the probability that Steve has two boys? Chapters 6 8 Review 1. Steve says I have two children, one of which is a boy. Given this information, what is the probability that Steve has two boys? (A) 1 (B) 3 1 (C) 3 (D) 4 1 (E) None of the above..

More information

7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4

7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4 7. For the table that follows, answer the following questions: x y 1-1/4 2-1/2 3-3/4 4 - Would the correlation between x and y in the table above be positive or negative? The correlation is negative. -

More information

STOR Lecture 7. Random Variables - I

STOR Lecture 7. Random Variables - I STOR 435.001 Lecture 7 Random Variables - I Shankar Bhamidi UNC Chapel Hill 1 / 31 Example 1a: Suppose that our experiment consists of tossing 3 fair coins. Let Y denote the number of heads that appear.

More information

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19)

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x

More information

Section Random Variables

Section Random Variables Section 6.2 - Random Variables According to the Bureau of the Census, the latest family data pertaining to family size for a small midwestern town, Nomore, is shown in Table 6.. If a family from this town

More information

5.4 Normal Approximation of the Binomial Distribution

5.4 Normal Approximation of the Binomial Distribution 5.4 Normal Approximation of the Binomial Distribution Bernoulli Trials have 3 properties: 1. Only two outcomes - PASS or FAIL 2. n identical trials Review from yesterday. 3. Trials are independent - probability

More information

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

Probability Distributions: Discrete

Probability Distributions: Discrete Probability Distributions: Discrete Introduction to Data Science Algorithms Jordan Boyd-Graber and Michael Paul SEPTEMBER 27, 2016 Introduction to Data Science Algorithms Boyd-Graber and Paul Probability

More information

Chapter 6: Discrete Probability Distributions

Chapter 6: Discrete Probability Distributions 120C-Choi-Spring-2019 1 Chapter 6: Discrete Probability Distributions Section 6.1: Discrete Random Variables... p. 2 Section 6.2: The Binomial Probability Distribution... p. 10 The notes are based on Statistics:

More information

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem 1.1.2 Normal distribution 1.1.3 Approimating binomial distribution by normal 2.1 Central Limit Theorem Prof. Tesler Math 283 Fall 216 Prof. Tesler 1.1.2-3, 2.1 Normal distribution Math 283 / Fall 216 1

More information

Part 10: The Binomial Distribution

Part 10: The Binomial Distribution Part 10: The Binomial Distribution The binomial distribution is an important example of a probability distribution for a discrete random variable. It has wide ranging applications. One readily available

More information

Chapter 7. Sampling Distributions and the Central Limit Theorem

Chapter 7. Sampling Distributions and the Central Limit Theorem Chapter 7. Sampling Distributions and the Central Limit Theorem 1 Introduction 2 Sampling Distributions related to the normal distribution 3 The central limit theorem 4 The normal approximation to binomial

More information

Midterm Exam III Review

Midterm Exam III Review Midterm Exam III Review Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Midterm Exam III Review 1 / 25 Permutations and Combinations ORDER In order to count the number of possible ways

More information

Probability Distributions

Probability Distributions Chapter 6 Discrete Probability Distributions Section 6-2 Probability Distributions Definitions Let S be the sample space of a probability experiment. A random variable X is a function from the set S into

More information

Chapter Five. The Binomial Distribution and Related Topics

Chapter Five. The Binomial Distribution and Related Topics Chapter Five The Binomial Distribution and Related Topics Section 2 Binomial Probabilities Essential Question What are the three methods for solving binomial probability questions? Explain each of the

More information

Mean of a Discrete Random variable. Suppose that X is a discrete random variable whose distribution is : :

Mean of a Discrete Random variable. Suppose that X is a discrete random variable whose distribution is : : Dr. Kim s Note (December 17 th ) The values taken on by the random variable X are random, but the values follow the pattern given in the random variable table. What is a typical value of a random variable

More information

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.3 Binomial and Geometric Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Binomial and Geometric Random

More information

Chapter 5 Discrete Probability Distributions. Random Variables Discrete Probability Distributions Expected Value and Variance

Chapter 5 Discrete Probability Distributions. Random Variables Discrete Probability Distributions Expected Value and Variance Chapter 5 Discrete Probability Distributions Random Variables Discrete Probability Distributions Expected Value and Variance.40.30.20.10 0 1 2 3 4 Random Variables A random variable is a numerical description

More information

30 Wyner Statistics Fall 2013

30 Wyner Statistics Fall 2013 30 Wyner Statistics Fall 2013 CHAPTER FIVE: DISCRETE PROBABILITY DISTRIBUTIONS Summary, Terms, and Objectives A probability distribution shows the likelihood of each possible outcome. This chapter deals

More information

Test 6A AP Statistics Name:

Test 6A AP Statistics Name: Test 6A AP Statistics Name: Part 1: Multiple Choice. Circle the letter corresponding to the best answer. 1. A marketing survey compiled data on the number of personal computers in households. If X = the

More information

Chapter 7. Sampling Distributions and the Central Limit Theorem

Chapter 7. Sampling Distributions and the Central Limit Theorem Chapter 7. Sampling Distributions and the Central Limit Theorem 1 Introduction 2 Sampling Distributions related to the normal distribution 3 The central limit theorem 4 The normal approximation to binomial

More information

6.3: The Binomial Model

6.3: The Binomial Model 6.3: The Binomial Model The Normal distribution is a good model for many situations involving a continuous random variable. For experiments involving a discrete random variable, where the outcome of the

More information

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Essential Question How can I determine whether the conditions for using binomial random variables are met? Binomial Settings When the

More information

MATH 118 Class Notes For Chapter 5 By: Maan Omran

MATH 118 Class Notes For Chapter 5 By: Maan Omran MATH 118 Class Notes For Chapter 5 By: Maan Omran Section 5.1 Central Tendency Mode: the number or numbers that occur most often. Median: the number at the midpoint of a ranked data. Ex1: The test scores

More information

Part 1 In which we meet the law of averages. The Law of Averages. The Expected Value & The Standard Error. Where Are We Going?

Part 1 In which we meet the law of averages. The Law of Averages. The Expected Value & The Standard Error. Where Are We Going? 1 The Law of Averages The Expected Value & The Standard Error Where Are We Going? Sums of random numbers The law of averages Box models for generating random numbers Sums of draws: the Expected Value Standard

More information

Chapter 3 - Lecture 3 Expected Values of Discrete Random Va

Chapter 3 - Lecture 3 Expected Values of Discrete Random Va Chapter 3 - Lecture 3 Expected Values of Discrete Random Variables October 5th, 2009 Properties of expected value Standard deviation Shortcut formula Properties of the variance Properties of expected value

More information

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: Distribution Distribute in anyway but normal

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: Distribution Distribute in anyway but normal Distribution Distribute in anyway but normal VI. DISTRIBUTION A probability distribution is a mathematical function that provides the probabilities of occurrence of all distinct outcomes in the sample

More information

Central Limit Theorem (cont d) 7/28/2006

Central Limit Theorem (cont d) 7/28/2006 Central Limit Theorem (cont d) 7/28/2006 Central Limit Theorem for Binomial Distributions Theorem. For the binomial distribution b(n, p, j) we have lim npq b(n, p, np + x npq ) = φ(x), n where φ(x) is

More information

Experimental Probability - probability measured by performing an experiment for a number of n trials and recording the number of outcomes

Experimental Probability - probability measured by performing an experiment for a number of n trials and recording the number of outcomes MDM 4U Probability Review Properties of Probability Experimental Probability - probability measured by performing an experiment for a number of n trials and recording the number of outcomes Theoretical

More information

Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI

Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI Opening Exercise: Example #: (a) Use a tree diagram to answer the following: You throwing a bent coin 3 times where P(H) = / (b) THUS, find the probability

More information

Opening Exercise: Lesson 91 - Binomial Distributions IBHL2 - SANTOWSKI

Opening Exercise: Lesson 91 - Binomial Distributions IBHL2 - SANTOWSKI 08-0- Lesson 9 - Binomial Distributions IBHL - SANTOWSKI Opening Exercise: Example #: (a) Use a tree diagram to answer the following: You throwing a bent coin times where P(H) = / (b) THUS, find the probability

More information

Section Random Variables and Histograms

Section Random Variables and Histograms Section 3.1 - Random Variables and Histograms Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution Section 7.6 Application of the Normal Distribution A random variable that may take on infinitely many values is called a continuous random variable. A continuous probability distribution is defined by

More information

Probability Distributions for Discrete RV

Probability Distributions for Discrete RV Probability Distributions for Discrete RV Probability Distributions for Discrete RV Definition The probability distribution or probability mass function (pmf) of a discrete rv is defined for every number

More information

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations.

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations. Binomial and Geometric Distributions - Terms and Formulas Binomial Experiments - experiments having all four conditions: 1. Each observation falls into one of two categories we call them success or failure.

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2017 Objectives During this lesson we will learn to: distinguish between discrete and continuous

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Objectives During this lesson we will learn to: distinguish between discrete and continuous

More information

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations.

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations. Binomial and Geometric Distributions - Terms and Formulas Binomial Experiments - experiments having all four conditions: 1. Each observation falls into one of two categories we call them success or failure.

More information

4 Random Variables and Distributions

4 Random Variables and Distributions 4 Random Variables and Distributions Random variables A random variable assigns each outcome in a sample space. e.g. called a realization of that variable to Note: We ll usually denote a random variable

More information

STT315 Chapter 4 Random Variables & Probability Distributions AM KM

STT315 Chapter 4 Random Variables & Probability Distributions AM KM Before starting new chapter: brief Review from Algebra Combinations In how many ways can we select x objects out of n objects? In how many ways you can select 5 numbers out of 45 numbers ballot to win

More information

Chapter 5. Sampling Distributions

Chapter 5. Sampling Distributions Lecture notes, Lang Wu, UBC 1 Chapter 5. Sampling Distributions 5.1. Introduction In statistical inference, we attempt to estimate an unknown population characteristic, such as the population mean, µ,

More information

II - Probability. Counting Techniques. three rules of counting. 1multiplication rules. 2permutations. 3combinations

II - Probability. Counting Techniques. three rules of counting. 1multiplication rules. 2permutations. 3combinations II - Probability Counting Techniques three rules of counting 1multiplication rules 2permutations 3combinations Section 2 - Probability (1) II - Probability Counting Techniques 1multiplication rules In

More information

Chapter 3: Probability Distributions and Statistics

Chapter 3: Probability Distributions and Statistics Chapter 3: Probability Distributions and Statistics Section 3.-3.3 3. Random Variables and Histograms A is a rule that assigns precisely one real number to each outcome of an experiment. We usually denote

More information

The Central Limit Theorem. Sec. 8.2: The Random Variable. it s Distribution. it s Distribution

The Central Limit Theorem. Sec. 8.2: The Random Variable. it s Distribution. it s Distribution The Central Limit Theorem Sec. 8.1: The Random Variable it s Distribution Sec. 8.2: The Random Variable it s Distribution X p and and How Should You Think of a Random Variable? Imagine a bag with numbers

More information

The binomial distribution

The binomial distribution The binomial distribution The coin toss - three coins The coin toss - four coins The binomial probability distribution Rolling dice Using the TI nspire Graph of binomial distribution Mean & standard deviation

More information

Section 8.4 The Binomial Distribution

Section 8.4 The Binomial Distribution Section 84 The Binomial Distribution Binomial Experiment A binomial experiment has the following properties: 1 The number of trials in the experiment is fixed 2 There are two outcomes of each trial: success

More information

Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 5

Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 5 Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 5 Steve Dunbar Due Fri, October 9, 7. Calculate the m.g.f. of the random variable with uniform distribution on [, ] and then

More information

PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS

PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS I. INTRODUCTION TO RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS A. Random Variables 1. A random variable x represents a value

More information

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial.

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial. Lecture 21,22, 23 Text: A Course in Probability by Weiss 8.5 STAT 225 Introduction to Probability Models March 31, 2014 Standard Sums of Whitney Huang Purdue University 21,22, 23.1 Agenda 1 2 Standard

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 5 Continuous Random Variables and Probability Distributions Ch. 5-1 Probability Distributions Probability Distributions Ch. 4 Discrete Continuous Ch. 5 Probability

More information

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8)

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8) 3 Discrete Random Variables and Probability Distributions Stat 4570/5570 Based on Devore s book (Ed 8) Random Variables We can associate each single outcome of an experiment with a real number: We refer

More information

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon.

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Chapter 14: random variables p394 A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Consider the experiment of tossing a coin. Define a random variable

More information

Chapter 3 - Lecture 4 Moments and Moment Generating Funct

Chapter 3 - Lecture 4 Moments and Moment Generating Funct Chapter 3 - Lecture 4 and s October 7th, 2009 Chapter 3 - Lecture 4 and Moment Generating Funct Central Skewness Chapter 3 - Lecture 4 and Moment Generating Funct Central Skewness The expected value of

More information

Statistical Methods in Practice STAT/MATH 3379

Statistical Methods in Practice STAT/MATH 3379 Statistical Methods in Practice STAT/MATH 3379 Dr. A. B. W. Manage Associate Professor of Mathematics & Statistics Department of Mathematics & Statistics Sam Houston State University Overview 6.1 Discrete

More information

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal Econ 6900: Statistical Problems Instructor: Yogesh Uppal Email: yuppal@ysu.edu Lecture Slides 4 Random Variables Probability Distributions Discrete Distributions Discrete Uniform Probability Distribution

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables In this chapter, we introduce a new concept that of a random variable or RV. A random variable is a model to help us describe the state of the world around us. Roughly, a RV can

More information

Unit 5: Sampling Distributions of Statistics

Unit 5: Sampling Distributions of Statistics Unit 5: Sampling Distributions of Statistics Statistics 571: Statistical Methods Ramón V. León 6/12/2004 Unit 5 - Stat 571 - Ramon V. Leon 1 Definitions and Key Concepts A sample statistic used to estimate

More information

Binomial Distribution. Normal Approximation to the Binomial

Binomial Distribution. Normal Approximation to the Binomial Binomial Distribution Normal Approximation to the Binomial /29 Homework Read Sec 6-6. Discussion Question pg 337 Do Ex 6-6 -4 2 /29 Objectives Objective: Use the normal approximation to calculate 3 /29

More information

Unit 5: Sampling Distributions of Statistics

Unit 5: Sampling Distributions of Statistics Unit 5: Sampling Distributions of Statistics Statistics 571: Statistical Methods Ramón V. León 6/12/2004 Unit 5 - Stat 571 - Ramon V. Leon 1 Definitions and Key Concepts A sample statistic used to estimate

More information