The Binomial Distribution

Size: px
Start display at page:

Download "The Binomial Distribution"

Transcription

1 The Binomial Distribution January 31, 2018 Contents The Binomial Distribution The Normal Approximation to the Binomial The Binomial Hypothesis Test Computing Binomial Probabilities in R 30 Problems The Binomial Distribution When you flip a coin there are only two possible outcomes - heads or tails. This is an example of a dichotomous event. Other examples are getting an answer right vs. wrong on a test, catching vs. missing a bus, or eating vs. not eating your vegetables. A roll of a dice, on other hand, is not a dichotomous event since there are six possible outcomes. If you flip a coin repeatedly, say 10 times, and count up the number of heads, this number is drawn from what s called a binomial distribution. Other examples are counting the number of correct answers on an exam, or counting the number of days that your ten year old eats his vegetables at dinner. Importantly, each event has to be independent, so that the outcome of one event does not depend on the outcomes of other events in the sequence. We can define a binomial distribution with three parameters: P is the probability of a successful event. That is the event type that you re counting up - like heads or correct answers or did eat vegetables. For a coin flip, P = 0.5. For guessing on a 4-option multiple choice test, P = 1/4 =.25. For my ten year old eating his vegetables, P = N is the number of repeated events. k is the number of successful events out of N. The probability of obtaining k successful events out of N, with probability P is: N! k!(n k)! P k (1 P ) N k where N! = N(N 1)(N 2)..., or N factorial. For example, if you flip a fair coin (P=0.5) 5 times, the probability of getting 2 heads is: P r(k = 2) = 5! 2!(5 2)! (0.5)2 (1 0.5) (5 2) = (10)(0.5 2 )(0.5) 3 = Our textbook, the table handout, and our Excel spreadsheet gives you this number, where the columns are for different values of P and the rows are different values of k: 1

2 n k We can plot this binomial frequency distribution as a bar graph: probability k The shape of the probability distribution for N=5 should look familiar. It looks normal! More on this later. We just calculated the probability of getting exactly 2 heads out of 5 coin flips. What about the probability of calculating 2 or more heads out of 5? It s not hard to see that: P r(k >= 2) = P r(k = 2) + P r(k = 3) + P r(k = 4) + P r(k = 5) Using the table we can see that P r(k >= 2) = = These cumulative binomial problems are common enough that I ve provided a page in the Excel spreadsheet and a table in the handout that provides the cumulative binomial probabilities. Here s how to use the cumulative binomial spreadsheet for Pr(k>=2) for N = 5: n k

3 Notice how the first row are all 1 s. That s because you will always get zero or more positive events, so P r(k >= 0) = 1. Example: guessing on an exam Suppose you re taking a multiple choice exam in PHYS 422, Contemporary Nuclear and Particle Physics. There are 10 questions, each with 4 options. Assume that you have no idea what s going on and you guess on every question. What is the probability of getting 5 or more answers right? Since there are 4 options for each multiple choice question, the probability of guessing and getting a single question right is P = 1 4 = The probability of getting 5 or more right is P r(k >= 5). We can find this answer in the cumulative binomial distribution table with N = 10, k = 5 and P = 0.25: n k So there s about a 8 percent chance of getting 5 or more questions right if you re guessing. Better not take that class. Example for when P > 0.5: Counting wrong answers Notice that the values of P only go up to 0.5. What is P>0.5? For example, on that physics exam, what is the probability of getting 7 or more wrong out of the 10 questions. Now the probability of a successful event is = The trick to problems with P>0.5 is to turn the problem around so that a successful event has probability of 1-P. For our example, the probability of getting k=7 or more wrong is the same as the probability of getting N-k = 10-7 = 3 or fewer right. So we can rephrase the problem: What is P r(k <= 3) with N=10 and P = 0.25? We can find this using the binomial table spreadsheet: 3

4 n k So the probability of getting 7 or more wrong out of 10 is the same as the probability of getting fewer than 3 right, which is = The Normal Approximation to the Binomial The table in the book goes up to N=15, and the Excel spreadsheet goes up to N=20. But what about higher values of N? Here s the probability distribution for P = 0.5 and N = 20: probability k There s that familiar bell curve. It turns out that the discrete binomial probability distribution can be approximated by the continuous normal distribution with a known mean and standard deviation. The mean of the normal distribution is intuitive. If you have 20 coin flips, each with probability 0.5, then the average number of heads should be (20)(0.5) = 10. So: µ = NP = 10 The standard deviation is: σ = (N)(P )(1 P ) Which is for N = 20 is: 4

5 (20)(0.5)(1 0.5) = 2.24 Here s that normal distribution drawn on top of the binomial distribution for N=20: probability k You can see that it s a pretty good fit. The fit gets better with larger values of N, and for values of P that don t get too far away from 1 or -1. Since the fit is good, we can use the z-table to estimate probabilities from binomial distribution problems for appropriate values of N and P. For example, if you flip a coin 20 times, what is the probability of obtaining 13 or more heads? Let s zoom in on the figure above, coloring the events that we are counting in green: probability k Using the binomial table, the actual probability of obtaining 13 or more heads is: 5

