14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS

Size: px
Start display at page:

Download "14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS"

Transcription

1 14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS In Section 14.1 the idea of a discrete probability model was introduced. In the examples of that section the probability of each basic outcome of the experiment was explicitly stated. In the example of the fair die, each side was given a probability of 1 6. Discrete probability models (that

2 is, discrete distributions ) used commonly by statisticians, such as the Poisson, binomial, and hypergeometric distributions, all use a formula to assign a probability to each basic outcome. In Chapter 8, examples concerning theoretical probabilities for the binomial and Poisson distributions were introduced, but the formulas were not given. Here we will learn the formulas. Poisson Distribution From Chapter 8 recall the data concerning the Prussian army and the number of soldiers killed by horses. The data gave the number of units (of a total of 280) in which a certain number of people had died in a particular year: Number of soldiers kicked to death Number of units Proportion ormore 0 0 The theoretical probabilities can be computed using the following formula, the probability law for the Poisson distribution: e px () x! e x! Here e, sometimes called Euler s number, is a famous number in mathematics used in problems involving continuously compounded interest, the natural logarithm, and so on. For practical purposes, e suffices in most problems. There are two other parts to this formula that need to be explained. First, for a positive integer x, the notation x! is read as xfactorial and is given by x! x( x 1)( x 2)( x 3) (2)(1) For example, 3! , and 4! We define 0! 1, which is a property sometimes needed. Second, the value in the formula stands for the theoretical mean, or in the current example, the theoretical mean number of soldiers kicked to death per year in a unit. This is what is referred to as a parameter for the x x

3 distribution. The Poisson distribution, like most other distributions used by statisticians, is actually a family of distributions, and its parameter (for some distributions, parameters) specifies exactly which distribution we are working with. In each application where the Poisson model fits the data well, a different choice of will be appropriate. In the case of the Prussian soldier data, provides a probability model that fits the data best. That is, we assume that the theoretical average number of soldiers kicked to death in a unit per year is Plugging this value into the Poisson formula, we come up with the following theoretical probabilities for the different values: p (0 deaths in a unit) p (1 death in a unit) p (2 deaths in a unit) p (3 deaths in a unit) p (4 deaths in a unit) p (5 deaths in a unit) We could continue calculating these probabilities forever, for 6 deaths, 7 deaths, and so on. For example, the theoretical probability that 10 deaths occur in a unit is a small number ( ), very close to 0. But still it is greater than 0, so that event is possible. The sample space in the case of a Poisson-distributed random variable is any number 0, 1, 2, 3, 4,... Note that the theoretical and obtained proportions are very close. Note also that for practical purposes we can ignore the probabilities for large integers because they are all approximately 0. In general, recall from Chapter 8 that the Poisson distribution can be used in any situation in which we are given a rate of occurrence that is, when we know that a certain event occurs, on average, a given number of times in a given time period, provided the three conditions of Section 8.2 hold. Crudely, these conditions are that the event occurrence rate is stationary over time, that events occur independently of each other, and that events occur one at a time. Any situation in which one of these three conditions is seriously violated should not be considered to be well described by a Poisson distribution. In the case of the Prussian army data, we used the Poisson distribution with a theoretical mean of deaths due to horses in a unit per year. Other examples are the number of phone calls arriving per hour and the number of customers entering a store per minute. In ecology one often studies the population of a certain organism per square mile, or per square meter, as when a biologist counts crab holes on an ocean beach.

4 Once we can arrive at a numerical value for the theoretical mean (which is often estimated from the data), the Poisson distribution formula can be used to give the theoretical probability that the event occurs any given number of times in the time interval. For example, if we concluded that the theoretical mean number of phone calls arriving in an hour is 5.5, we could calculate the probability that we will receive exactly 3 (or any other integer) phone calls in an hour. The Binomial Distribution Another distribution first introduced in Chapter 8 is the binomial distribution. The formula for the theoretical probabilities was not given for this distribution either. However, we did learn how to compute the theoretical binomial probabilities in some simple situations. Recall that the binomial distribution deals with situations that have two outcomes per trial, referred to as success and failure (these terms are used merely for convenience; they do not necessarily imply success or failure in any real sense). Recall the four conditions of Section 8.1 that must hold if we are to use the binomial distribution to model a situation: there must be two possible outcomes per trial, a fixed number of trials (not a random number of trials), the same probability of success in every trial, and independence of outcomes for different trials. If these conditions hold, then the probability of xsuccesses in ntrials is as follows: n x x n x px ( ) p(1 p) where x 0, 1,...,n Here p, the parameter of the binomial distribution, is the probability of success on one trial. The sample space for a binomial random variable is the set of every integer between 0 and n, inclusive. There is yet another new notation in this formula that needs to be explained. The notation n x n x is read as nchoose x. We sometimes also call this the number of combinations of size x selected from n items. This notation is related to the factorial, just introduced, through the following definition: n! x!( n x)! Here 0! 1 is needed when x 0 or x n.