6 Pr(k=13) + Pr(k=14) Pr(k = 20) = = Looking at the figure above, notice that the widths of each bar is 1 unit. The area of each bar (height times width) is therefore equal to the probability of that event. That means that Pr(k>=13) is equal to the sum of the areas of the green bars. So, to approximate the area of the green bars with the normal distribution (the red curve), we need to find the area under the red curve that covers the same range as the green bars. Look closely, the green bar at k = 13 covers the range from 12.5 to It follows that to approximate the area of the green bars, we need to find the area under the normal distribution above k = Since we know the mean and standard deviation of this normal distribution, we can find the z-score: z = x µ σ = = 1.12 Using the z-table: Pr(z>1.12) = This is pretty close to the actual answer of Left hander example Of the 152 students in our class that took the survey, 11 reported themselves as left-handed. If 10% of the population is left-handed, what is the probability that 11 or fewer people in will be left handed in a random sample of 152 people? The normal distribution that best approximates the distribution of left-handed people in a sample size of 152 will have a mean of: µ = NP = (152)(0.1) = 15.2 The standard deviation of: σ = (N)(P )(1 P ) = (152)(0.1)(1 0.1) = To convert our value of 11 left-handers to a z-score, we need to include the bar that ranges from 10.5 to So this time we need add 0.5 to 11 and calculate Pr(x<=11.5). z = x µ σ = Pr(z < -2.76) = = 2.76 The Binomial Hypothesis Test Seahawks example We can use our knowledge of the binomial distribution to make statistical inferences. For example, in 2017 the Seattle Seahawks football team won 9 games out of 16. Is this a better team than average? Use an α value of In other words, is the probability of winning 9 or more games out of 16 less than 0.05 under the null hypothesis that there is a 50/50 chance of winning each game? To test this, we calculate P r(k >= 9) for N = 16 and P = 0.5. Since N<20, we ll use the Cumulative Binomial table: 6

7 n k So there s about a 40 percent chance of winning 9 games or more by chance. Since > 0.05, we cannot conclude that the 2017 Seahawks were a better than average team. Mariners example How about the 2017 Seattle Mariners baseball team? They finished the 2017 with a record of 78 wins and 84 losses. What is the probability of winning 78 or fewer games? Since there were N= 162 games we ll have to use the normal approximation to the binomial distribution. With P = 0.5, the number of games that an average team wins will be distributed approximately normally with a mean of: µ = NP = (162)(0.5) = 81 and a standard deviation of: σ = (162)(0.5)(1 0.5) = Remembering to add 0.5 to 78, the z-score for winning 78 or fewer games is: z = ( ) = 0.39 The probability of winning 78 or fewer games is therefore: P r(k <= 78) = P r(z < 0.39) = Since > 0.05, we cannot conclude that the 2017 Mariners were a better than average team. Computing Binomial Probabilities in R Computing binomial probabilities is really easy in R - much easier than using the table. The function binom.test does everything for you. Note, the test always finds the exact answer, rather than the normal approximation, even if the number of trials is greater than 20. 7

8 The R commands shown below can be found here: BinomialDistribution.R # BinomialDistibution.R # Calculating binomial probabilities is easy in R. The function binom.test takes in # three variables: (1) K, the number of sucessful oucomes, (2) N, the total number of trials, # and (3) P, the probability of a succesful outcome on any given trial. # # A fourth argument can be alternative = "less", or alternative = "greater", depending on # whether you want Pr(x<k) or Pr(x>k) # Example: Given 10 flips of a fair 50/50 coin, what is the probability of obtaining 6 or more heads? out <- binom.test(6,10,.5, alternative = "greater") # The result can be found in the field p.value : [1] # Example: If you guess on a 20 question multiple choice test where each question has 5 possible # answers, what is the probability of getting 4 or less correct? out <- binom.test(4,20,1/5, alternative = "less") [1] # Example: If a basketball player has a 2 out 3 chance of making a free throw on any given try, # and all tries are independent, what is the probability of making 7 or more out of 10? out <- binom.test(7,10,2/3, alternative = "greater") [1]

9 30 Problems It s problem time. The following 30 questions are all binomial distribution problems. Use the binomial table or cumulative binomial table if N is less than or equal to 20, and use the normal approximation to the binomial if N is greater than 20. 1) For P = 0.05 and N = 14, find P r(k >= 2) 2) For P = 0.85 and N = 32, find P r(k <= 29) 3) For P = 0.75 and N = 26, find P r(k <= 19) 4) For P = 0.5 and N = 7, find P r(k >= 4) 5) For P = 0.35 and N = 5, find P r(k <= 1) 6) For P = 0.65 and N = 22, find P r(k >= 21) 7) For P = 0.8 and N = 42, find P r(k >= 33) 8) For P = 0.6 and N = 9, find P r(k <= 8) 9) For P = 0.85 and N = 33, find P r(k >= 29) 10) For P = 0.05 and N = 15, find P r(k >= 2) 11) For P = 0.6 and N = 18, find P r(k >= 4) 12) For P = 0.35 and N = 45, find P r(k <= 11) 13) For P = 0.7 and N = 44, find P r(k >= 38) 14) For P = 0.1 and N = 31, find P r(k >= 1) 15) For P = 0.25 and N = 40, find P r(k <= 13) 16) For P = 0.45 and N = 36, find P r(k <= 14) 9

10 17) For P = 0.35 and N = 16, find P r(k <= 5) 18) For P = 0.85 and N = 24, find P r(k >= 15) 19) For P = 0.85 and N = 7, find P r(k >= 3) 20) For P = 0.3 and N = 26, find P r(k >= 12) 21) For P = 0.25 and N = 25, find P r(k <= 6) 22) For P = 0.1 and N = 43, find P r(k >= 1) 23) For P = 0.25 and N = 20, find P r(k >= 2) 24) For P = 0.45 and N = 26, find P r(k >= 16) 25) For P = 0.7 and N = 7, find P r(k >= 4) 26) For P = 0.15 and N = 38, find P r(k <= 7) 27) For P = 0.8 and N = 33, find P r(k >= 28) 28) For P = 0.7 and N = 34, find P r(k >= 27) 29) For P = 0.25 and N = 41, find P r(k <= 12) 30) For P = 0.5 and N = 19, find P r(k >= 3) 10

11 30 Answers 1) For P = 0.05 and N = 14, find P r(k >= 2) P r(k >= 2) = = out<-binom.test(2,14,0.05,alternative = "greater") [1] ) For P = 0.85 and N = 32, find P r(k <= 29) µ = NP = (32)(0.85) = 27.2 σ = (32)(0.85)(1 0.85) = z = ( ) = 1.14 P r(k <= 29.5) = P r(z <= 1.14) = out<-binom.test(29,32,0.85,alternative = "less") [1] ) For P = 0.75 and N = 26, find P r(k <= 19) µ = NP = (26)(0.75) = 19.5 σ = (26)(0.75)(1 0.75) = z = ( ) = 0 P r(k <= 19.5) = P r(z <= 0) = 0.5 out<-binom.test(19,26,0.75,alternative = "less") [1] ) For P = 0.5 and N = 7, find P r(k >= 4) P r(k >= 4) = = 0.5 out<-binom.test(4,7,0.5,alternative = "greater") 11

12 [1] 0.5 5) For P = 0.35 and N = 5, find P r(k <= 1) P r(k <= 1) = = out<-binom.test(1,5,0.35,alternative = "less") [1] ) For P = 0.65 and N = 22, find P r(k >= 21) µ = NP = (22)(0.65) = 14.3 σ = (22)(0.65)(1 0.65) = z = ( ) = 2.77 P r(k >= 20.5) = P r(z >= 2.77) = out<-binom.test(21,22,0.65,alternative = "greater") [1] ) For P = 0.8 and N = 42, find P r(k >= 33) µ = NP = (42)(0.8) = 33.6 σ = (42)(0.8)(1 0.8) = z = ( ) = 0.42 P r(k >= 32.5) = P r(z >= 0.42) = out<-binom.test(33,42,0.8,alternative = "greater") [1] ) For P = 0.6 and N = 9, find P r(k <= 8) With P > 0.5 we need to switch the problem to P = = 0.4, N = 9, P r(k >= 9 8) = P r(k >= 1) 12

13 P r(k >= 1) = = out<-binom.test(8,9,0.6,alternative = "less") [1] ) For P = 0.85 and N = 33, find P r(k >= 29) µ = NP = (33)(0.85) = σ = (33)(0.85)(1 0.85) = z = ( ) = 0.22 P r(k >= 28.5) = P r(z >= 0.22) = out<-binom.test(29,33,0.85,alternative = "greater") [1] ) For P = 0.05 and N = 15, find P r(k >= 2) P r(k >= 2) = = out<-binom.test(2,15,0.05,alternative = "greater") [1] ) For P = 0.6 and N = 18, find P r(k >= 4) With P > 0.5 we need to switch the problem to P = = 0.4, N = 18, P r(k <= 18 4) = P r(k <= 14) P r(k <= 14) = = out<-binom.test(4,18,0.6,alternative = "greater") [1] ) For P = 0.35 and N = 45, find P r(k <= 11) 13

14 µ = NP = (45)(0.35) = σ = (45)(0.35)(1 0.35) = z = ( ) = 1.33 P r(k <= 11.5) = P r(z <= 1.33) = out<-binom.test(11,45,0.35,alternative = "less") [1] ) For P = 0.7 and N = 44, find P r(k >= 38) µ = NP = (44)(0.7) = 30.8 σ = (44)(0.7)(1 0.7) = z = ( ) = 2.2 P r(k >= 37.5) = P r(z >= 2.2) = out<-binom.test(38,44,0.7,alternative = "greater") [1] ) For P = 0.1 and N = 31, find P r(k >= 1) µ = NP = (31)(0.1) = 3.1 σ = (31)(0.1)(1 0.1) = z = ( ) = 1.56 P r(k >= 0.5) = P r(z >= 1.56) = out<-binom.test(1,31,0.1,alternative = "greater") [1] ) For P = 0.25 and N = 40, find P r(k <= 13) 14