5 Example 14.7 On any given day, the probability that Jill will make it to class on time is 75%. Assume that her attendance behaviors on different days are independent. What is the probability that she will make it on time on exactly four days in a five-day school week? Solution Because the four assumptions necessary for using the binomial distribution hold in this case, we will use the binomial distribution to solve this problem. In this case n 5, since there are five trials. The probability of success, or of Jill s making it to class on time, is 0.75, so p p (4 successes in 5 trials) (0. 75) (0. 25) What is the probability that she will make it to class on time all five days? p (5 successes in 5 trials) (0. 75) (0. 25) Thus Jill will come late to class at least one day a week in about 76% of the weeks in the term. This is because p(fewer than 5 successes) 1 p(5 successes) The Hypergeometric Distribution Now we will introduce a new discrete distribution, the hypergeometric distribution. We will introduce it through an example from quality control, which is perhaps its main area of application. Suppose a manufacturer ships 50 units of its product to a store, and 10 of the units are defective. If an individual comes along and buys seven of these units (choosing them at random), what is the probability that exactly two of them will be defective? This is the type of situation that can be modeled using the hypergeometric distribution. In general, the hypergeometric distribution is used when you have a total of n elements and this total of n is divided into two distinct groups, which we will label, for convenience, defectives and nondefectives, even if the context of the problem is not one of defective versus nondefective objects. The number of defectives is denoted a, and the number of nondefectives is denoted b. Note that a b must equal n. If rdraws are made without replacement, as was the case when the seven units were purchased in the

6 example, the probability of getting exactly x elements from the group of defectives is as follows: b x r x px ( defectives out of the rdraws) a n r This is the function for assigning probabilities given by the hypergeometric distribution. It can be used for any value of xsuch that 0 x n, though of course x a is a practical constraint, too: there cannot occur more sampled defectives than exist in the population. Continuing the example of the defective units: Likewise, p (exactly 2 defectives) p (exactly 1 defective) p (none defective) Finally, we can conclude, based on the additivity of probabilities of exclusive events, discussed in the previous section, that p(1 defective or less) p(0 defectives) p(1 defective) The hypergeometric distribution has important applications in the field of quality control. As seen in the above example, the distribution can be used to model situations in which we are interested in finding out how many defectives one can expect when drawing units from a larger group of a known defective rate. In statistics one often infers from the number of defectives observed in a random sample from the population something about the proportion of defectives in the population. In this manner one can assess whether a manufacturing process is in control in the sense of

7 SECTION 14.2 EXERCISES producing, on average, an acceptably small percentage of defectives. The hypergeometric distribution is the probability backbone of this theory. More generally, the hypergeometric distribution can be used whenever we are looking at one large group that can be divided into two subgroups on the basis of a certain characteristic and we sample randomly without replacement. Using the hypergeometric distribution, we can determine the probability of pulling out a certain number from the first group when we take a sample of a specific size and are sampling without replacement. The use of formulas such as these we have introduced for the Poisson, binomial, and hypergeometric distributions greatly simplifies the task of coming up with probabilities for certain outcomes. The five-step method was our original method for the calculation of probabilities of this type, but of course in that case we were only obtaining estimates of the probabilities accurate estimates if we had a large enough number of trials, of course. Now we have formulas that give us the exact theoretical probabilities and are also much simpler to use and less time consuming. The disadvantage, though, is that in order to compute probabilities involving the statistic of interest, we must logically deduce, from the original model given in the first two steps of the five-step method, which theoretical probability distribution describes the statistic of interest. In the case of the Poisson distribution, there are three conditions that must be met, and in the case of the binomial there are four. The five-step method is much more general, allowing one to estimate probabilities for almost any situation in which we are able to set up a model and decide what constitutes a trial and what the statistic of interest is. We can therefore use the five-step method when the statistic of interest is neither binomial, Poisson, or hypergeometric! Note: In each of the three models, it can be shown that the sum of the probabilities px ( ) over all possible x s equals 1. (Try it in special cases, such as n 3, p 1/3, for the binomial.) 1. What are the following expressions equal to? a. Explain why the number of telephone calls a. 4! b. 2! arriving per minute follows a Poisson dis- c. 5! d. 0! tribution. 2. What are the following expressions equal to? b. What is the value of the parameter, the 5 Hint: 5 choose 2 is the same as theoretical mean? 2. a. (5 choose 2) b. (4 choose 1) c. What is the probability that the secretary c. (2 choose 2) d. (4 choose 2) does not receive any calls in a minute? d. What is the probability that the secretary 3. A secretary is working in an office where receives one call in a minute? telephone calls arrive at a rate of 2.3 per mine. What is the probability that the secretary ute throughout the day. receives three or more calls in a minute? ( Hint: Recall that p( A) 1 p(not A).)