15 µ = NP = (40)(0.25) = 10 σ = (40)(0.25)(1 0.25) = z = ( ) = 1.28 P r(k <= 13.5) = P r(z <= 1.28) = out<-binom.test(13,40,0.25,alternative = "less") [1] ) For P = 0.45 and N = 36, find P r(k <= 14) µ = NP = (36)(0.45) = 16.2 σ = (36)(0.45)(1 0.45) = z = ( ) = 0.57 P r(k <= 14.5) = P r(z <= 0.57) = out<-binom.test(14,36,0.45,alternative = "less") [1] ) For P = 0.35 and N = 16, find P r(k <= 5) P r(k <= 5) = = out<-binom.test(5,16,0.35,alternative = "less") [1] ) For P = 0.85 and N = 24, find P r(k >= 15) µ = NP = (24)(0.85) = 20.4 σ = (24)(0.85)(1 0.85) = z = ( ) = 3.37 P r(k >= 14.5) = P r(z >= 3.37) =

16 out<-binom.test(15,24,0.85,alternative = "greater") [1] ) For P = 0.85 and N = 7, find P r(k >= 3) With P > 0.5 we need to switch the problem to P = = 0.15, N = 7, P r(k <= 7 3) = P r(k <= 4) P r(k <= 4) = = out<-binom.test(3,7,0.85,alternative = "greater") [1] ) For P = 0.3 and N = 26, find P r(k >= 12) µ = NP = (26)(0.3) = 7.8 σ = (26)(0.3)(1 0.3) = z = ( ) = 1.58 P r(k >= 11.5) = P r(z >= 1.58) = out<-binom.test(12,26,0.3,alternative = "greater") [1] ) For P = 0.25 and N = 25, find P r(k <= 6) µ = NP = (25)(0.25) = 6.25 σ = (25)(0.25)(1 0.25) = z = ( ) = 0.12 P r(k <= 6.5) = P r(z <= 0.12) = out<-binom.test(6,25,0.25,alternative = "less") [1]

17 22) For P = 0.1 and N = 43, find P r(k >= 1) µ = NP = (43)(0.1) = 4.3 σ = (43)(0.1)(1 0.1) = z = ( ) = 1.93 P r(k >= 0.5) = P r(z >= 1.93) = out<-binom.test(1,43,0.1,alternative = "greater") [1] ) For P = 0.25 and N = 20, find P r(k >= 2) P r(k >= 2) = = out<-binom.test(2,20,0.25,alternative = "greater") [1] ) For P = 0.45 and N = 26, find P r(k >= 16) µ = NP = (26)(0.45) = 11.7 σ = (26)(0.45)(1 0.45) = z = ( ) = 1.5 P r(k >= 15.5) = P r(z >= 1.5) = out<-binom.test(16,26,0.45,alternative = "greater") [1] ) For P = 0.7 and N = 7, find P r(k >= 4) With P > 0.5 we need to switch the problem to P = = 0.3, N = 7, P r(k <= 7 4) = P r(k <= 3) P r(k <= 3) = =

18 out<-binom.test(4,7,0.7,alternative = "greater") [1] ) For P = 0.15 and N = 38, find P r(k <= 7) µ = NP = (38)(0.15) = 5.7 σ = (38)(0.15)(1 0.15) = z = ( ) = 0.82 P r(k <= 7.5) = P r(z <= 0.82) = out<-binom.test(7,38,0.15,alternative = "less") [1] ) For P = 0.8 and N = 33, find P r(k >= 28) µ = NP = (33)(0.8) = 26.4 σ = (33)(0.8)(1 0.8) = z = ( ) = 0.48 P r(k >= 27.5) = P r(z >= 0.48) = out<-binom.test(28,33,0.8,alternative = "greater") [1] ) For P = 0.7 and N = 34, find P r(k >= 27) µ = NP = (34)(0.7) = 23.8 σ = (34)(0.7)(1 0.7) = z = ( ) = 1.01 P r(k >= 26.5) = P r(z >= 1.01) =

19 out<-binom.test(27,34,0.7,alternative = "greater") [1] ) For P = 0.25 and N = 41, find P r(k <= 12) µ = NP = (41)(0.25) = σ = (41)(0.25)(1 0.25) = z = ( ) = 0.81 P r(k <= 12.5) = P r(z <= 0.81) = out<-binom.test(12,41,0.25,alternative = "less") [1] ) For P = 0.5 and N = 19, find P r(k >= 3) P r(k >= 3) = = out<-binom.test(3,19,0.5,alternative = "greater") [1]

The Binomial Distribution

The Binomial Distribution The Binomial Distribution January 31, 2019 Contents The Binomial Distribution The Normal Approximation to the Binomial The Binomial Hypothesis Test Computing Binomial Probabilities in R 30 Problems The

More information

Contents. The Binomial Distribution. The Binomial Distribution The Normal Approximation to the Binomial Left hander example

Contents. The Binomial Distribution. The Binomial Distribution The Normal Approximation to the Binomial Left hander example Contents The Binomial Distribution The Normal Approximation to the Binomial Left hander example The Binomial Distribution When you flip a coin there are only two possible outcomes - heads or tails. This

More information

Binomial Random Variable - The count X of successes in a binomial setting

Binomial Random Variable - The count X of successes in a binomial setting 6.3.1 Binomial Settings and Binomial Random Variables What do the following scenarios have in common? Toss a coin 5 times. Count the number of heads. Spin a roulette wheel 8 times. Record how many times

More information

The normal distribution is a theoretical model derived mathematically and not empirically.

The normal distribution is a theoretical model derived mathematically and not empirically. Sociology 541 The Normal Distribution Probability and An Introduction to Inferential Statistics Normal Approximation The normal distribution is a theoretical model derived mathematically and not empirically.

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