8 4. In a box there are five doughnuts, and Alice a. Explain why the number of lines the stock takes two of them at random. Out of the five goes up in five days follows a binomial doughnuts, three are cream-filled, and two are distribution. What is a success in this not. case? a. Explain why the number of cream-filled b. What is the value of p, the probability of doughnuts Alice obtains follows a hyper- success on one trial? geometric distribution. c. What is the probability that in five days, b. What are the values of n, a, b, and r in the the stock goes up on every day? hypergeometric formula in this case? d. What is the probability that in five days, c. What is the probability that Alice obtains the stock goes up on exactly four days? exactly one cream-filled doughnut in the 8. In a group of four used cars at an auction, two she takes out of the box? two have previously been involved in serious d. What is the probability that both of the accidents. A car dealer will buy two of the doughnuts Alice pulls out are cream-filled? cars chosen at random. Use the hypergeometric 5. During rush hour, a certain intersection sees distribution to model the number of cars an average of 5.1 cars every minute. Use the purchased that have been in accidents. Poisson distribution to model the number of a. What are the values of nab,,, and r in this cars arriving at the intersection per minute. case? a. What is the value of, the theoretical mean? b. What is the probability that the dealer picks b. What is the probability that exactly two both of the cars that have been in accidents? cars arrive during a given minute? c. What is the probability that the dealer picks c. What is the probability that exactly four exactly one of the cars that have been in cars arrive during a given minute? accidents? Note: You will need a calculator! 9. There are six multiple-choice questions on a 6. Refer to the situation given in Exercise 5. test, and each one has five choices. Paul has a. How many cars would you expect every no idea as to what the correct answers are, two minutes on average? so he guesses on each one. Use the binomial b. Using your result from part (a), what is distribution to model the number of correct the probability that there will be exactly answers. 7 cars in a two-minute period? Hint: Is it a. What is the value of n, the number of true that the number of cars arriving in a trials, and the value of p, the probability of two-minute period can be modeled by the success? Poisson distribution?) b. What is the probability that Paul guesses c. What is the probability that there will be none of the six questions correctly? exactly 12 cars in a three-minute period? c. What is the probability that Paul guesses exactly two of the questions correctly? 7. A certain stock has a 60% chance of going up d. What is the probability that Paul gets very and a 40% chance of going down on any given lucky and guesses all six questions corday. Assume that each day is independent of rectly? any other (so whatever happened yesterday does not effect what happens today). For additional exercises, see page 735.

37.3. The Poisson Distribution. Introduction. Prerequisites. Learning Outcomes

37.3. The Poisson Distribution. Introduction. Prerequisites. Learning Outcomes The Poisson Distribution 37.3 Introduction In this Section we introduce a probability model which can be used when the outcome of an experiment is a random variable taking on positive integer values and

More information

What s for today. More on Binomial distribution Poisson distribution. c Mikyoung Jun (Texas A&M) stat211 lecture 7 February 8, / 16

What s for today. More on Binomial distribution Poisson distribution. c Mikyoung Jun (Texas A&M) stat211 lecture 7 February 8, / 16 What s for today More on Binomial distribution Poisson distribution c Mikyoung Jun (Texas A&M) stat211 lecture 7 February 8, 2011 1 / 16 Review: Binomial distribution Question: among the following, what

More information

Probability Theory and Simulation Methods. April 6th, Lecture 19: Special distributions

Probability Theory and Simulation Methods. April 6th, Lecture 19: Special distributions April 6th, 2018 Lecture 19: 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

DEFINITION: IF AN OUTCOME OF A RANDOM EXPERIMENT IS CONVERTED TO A SINGLE (RANDOM) NUMBER (E.G. THE TOTAL

DEFINITION: IF AN OUTCOME OF A RANDOM EXPERIMENT IS CONVERTED TO A SINGLE (RANDOM) NUMBER (E.G. THE TOTAL CHAPTER 5: RANDOM VARIABLES, BINOMIAL AND POISSON DISTRIBUTIONS DEFINITION: IF AN OUTCOME OF A RANDOM EXPERIMENT IS CONVERTED TO A SINGLE (RANDOM) NUMBER (E.G. THE TOTAL NUMBER OF DOTS WHEN ROLLING TWO

More information

Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last

Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last one, which is a success. In other words, you keep repeating

More information

STT 315 Problem Set #3

STT 315 Problem Set #3 1. A student is asked to calculate the probability that x = 3.5 when x is chosen from a normal distribution with the following parameters: mean=3, sd=5. To calculate the answer, he uses this command: >

More information

Senior Math Circles November 19, 2008 Probability II

Senior Math Circles November 19, 2008 Probability II University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Senior Math Circles November 9, 2008 Probability II Probability Counting There are many situations where

More information

II. The Binomial Distribution

II. The Binomial Distribution 88 CHAPTER 4 PROBABILITY DISTRIBUTIONS 進佳數學團隊 Dr. Herbert Lam 林康榮博士 HKDSE Mathematics M1 II. The Binomial Distribution 1. Bernoulli distribution A Bernoulli eperiment results in any one of two possible

More information

Random Variables Example:

Random Variables Example: Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5 s in the 6 rolls. Let X = number of 5 s. Then X could be 0, 1, 2, 3, 4, 5, 6. X = 0 corresponds to the

More information

Chapter (4) Discrete Probability Distributions Examples

Chapter (4) Discrete Probability Distributions Examples Chapter (4) Discrete Probability Distributions Examples Example () Two balanced dice are rolled. Let X be the sum of the two dice. Obtain the probability distribution of X. Solution When the two balanced

More information

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or Expectations Expectations Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or µ X, is E(X ) = µ X = x D x p(x) Expectations

More information

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z,

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, Random Variable And Probability Distribution Introduction Random Variable ( r.v. ) Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, T, and denote the assumed

More information

Chapter 12: Inference about One Population

Chapter 12: Inference about One Population Chapter 1: Inference about One Population 1.1 Introduction In this chapter, we presented the statistical inference methods used when the problem objective is to describe a single population. Sections 1.

More information

Week 6, 9/24/12-9/28/12, Notes: Bernoulli, Binomial, Hypergeometric, and Poisson Random Variables

Week 6, 9/24/12-9/28/12, Notes: Bernoulli, Binomial, Hypergeometric, and Poisson Random Variables Week 6, 9/24/12-9/28/12, Notes: Bernoulli, Binomial, Hypergeometric, and Poisson Random Variables 1 Monday 9/24/12 on Bernoulli and Binomial R.V.s We are now discussing discrete random variables that have

More information

Statistics for Economists. Lectures 3 & 4

Statistics for Economists. Lectures 3 & 4 Statistics for Economists Lectures 3 & 4 Asrat Temesgen Stockholm University 1 CHAPTER 2- Discrete Distributions 2.1. Random variables of the Discrete Type Definition 2.1.1: Given a random experiment with

More information

Discrete Distributions

Discrete Distributions Discrete Distributions Applications of the Binomial Distribution A manufacturing plant labels items as either defective or acceptable A firm bidding for contracts will either get a contract or not A marketing

More information

MTH4451Test#2-Solutions Spring 2009

MTH4451Test#2-Solutions Spring 2009 Pat Rossi Instructions. MTH4451Test#2-Solutions Spring 2009 Name Show CLEARLY how you arrive at your answers. 1. A large jar contains US coins. In this jar, there are 350 pennies ($0.01), 300 nickels ($0.05),

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics February 26, 2018 CS 361: Probability & Statistics Random variables The discrete uniform distribution If every value of a discrete random variable has the same probability, then its distribution is called

More information

Discrete Distributions

Discrete Distributions Discrete Distributions STA 281 Fall 2011 1 Introduction Previously we defined a random variable to be an experiment with numerical outcomes. Often different random variables are related in that they have

More information

DISCRETE VARIABLE PROBLEMS ONLY

DISCRETE VARIABLE PROBLEMS ONLY DISCRETE VARIABLE PROBLEMS ONLY. A biased die with four faces is used in a game. A player pays 0 counters to roll the die. The table below shows the possible scores on the die, the probability of each

More information

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2 Probability Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application. However, probability models underlie

More information

Homework 4 solutions

Homework 4 solutions Homework 4 solutions Due Thu, Sept 25, 2003 Problem 2 p.104 Certainly for i < 7 we know that this conditional probability must be zero (there aren t any negative numbers on the dice). i = 7 The first die

More information

Known probability distributions

Known probability distributions Known probability distributions Engineers frequently wor with data that can be modeled as one of several nown probability distributions. Being able to model the data allows us to: model real systems design

More information

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5 s in the 6 rolls. Let X = number of 5 s. Then X could be 0, 1, 2, 3, 4, 5, 6. X = 0 corresponds to the

More information

********************************************************************************************************

******************************************************************************************************** QUESTION # 1 1. Let the random variable X represent the number of telephone lines in use by the technical support center of a software manufacturer at noon each day. The probability distribution of X is

More information

MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3

MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3 MATH 250 / SPRING 2011 SAMPLE QUESTIONS / SET 3 1. A four engine plane can fly if at least two engines work. a) If the engines operate independently and each malfunctions with probability q, what is the

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #11 Special Distributions-II In the Bernoullian trials that

More information

Distribusi Binomial, Poisson, dan Hipergeometrik

Distribusi Binomial, Poisson, dan Hipergeometrik Distribusi Binomial, Poisson, dan Hipergeometrik CHAPTER TOPICS The Probability of a Discrete Random Variable Covariance and Its Applications in Finance Binomial Distribution Poisson Distribution Hypergeometric

More information

Part 3: Parametric Models

Part 3: Parametric Models Part 3: Parametric Models Matthew Sperrin and Juhyun Park August 19, 2008 1 Introduction There are three main objectives to this section: 1. To introduce the concepts of probability and random variables.

More information

Module 8 Probability

Module 8 Probability Module 8 Probability Probability is an important part of modern mathematics and modern life, since so many things involve randomness. The ClassWiz is helpful for calculating probabilities, especially those

More information

Discrete Distributions: Poisson Distribution 1

Discrete Distributions: Poisson Distribution 1 Discrete Distributions: Poisson Distribution 1 November 6, 2017 1 HMS, 2017, v1.1 Chapter References Diez: Chapter 3.3, 3.4 (not 3.4.2), 3.5.2 Navidi, Chapter 4.1, 4.2, 4.3 Chapter References 2 Poisson

More information

MgtOp 215 Chapter 5 Dr. Ahn

MgtOp 215 Chapter 5 Dr. Ahn MgtOp 215 Chapter 5 Dr. Ahn Random variable: a variable that assumes its values corresponding to a various outcomes of a random experiment, therefore its value cannot be predicted with certainty. Discrete

More information

Chapter 3. Discrete Random Variables and Their Probability Distributions

Chapter 3. Discrete Random Variables and Their Probability Distributions Chapter 3. Discrete Random Variables and Their Probability Distributions 2.11 Definition of random variable 3.1 Definition of a discrete random variable 3.2 Probability distribution of a discrete random

More information

Semester 2 Final Exam Review Guide for AMS I

Semester 2 Final Exam Review Guide for AMS I Name: Semester 2 Final Exam Review Guide for AMS I Unit 4: Exponential Properties & Functions Lesson 1 Exponent Properties & Simplifying Radicals Products of Powers: when two powers with the same base

More information

Created by T. Madas POISSON DISTRIBUTION. Created by T. Madas

Created by T. Madas POISSON DISTRIBUTION. Created by T. Madas POISSON DISTRIBUTION STANDARD CALCULATIONS Question 1 Accidents occur on a certain stretch of motorway at the rate of three per month. Find the probability that on a given month there will be a) no accidents.

More information

Find the value of n in order for the player to get an expected return of 9 counters per roll.

Find the value of n in order for the player to get an expected return of 9 counters per roll. . A biased die with four faces is used in a game. A player pays 0 counters to roll the die. The table below shows the possible scores on the die, the probability of each score and the number of counters

More information

BINOMIAL DISTRIBUTION

BINOMIAL DISTRIBUTION BINOMIAL DISTRIBUTION The binomial distribution is a particular type of discrete pmf. It describes random variables which satisfy the following conditions: 1 You perform n identical experiments (called

More information

Probability Exercises. Problem 1.

Probability Exercises. Problem 1. Probability Exercises. Ma 162 Spring 2010 Ma 162 Spring 2010 April 21, 2010 Problem 1. ˆ Conditional Probability: It is known that a student who does his online homework on a regular basis has a chance

More information

STAT509: Probability

STAT509: Probability University of South Carolina August 20, 2014 The Engineering Method and Statistical Thinking The general steps of engineering method are: 1. Develop a clear and concise description of the problem. 2. Identify

More information

Discrete Distributions

Discrete Distributions A simplest example of random experiment is a coin-tossing, formally called Bernoulli trial. It happens to be the case that many useful distributions are built upon this simplest form of experiment, whose

More information

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution Random Variable Theoretical Probability Distribution Random Variable Discrete Probability Distributions A variable that assumes a numerical description for the outcome of a random eperiment (by chance).

More information

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability?

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability? Probability: Why do we care? Lecture 2: Probability and Distributions Sandy Eckel seckel@jhsph.edu 22 April 2008 Probability helps us by: Allowing us to translate scientific questions into mathematical

More information

Discrete probability distributions

Discrete probability distributions Discrete probability s BSAD 30 Dave Novak Fall 08 Source: Anderson et al., 05 Quantitative Methods for Business th edition some slides are directly from J. Loucks 03 Cengage Learning Covered so far Chapter

More information

Probability, For the Enthusiastic Beginner (Exercises, Version 1, September 2016) David Morin,

Probability, For the Enthusiastic Beginner (Exercises, Version 1, September 2016) David Morin, Chapter 8 Exercises Probability, For the Enthusiastic Beginner (Exercises, Version 1, September 2016) David Morin, morin@physics.harvard.edu 8.1 Chapter 1 Section 1.2: Permutations 1. Assigning seats *

More information

Lecture 13. Poisson Distribution. Text: A Course in Probability by Weiss 5.5. STAT 225 Introduction to Probability Models February 16, 2014

Lecture 13. Poisson Distribution. Text: A Course in Probability by Weiss 5.5. STAT 225 Introduction to Probability Models February 16, 2014 Lecture 13 Text: A Course in Probability by Weiss 5.5 STAT 225 Introduction to Probability Models February 16, 2014 Whitney Huang Purdue University 13.1 Agenda 1 2 3 13.2 Review So far, we have seen discrete

More information

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions Introduction to Statistical Data Analysis Lecture 3: Probability Distributions James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis

More information

Chapter 3. Discrete Random Variables and Their Probability Distributions

Chapter 3. Discrete Random Variables and Their Probability Distributions Chapter 3. Discrete Random Variables and Their Probability Distributions 1 3.4-3 The Binomial random variable The Binomial random variable is related to binomial experiments (Def 3.6) 1. The experiment

More information

POISSON RANDOM VARIABLES

POISSON RANDOM VARIABLES POISSON RANDOM VARIABLES Suppose a random phenomenon occurs with a mean rate of occurrences or happenings per unit of time or length or area or volume, etc. Note: >. Eamples: 1. Cars passing through an

More information

DISTRIBUTIONAL APPROXIMATIONS

DISTRIBUTIONAL APPROXIMATIONS DISTRIBUTIONAL APPROXIMATIONS BINOMIAL TO POISSON Question 1 (**) The discrete random variable X has probability distribution X ~ B( 125,0.02). Use a distributional approximation, to find P( 2 X 6)

More information

EE126: Probability and Random Processes

EE126: Probability and Random Processes EE126: Probability and Random Processes Lecture 18: Poisson Process Abhay Parekh UC Berkeley March 17, 2011 1 1 Review 2 Poisson Process 2 Bernoulli Process An arrival process comprised of a sequence of

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 06 McGraw-Hill/Irwin Copyright 2013 by The McGraw-Hill Companies, Inc. All rights reserved. LEARNING OBJECTIVES LO 6-1 Identify the characteristics of a probability

More information

Notes Week 2 Chapter 3 Probability WEEK 2 page 1

Notes Week 2 Chapter 3 Probability WEEK 2 page 1 Notes Week 2 Chapter 3 Probability WEEK 2 page 1 The sample space of an experiment, sometimes denoted S or in probability theory, is the set that consists of all possible elementary outcomes of that experiment

More information

Introduction to Probability, Fall 2013

Introduction to Probability, Fall 2013 Introduction to Probability, Fall 2013 Math 30530 Section 01 Homework 4 Solutions 1. Chapter 2, Problem 1 2. Chapter 2, Problem 2 3. Chapter 2, Problem 3 4. Chapter 2, Problem 5 5. Chapter 2, Problem 6

More information

Estadística I Exercises Chapter 4 Academic year 2015/16

Estadística I Exercises Chapter 4 Academic year 2015/16 Estadística I Exercises Chapter 4 Academic year 2015/16 1. An urn contains 15 balls numbered from 2 to 16. One ball is drawn at random and its number is reported. (a) Define the following events by listing

More information

PROBABILITY.

PROBABILITY. PROBABILITY PROBABILITY(Basic Terminology) Random Experiment: If in each trial of an experiment conducted under identical conditions, the outcome is not unique, but may be any one of the possible outcomes,

More information

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur Lecture No. # 36 Sampling Distribution and Parameter Estimation

More information

MA 250 Probability and Statistics. Nazar Khan PUCIT Lecture 15

MA 250 Probability and Statistics. Nazar Khan PUCIT Lecture 15 MA 250 Probability and Statistics Nazar Khan PUCIT Lecture 15 RANDOM VARIABLES Random Variables Random variables come in 2 types 1. Discrete set of outputs is real valued, countable set 2. Continuous set

More information

HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS

HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS A The Hypergeometric Situation: Sampling without Replacement In the section on Bernoulli trials [top of page 3 of those notes], it was indicated

More information

Statistics for Managers Using Microsoft Excel/SPSS Chapter 4 Basic Probability And Discrete Probability Distributions

Statistics for Managers Using Microsoft Excel/SPSS Chapter 4 Basic Probability And Discrete Probability Distributions Statistics for Managers Using Microsoft Excel/SPSS Chapter 4 Basic Probability And Discrete Probability Distributions 1999 Prentice-Hall, Inc. Chap. 4-1 Chapter Topics Basic Probability Concepts: Sample

More information

6.4 THE HYPERGEOMETRIC PROBABILITY DISTRIBUTION

6.4 THE HYPERGEOMETRIC PROBABILITY DISTRIBUTION Section 6.4 The Hypergeometric Probability Distribution 6 1 6.4 THE HYPERGEOMETRIC PROBABILITY DISTRIBUTION Preparing for This Section Before getting started, review the following: Classical Method (Section

More information

Discrete Probability Distributions

Discrete Probability Distributions 37 Contents Discrete Probability Distributions 37.1 Discrete Probability Distributions 2 37.2 The Binomial Distribution 17 37.3 The Poisson Distribution 37 37.4 The Hypergeometric Distribution 53 Learning

More information

AP STATISTICS: Summer Math Packet

AP STATISTICS: Summer Math Packet Name AP STATISTICS: Summer Math Packet DIRECTIONS: Complete all problems on this packet. Packet due by the end of the first week of classes. Attach additional paper if needed. Calculator may be used. 1.

More information

Lecture 2: Probability and Distributions

Lecture 2: Probability and Distributions Lecture 2: Probability and Distributions Ani Manichaikul amanicha@jhsph.edu 17 April 2007 1 / 65 Probability: Why do we care? Probability helps us by: Allowing us to translate scientific questions info

More information

Suppose that you have three coins. Coin A is fair, coin B shows heads with probability 0.6 and coin C shows heads with probability 0.8.

Suppose that you have three coins. Coin A is fair, coin B shows heads with probability 0.6 and coin C shows heads with probability 0.8. Suppose that you have three coins. Coin A is fair, coin B shows heads with probability 0.6 and coin C shows heads with probability 0.8. Coin A is flipped until a head appears, then coin B is flipped until

More information

Probability and Statistics for Engineers

Probability and Statistics for Engineers Probability and Statistics for Engineers Chapter 4 Probability Distributions Ruochen Liu Ruochenliu@xidian.edu.cn Institute of Intelligent Information Processing, Xidian University Outline Random variables

More information

Hypothesis Testing: Chi-Square Test 1

Hypothesis Testing: Chi-Square Test 1 Hypothesis Testing: Chi-Square Test 1 November 9, 2017 1 HMS, 2017, v1.0 Chapter References Diez: Chapter 6.3 Navidi, Chapter 6.10 Chapter References 2 Chi-square Distributions Let X 1, X 2,... X n be

More information

Example. What is the sample space for flipping a fair coin? Rolling a 6-sided die? Find the event E where E = {x x has exactly one head}

Example. What is the sample space for flipping a fair coin? Rolling a 6-sided die? Find the event E where E = {x x has exactly one head} Chapter 7 Notes 1 (c) Epstein, 2013 CHAPTER 7: PROBABILITY 7.1: Experiments, Sample Spaces and Events Chapter 7 Notes 2 (c) Epstein, 2013 What is the sample space for flipping a fair coin three times?

More information

STEP Support Programme. Statistics STEP Questions

STEP Support Programme. Statistics STEP Questions STEP Support Programme Statistics STEP Questions This is a selection of STEP I and STEP II questions. The specification is the same for both papers, with STEP II questions designed to be more difficult.

More information

Probabilistic models

Probabilistic models Kolmogorov (Andrei Nikolaevich, 1903 1987) put forward an axiomatic system for probability theory. Foundations of the Calculus of Probabilities, published in 1933, immediately became the definitive formulation

More information

6 Event-based Independence and Conditional Probability. Sneak peek: Figure 3: Conditional Probability Example: Sneak Peek

6 Event-based Independence and Conditional Probability. Sneak peek: Figure 3: Conditional Probability Example: Sneak Peek 6 Event-based Independence and Conditional Probability Example Example Roll 6.1. a fair Roll dicea dice... Sneak peek: Figure 3: Conditional Probability Example: Sneak Peek Example 6.2 (Slides). Diagnostic

More information

Markov Chains. Chapter 16. Markov Chains - 1

Markov Chains. Chapter 16. Markov Chains - 1 Markov Chains Chapter 16 Markov Chains - 1 Why Study Markov Chains? Decision Analysis focuses on decision making in the face of uncertainty about one future event. However, many decisions need to consider

More information

Probability Distributions

Probability Distributions EXAMPLE: Consider rolling a fair die twice. Probability Distributions Random Variables S = {(i, j : i, j {,...,6}} Suppose we are interested in computing the sum, i.e. we have placed a bet at a craps table.

More information

Review Basic Probability Concept

Review Basic Probability Concept Economic Risk and Decision Analysis for Oil and Gas Industry CE81.9008 School of Engineering and Technology Asian Institute of Technology January Semester Presented by Dr. Thitisak Boonpramote Department

More information

2014 SM4 Revision Questions Distributions

2014 SM4 Revision Questions Distributions 2014 SM4 Revision Questions Distributions Normal Q1. Professor Halen has 184 students in his college mathematics class. The scores on the semester exam are normally distributed with a mean of 72.3 and

More information

STA 584 Supplementary Examples (not to be graded) Fall, 2003

STA 584 Supplementary Examples (not to be graded) Fall, 2003 Page 1 of 8 Central Michigan University Department of Mathematics STA 584 Supplementary Examples (not to be graded) Fall, 003 1. (a) If A and B are independent events, P(A) =.40 and P(B) =.70, find (i)

More information

Chapter 2 Class Notes

Chapter 2 Class Notes Chapter 2 Class Notes Probability can be thought of in many ways, for example as a relative frequency of a long series of trials (e.g. flips of a coin or die) Another approach is to let an expert (such

More information

Probability Notes (A) , Fall 2010

Probability Notes (A) , Fall 2010 Probability Notes (A) 18.310, Fall 2010 We are going to be spending around four lectures on probability theory this year. These notes cover approximately the first three lectures on it. Probability theory

More information

June If you want, you may scan your assignment and convert it to a.pdf file and it to me.

June If you want, you may scan your assignment and convert it to a.pdf file and  it to me. Summer Assignment Pre-Calculus Honors June 2016 Dear Student: This assignment is a mandatory part of the Pre-Calculus Honors course. Students who do not complete the assignment will be placed in the regular

More information

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution Pengyuan (Penelope) Wang June 15, 2011 Review Discussed Uniform Distribution and Normal Distribution Normal Approximation

More information

Chapter 1: Revie of Calculus and Probability

Chapter 1: Revie of Calculus and Probability Chapter 1: Revie of Calculus and Probability Refer to Text Book: Operations Research: Applications and Algorithms By Wayne L. Winston,Ch. 12 Operations Research: An Introduction By Hamdi Taha, Ch. 12 OR441-Dr.Khalid

More information

Chapter Goals. To introduce you to data collection

Chapter Goals. To introduce you to data collection Chapter Goals To introduce you to data collection You will learn to think critically about the data collected or presented learn various methods for selecting a sample Formulate Theories Interpret Results/Make

More information

Name: Firas Rassoul-Agha

Name: Firas Rassoul-Agha Midterm 1 - Math 5010 - Spring 016 Name: Firas Rassoul-Agha Solve the following 4 problems. You have to clearly explain your solution. The answer carries no points. Only the work does. CALCULATORS ARE

More information

Class 26: review for final exam 18.05, Spring 2014

Class 26: review for final exam 18.05, Spring 2014 Probability Class 26: review for final eam 8.05, Spring 204 Counting Sets Inclusion-eclusion principle Rule of product (multiplication rule) Permutation and combinations Basics Outcome, sample space, event

More information

Exam III Review Math-132 (Sections 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 8.1, 8.2, 8.3)

Exam III Review Math-132 (Sections 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 8.1, 8.2, 8.3) 1 Exam III Review Math-132 (Sections 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 8.1, 8.2, 8.3) On this exam, questions may come from any of the following topic areas: - Union and intersection of sets - Complement of

More information

ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables

ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables Department of Electrical Engineering University of Arkansas ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Random Variable Discrete Random

More information

Binomial random variable

Binomial random variable Binomial random variable Toss a coin with prob p of Heads n times X: # Heads in n tosses X is a Binomial random variable with parameter n,p. X is Bin(n, p) An X that counts the number of successes in many

More information

4. List of program goals/learning outcomes to be met. Goal-1: Students will have the ability to analyze and graph polynomial functions.

4. List of program goals/learning outcomes to be met. Goal-1: Students will have the ability to analyze and graph polynomial functions. Course of Study Advanced Algebra 1. Introduction: Common Core Advanced Algebra, Mathematics Department, Grade 9-12, 2 semester course. 2. Course Description Common Core Advanced Algebra is a one year advanced

More information

Probability and Probability Distributions. Dr. Mohammed Alahmed

Probability and Probability Distributions. Dr. Mohammed Alahmed Probability and Probability Distributions 1 Probability and Probability Distributions Usually we want to do more with data than just describing them! We might want to test certain specific inferences about

More information

REPEATED TRIALS. p(e 1 ) p(e 2 )... p(e k )

REPEATED TRIALS. p(e 1 ) p(e 2 )... p(e k ) REPEATED TRIALS We first note a basic fact about probability and counting. Suppose E 1 and E 2 are independent events. For example, you could think of E 1 as the event of tossing two dice and getting a

More information

South Pacific Form Seven Certificate

South Pacific Form Seven Certificate 141/1 South Pacific Form Seven Certificate INSTRUCTIONS MATHEMATICS WITH STATISTICS 2015 QUESTION and ANSWER BOOKLET Time allowed: Two and a half hours Write your Student Personal Identification Number

More information

tossing a coin selecting a card from a deck measuring the commuting time on a particular morning

tossing a coin selecting a card from a deck measuring the commuting time on a particular morning 2 Probability Experiment An experiment or random variable is any activity whose outcome is unknown or random upfront: tossing a coin selecting a card from a deck measuring the commuting time on a particular

More information

ST 371 (V): Families of Discrete Distributions

ST 371 (V): Families of Discrete Distributions ST 371 (V): Families of Discrete Distributions Certain experiments and associated random variables can be grouped into families, where all random variables in the family share a certain structure and a

More information

CHAPTER 14 THEORETICAL DISTRIBUTIONS

CHAPTER 14 THEORETICAL DISTRIBUTIONS CHAPTER 14 THEORETICAL DISTRIBUTIONS THEORETICAL DISTRIBUTIONS LEARNING OBJECTIVES The Students will be introduced in this chapter to the techniques of developing discrete and continuous probability distributions

More information

Discrete Probability Distribution

Discrete Probability Distribution Shapes of binomial distributions Discrete Probability Distribution Week 11 For this activity you will use a web applet. Go to http://socr.stat.ucla.edu/htmls/socr_eperiments.html and choose Binomial coin

More information

12.1. Randomness and Probability

12.1. Randomness and Probability CONDENSED LESSON. Randomness and Probability In this lesson, you Simulate random processes with your calculator Find experimental probabilities based on the results of a large number of trials Calculate

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER 2 2017/2018 DR. ANTHONY BROWN 5.1. Introduction to Probability. 5. Probability You are probably familiar with the elementary

More information

Chapter. Probability

Chapter. Probability Chapter 3 Probability Section 3.1 Basic Concepts of Probability Section 3.1 Objectives Identify the sample space of a probability experiment Identify simple events Use the Fundamental Counting Principle

More information

Binomial Probability. Permutations and Combinations. Review. History Note. Discuss Quizzes/Answer Questions. 9.0 Lesson Plan

Binomial Probability. Permutations and Combinations. Review. History Note. Discuss Quizzes/Answer Questions. 9.0 Lesson Plan 9.0 Lesson Plan Discuss Quizzes/Answer Questions History Note Review Permutations and Combinations Binomial Probability 1 9.1 History Note Pascal and Fermat laid out the basic rules of probability in a

More information

Chapter 16 focused on decision making in the face of uncertainty about one future

Chapter 16 focused on decision making in the face of uncertainty about one future 9 C H A P T E R Markov Chains Chapter 6 focused on decision making in the face of uncertainty about one future event (learning the true state of nature). However, some decisions need to take into account

More information

Introduction to Probability, Fall 2009

Introduction to Probability, Fall 2009 Introduction to Probability, Fall 2009 Math 30530 Review questions for exam 1 solutions 1. Let A, B and C be events. Some of the following statements are always true, and some are not. For those that are

More information