Part V - Chance Variability

Part V - Chance Variability Part V - Chance Variability Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Part V - Chance Variability 1 / 78 Law of Averages In Chapter 13 we discussed the Kerrich coin-tossing experiment.

More information

A useful modeling tricks.

A useful modeling tricks. .7 Joint models for more than two outcomes We saw that we could write joint models for a pair of variables by specifying the joint probabilities over all pairs of outcomes. In principal, we could do this

More information

4.1 Probability Distributions

4.1 Probability Distributions Probability and Statistics Mrs. Leahy Chapter 4: Discrete Probability Distribution ALWAYS KEEP IN MIND: The Probability of an event is ALWAYS between: and!!!! 4.1 Probability Distributions Random Variables

More information

Binomial and Normal Distributions

Binomial and Normal Distributions Binomial and Normal Distributions Bernoulli Trials A Bernoulli trial is a random experiment with 2 special properties: The result of a Bernoulli trial is binary. Examples: Heads vs. Tails, Healthy vs.

More information

Section Sampling Distributions for Counts and Proportions

Section Sampling Distributions for Counts and Proportions Section 5.1 - Sampling Distributions for Counts and Proportions Statistics 104 Autumn 2004 Copyright c 2004 by Mark E. Irwin Distributions When dealing with inference procedures, there are two different

More information

MATH 112 Section 7.3: Understanding Chance

MATH 112 Section 7.3: Understanding Chance MATH 112 Section 7.3: Understanding Chance Prof. Jonathan Duncan Walla Walla University Autumn Quarter, 2007 Outline 1 Introduction to Probability 2 Theoretical vs. Experimental Probability 3 Advanced

More information

The Normal Probability Distribution

The Normal Probability Distribution 1 The Normal Probability Distribution Key Definitions Probability Density Function: An equation used to compute probabilities for continuous random variables where the output value is greater than zero

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

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: Probability. Notes: Range of possible probabilities: Probabilities can be no less than 0% and no more than 100% (of course).

4: Probability. Notes: Range of possible probabilities: Probabilities can be no less than 0% and no more than 100% (of course). 4: Probability What is probability? The probability of an event is its relative frequency (proportion) in the population. An event that happens half the time (such as a head showing up on the flip of a

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

***SECTION 8.1*** The Binomial Distributions

***SECTION 8.1*** The Binomial Distributions ***SECTION 8.1*** The Binomial Distributions CHAPTER 8 ~ The Binomial and Geometric Distributions In practice, we frequently encounter random phenomenon where there are two outcomes of interest. For example,

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

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

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

MAKING SENSE OF DATA Essentials series

MAKING SENSE OF DATA Essentials series MAKING SENSE OF DATA Essentials series THE NORMAL DISTRIBUTION Copyright by City of Bradford MDC Prerequisites Descriptive statistics Charts and graphs The normal distribution Surveys and sampling Correlation

More information

Business Statistics 41000: Probability 4

Business Statistics 41000: Probability 4 Business Statistics 41000: Probability 4 Drew D. Creal University of Chicago, Booth School of Business February 14 and 15, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office:

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

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

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 4 Random Variables & Probability Distributions Content 1. Two Types of Random Variables 2. Probability Distributions for Discrete Random Variables 3. The Binomial

More information

VIDEO 1. A random variable is a quantity whose value depends on chance, for example, the outcome when a die is rolled.

VIDEO 1. A random variable is a quantity whose value depends on chance, for example, the outcome when a die is rolled. Part 1: Probability Distributions VIDEO 1 Name: 11-10 Probability and Binomial Distributions A random variable is a quantity whose value depends on chance, for example, the outcome when a die is rolled.

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

Module 4: Probability

Module 4: Probability Module 4: Probability 1 / 22 Probability concepts in statistical inference Probability is a way of quantifying uncertainty associated with random events and is the basis for statistical inference. Inference

More information

AP Statistics Section 6.1 Day 1 Multiple Choice Practice. a) a random variable. b) a parameter. c) biased. d) a random sample. e) a statistic.

AP Statistics Section 6.1 Day 1 Multiple Choice Practice. a) a random variable. b) a parameter. c) biased. d) a random sample. e) a statistic. A Statistics Section 6.1 Day 1 ultiple Choice ractice Name: 1. A variable whose value is a numerical outcome of a random phenomenon is called a) a random variable. b) a parameter. c) biased. d) a random

More information

When we look at a random variable, such as Y, one of the first things we want to know, is what is it s distribution?

When we look at a random variable, such as Y, one of the first things we want to know, is what is it s distribution? Distributions 1. What are distributions? When we look at a random variable, such as Y, one of the first things we want to know, is what is it s distribution? In other words, if we have a large number of

More information

When we look at a random variable, such as Y, one of the first things we want to know, is what is it s distribution?

When we look at a random variable, such as Y, one of the first things we want to know, is what is it s distribution? Distributions 1. What are distributions? When we look at a random variable, such as Y, one of the first things we want to know, is what is it s distribution? In other words, if we have a large number of

More information

But suppose we want to find a particular value for y, at which the probability is, say, 0.90? In other words, we want to figure out the following:

But suppose we want to find a particular value for y, at which the probability is, say, 0.90? In other words, we want to figure out the following: More on distributions, and some miscellaneous topics 1. Reverse lookup and the normal distribution. Up until now, we wanted to find probabilities. For example, the probability a Swedish man has a brain

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number

More information

What is the probability of success? Failure? How could we do this simulation using a random number table?

What is the probability of success? Failure? How could we do this simulation using a random number table? Probability Ch.4, sections 4.2 & 4.3 Binomial and Geometric Distributions Name: Date: Pd: 4.2. What is a binomial distribution? How do we find the probability of success? Suppose you have three daughters.

More information

Chapter 8 Estimation

Chapter 8 Estimation Chapter 8 Estimation There are two important forms of statistical inference: estimation (Confidence Intervals) Hypothesis Testing Statistical Inference drawing conclusions about populations based on samples

More information

Stat511 Additional Materials

Stat511 Additional Materials Binomial Random Variable Stat511 Additional Materials The first discrete RV that we will discuss is the binomial random variable. The binomial random variable is a result of observing the outcomes from

More information

2. Modeling Uncertainty

2. Modeling Uncertainty 2. Modeling Uncertainty Models for Uncertainty (Random Variables): Big Picture We now move from viewing the data to thinking about models that describe the data. Since the real world is uncertain, our

More information

MA 1125 Lecture 12 - Mean and Standard Deviation for the Binomial Distribution. Objectives: Mean and standard deviation for the binomial distribution.

MA 1125 Lecture 12 - Mean and Standard Deviation for the Binomial Distribution. Objectives: Mean and standard deviation for the binomial distribution. MA 5 Lecture - Mean and Standard Deviation for the Binomial Distribution Friday, September 9, 07 Objectives: Mean and standard deviation for the binomial distribution.. Mean and Standard Deviation of the

More information

11.5: Normal Distributions

11.5: Normal Distributions 11.5: Normal Distributions 11.5.1 Up to now, we ve dealt with discrete random variables, variables that take on only a finite (or countably infinite we didn t do these) number of values. A continuous random

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

MATH 264 Problem Homework I

MATH 264 Problem Homework I MATH Problem Homework I Due to December 9, 00@:0 PROBLEMS & SOLUTIONS. A student answers a multiple-choice examination question that offers four possible answers. Suppose that the probability that the

More information

What do you think "Binomial" involves?

What do you think Binomial involves? Learning Goals: * Define a binomial experiment (Bernoulli Trials). * Applying the binomial formula to solve problems. * Determine the expected value of a Binomial Distribution What do you think "Binomial"

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

STAT 201 Chapter 6. Distribution

STAT 201 Chapter 6. Distribution STAT 201 Chapter 6 Distribution 1 Random Variable We know variable Random Variable: a numerical measurement of the outcome of a random phenomena Capital letter refer to the random variable Lower case letters

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

More information

Statistics 431 Spring 2007 P. Shaman. Preliminaries

Statistics 431 Spring 2007 P. Shaman. Preliminaries Statistics 4 Spring 007 P. Shaman The Binomial Distribution Preliminaries A binomial experiment is defined by the following conditions: A sequence of n trials is conducted, with each trial having two possible

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

STA 103: Final Exam. Print clearly on this exam. Only correct solutions that can be read will be given credit.

STA 103: Final Exam. Print clearly on this exam. Only correct solutions that can be read will be given credit. STA 103: Final Exam June 26, 2008 Name: } {{ } by writing my name i swear by the honor code Read all of the following information before starting the exam: Print clearly on this exam. Only correct solutions

More information

Every data set has an average and a standard deviation, given by the following formulas,

Every data set has an average and a standard deviation, given by the following formulas, Discrete Data Sets A data set is any collection of data. For example, the set of test scores on the class s first test would comprise a data set. If we collect a sample from the population we are interested

More information

STAB22 section 5.2 and Chapter 5 exercises

STAB22 section 5.2 and Chapter 5 exercises STAB22 section 5.2 and Chapter 5 exercises 5.32 250 seniors were questioned, so n = 250. ˆp is the fraction in your sample that were successes (said that they had taken a statistics course): 45% or 0.45.

More information

A.REPRESENTATION OF DATA

A.REPRESENTATION OF DATA A.REPRESENTATION OF DATA (a) GRAPHS : PART I Q: Why do we need a graph paper? Ans: You need graph paper to draw: (i) Histogram (ii) Cumulative Frequency Curve (iii) Frequency Polygon (iv) Box-and-Whisker

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter7 Probability Distributions and Statistics Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number of boys in

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

Statistics and Probability

Statistics and Probability Statistics and Probability Continuous RVs (Normal); Confidence Intervals Outline Continuous random variables Normal distribution CLT Point estimation Confidence intervals http://www.isrec.isb-sib.ch/~darlene/geneve/

More information

The probability of having a very tall person in our sample. We look to see how this random variable is distributed.

The probability of having a very tall person in our sample. We look to see how this random variable is distributed. Distributions We're doing things a bit differently than in the text (it's very similar to BIOL 214/312 if you've had either of those courses). 1. What are distributions? When we look at a random variable,

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

guessing Bluman, Chapter 5 2

guessing Bluman, Chapter 5 2 Bluman, Chapter 5 1 guessing Suppose there is multiple choice quiz on a subject you don t know anything about. 15 th Century Russian Literature; Nuclear physics etc. You have to guess on every question.

More information

MA 1125 Lecture 18 - Normal Approximations to Binomial Distributions. Objectives: Compute probabilities for a binomial as a normal distribution.

MA 1125 Lecture 18 - Normal Approximations to Binomial Distributions. Objectives: Compute probabilities for a binomial as a normal distribution. MA 25 Lecture 8 - Normal Approximations to Binomial Distributions Friday, October 3, 207 Objectives: Compute probabilities for a binomial as a normal distribution.. Normal Approximations to the Binomial

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

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

Math 243 Section 4.3 The Binomial Distribution

Math 243 Section 4.3 The Binomial Distribution Math 243 Section 4.3 The Binomial Distribution Overview Notation for the mean, standard deviation and variance The Binomial Model Bernoulli Trials Notation for the mean, standard deviation and variance

More information

CH 5 Normal Probability Distributions Properties of the Normal Distribution

CH 5 Normal Probability Distributions Properties of the Normal Distribution Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend

More information

Chapter 4 and 5 Note Guide: Probability Distributions

Chapter 4 and 5 Note Guide: Probability Distributions Chapter 4 and 5 Note Guide: Probability Distributions Probability Distributions for a Discrete Random Variable A discrete probability distribution function has two characteristics: Each probability is

More information

Solutions for practice questions: Chapter 15, Probability Distributions If you find any errors, please let me know at

Solutions for practice questions: Chapter 15, Probability Distributions If you find any errors, please let me know at Solutions for practice questions: Chapter 15, Probability Distributions If you find any errors, please let me know at mailto:msfrisbie@pfrisbie.com. 1. Let X represent the savings of a resident; X ~ N(3000,

More information

4: Probability. What is probability? Random variables (RVs)

4: Probability. What is probability? Random variables (RVs) 4: Probability b binomial µ expected value [parameter] n number of trials [parameter] N normal p probability of success [parameter] pdf probability density function pmf probability mass function RV random

More information

184 Chapter Not binomial: Because the student receives instruction after incorrect answers, her probability of success is likely to increase.

184 Chapter Not binomial: Because the student receives instruction after incorrect answers, her probability of success is likely to increase. Chapter Chapter. Not binomial: There is not fixed number of trials n (i.e., there is no definite upper limit on the number of defects) and the different types of defects have different probabilities..

More information

Stat 20: Intro to Probability and Statistics

Stat 20: Intro to Probability and Statistics Stat 20: Intro to Probability and Statistics Lecture 13: Binomial Formula Tessa L. Childers-Day UC Berkeley 14 July 2014 By the end of this lecture... You will be able to: Calculate the ways an event can

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

Probability & Statistics Chapter 5: Binomial Distribution

Probability & Statistics Chapter 5: Binomial Distribution Probability & Statistics Chapter 5: Binomial Distribution Notes and Examples Binomial Distribution When a variable can be viewed as having only two outcomes, call them success and failure, it may be considered

More information

Chapter 11. Data Descriptions and Probability Distributions. Section 4 Bernoulli Trials and Binomial Distribution

Chapter 11. Data Descriptions and Probability Distributions. Section 4 Bernoulli Trials and Binomial Distribution Chapter 11 Data Descriptions and Probability Distributions Section 4 Bernoulli Trials and Binomial Distribution 1 Learning Objectives for Section 11.4 Bernoulli Trials and Binomial Distributions The student

More information

FINAL REVIEW W/ANSWERS

FINAL REVIEW W/ANSWERS FINAL REVIEW W/ANSWERS ( 03/15/08 - Sharon Coates) Concepts to review before answering the questions: A population consists of the entire group of people or objects of interest to an investigator, while

More information

MATH 10 INTRODUCTORY STATISTICS

MATH 10 INTRODUCTORY STATISTICS MATH 10 INTRODUCTORY STATISTICS Tommy Khoo Your friendly neighbourhood graduate student. It is Time for Homework Again! ( ω `) Please hand in your homework. Third homework will be posted on the website,

More information

2) There is a fixed number of observations n. 3) The n observations are all independent

2) There is a fixed number of observations n. 3) The n observations are all independent Chapter 8 Binomial and Geometric Distributions The binomial setting consists of the following 4 characteristics: 1) Each observation falls into one of two categories success or failure 2) There is a fixed

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

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

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82 Announcements: Week 5 quiz begins at 4pm today and ends at 3pm on Wed If you take more than 20 minutes to complete your quiz, you will only receive partial credit. (It doesn t cut you off.) Today: Sections

More information

Decision Trees: Booths

Decision Trees: Booths DECISION ANALYSIS Decision Trees: Booths Terri Donovan recorded: January, 2010 Hi. Tony has given you a challenge of setting up a spreadsheet, so you can really understand whether it s wiser to play 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

23.1 Probability Distributions

23.1 Probability Distributions 3.1 Probability Distributions Essential Question: What is a probability distribution for a discrete random variable, and how can it be displayed? Explore Using Simulation to Obtain an Empirical Probability

More information

the number of correct answers on question i. (Note that the only possible values of X i

the number of correct answers on question i. (Note that the only possible values of X i 6851_ch08_137_153 16/9/02 19:48 Page 137 8 8.1 (a) No: There is no fixed n (i.e., there is no definite upper limit on the number of defects). (b) Yes: It is reasonable to believe that all responses are

More information

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management BA 386T Tom Shively PROBABILITY CONCEPTS AND NORMAL DISTRIBUTIONS The fundamental idea underlying any statistical

More information

Binomial Random Variables

Binomial Random Variables Models for Counts Solutions COR1-GB.1305 Statistics and Data Analysis Binomial Random Variables 1. A certain coin has a 25% of landing heads, and a 75% chance of landing tails. (a) If you flip the coin

More information

chapter 13: Binomial Distribution Exercises (binomial)13.6, 13.12, 13.22, 13.43

chapter 13: Binomial Distribution Exercises (binomial)13.6, 13.12, 13.22, 13.43 chapter 13: Binomial Distribution ch13-links binom-tossing-4-coins binom-coin-example ch13 image Exercises (binomial)13.6, 13.12, 13.22, 13.43 CHAPTER 13: Binomial Distributions The Basic Practice of Statistics

More information

Theoretical Foundations

Theoretical Foundations Theoretical Foundations Probabilities Monia Ranalli monia.ranalli@uniroma2.it Ranalli M. Theoretical Foundations - Probabilities 1 / 27 Objectives understand the probability basics quantify random phenomena

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

Math 160 Professor Busken Chapter 5 Worksheets

Math 160 Professor Busken Chapter 5 Worksheets Math 160 Professor Busken Chapter 5 Worksheets Name: 1. Find the expected value. Suppose you play a Pick 4 Lotto where you pay 50 to select a sequence of four digits, such as 2118. If you select the same

More information

STOR 155 Introductory Statistics (Chap 5) Lecture 14: Sampling Distributions for Counts and Proportions

STOR 155 Introductory Statistics (Chap 5) Lecture 14: Sampling Distributions for Counts and Proportions The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL STOR 155 Introductory Statistics (Chap 5) Lecture 14: Sampling Distributions for Counts and Proportions 5/31/11 Lecture 14 1 Statistic & Its Sampling Distribution

More information

BIOL The Normal Distribution and the Central Limit Theorem

BIOL The Normal Distribution and the Central Limit Theorem BIOL 300 - The Normal Distribution and the Central Limit Theorem In the first week of the course, we introduced a few measures of center and spread, and discussed how the mean and standard deviation are

More information

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc.

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Chapter 8 Measures of Center Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Data that can only be integer

More information

Section 5 3 The Mean and Standard Deviation of a Binomial Distribution!

Section 5 3 The Mean and Standard Deviation of a Binomial Distribution! Section 5 3 The Mean and Standard Deviation of a Binomial Distribution! Previous sections required that you to find the Mean and Standard Deviation of a Binomial Distribution by using the values from a

More information

The Binomial Distribution

The Binomial Distribution 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

More information

Chapter 8. Variables. Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc.

Chapter 8. Variables. Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 8 Random Variables Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc. 8.1 What is a Random Variable? Random Variable: assigns a number to each outcome of a random circumstance, or,

More information

Key Objectives. Module 2: The Logic of Statistical Inference. Z-scores. SGSB Workshop: Using Statistical Data to Make Decisions

Key Objectives. Module 2: The Logic of Statistical Inference. Z-scores. SGSB Workshop: Using Statistical Data to Make Decisions SGSB Workshop: Using Statistical Data to Make Decisions Module 2: The Logic of Statistical Inference Dr. Tom Ilvento January 2006 Dr. Mugdim Pašić Key Objectives Understand the logic of statistical inference

More information

Lecture 16: Estimating Parameters (Confidence Interval Estimates of the Mean)

Lecture 16: Estimating Parameters (Confidence Interval Estimates of the Mean) Statistics 16_est_parameters.pdf Michael Hallstone, Ph.D. hallston@hawaii.edu Lecture 16: Estimating Parameters (Confidence Interval Estimates of the Mean) Some Common Sense Assumptions for Interval Estimates

More information

CSSS/SOC/STAT 321 Case-Based Statistics I. Random Variables & Probability Distributions I: Discrete Distributions

CSSS/SOC/STAT 321 Case-Based Statistics I. Random Variables & Probability Distributions I: Discrete Distributions CSSS/SOC/STAT 321 Case-Based Statistics I Random Variables & Probability Distributions I: Discrete Distributions Christopher Adolph Department of Political Science and Center for Statistics and the Social

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 6.3 Reading Quiz (T or F) 1.

More information

Normal Approximation to Binomial Distributions

Normal Approximation to Binomial Distributions Normal Approximation to Binomial Distributions Charlie Vollmer Department of Statistics Colorado State University Fort Collins, CO charlesv@rams.colostate.edu May 19, 2017 Abstract This document is a supplement

More information

Probability of tails given coin is green is 10%, Probability of tails given coin is purple is 60%.

Probability of tails given coin is green is 10%, Probability of tails given coin is purple is 60%. Examples of Maximum Likelihood Estimation (MLE) Part A: Let s play a game. In this bag I have two coins: one is painted green, the other purple, and both are weighted funny. The green coin is biased heavily

More information

Chapter 6: Random Variables

Chapter 6: Random Variables Chapter 6: Random Variables Section 6.3 The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Chapter 6 Random Variables 6.1 Discrete and Continuous Random Variables 6.2 Transforming and

More information

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