ECON 214 Elements of Statistics for Economists 2016/2017

Size: px
Start display at page:

Download "ECON 214 Elements of Statistics for Economists 2016/2017"

Transcription

1 ECON 214 Elements of Statistics for Economists 2016/2017 Topic Probability Distributions: Binomial and Poisson Distributions Lecturer: Dr. Bernardin Senadza, Dept. of Economics College of Education School of Continuing and Distance Education 2014/ /2017

2 Overview We extend our discussion of probability by considering probability distributions. The outcome of a probability experiment is an random variable. Each outcome of an experiment has an associated probability. The probability distribution of a random variable lists all the possible values of the random variable and their corresponding probabilities. Just as with a frequency distribution, we are able to calculate the mean (expected value), variance and standard deviation of the random variable from a probability distribution. We shall distinguish between discrete and continuous probability distributions and then discuss two standard discrete probability distributions - the Binomial and Poisson distributions. Slide 2

3 Overview cont d At the end of this lecture, the student will be able to Distinguish between discrete and continuous probability distributions Calculate the mean, variance, and standard deviation of a discrete probability distribution. Compute probabilities using the binomial distribution Compute probabilities using the Poisson distribution Use the Poisson distribution to approximate the binomial distribution Slide 3

4 Random variables Most statistics (e.g. the sample mean) are random variables. A random variable is a numeric event whose value is determined by a chance process or an experiment. The event should not be under the control of the observer; i.e., the value of the random variable is unknown before the experiment is carried out. Slide 4

5 Random variables Example 1: Suppose we roll two dice and take the sum of the numbers showing up. This sum is clearly a random variable because its value is determined by chance. Such an experiment produces 11 possible values. What are these values? Slide 5

6 Random variables They are 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, and 12. Slide 6

7 Random variables Example 2: Consider a random experiment in which a coin is tossed three times. Let X be the number of heads. Let H represent the outcome of a head and T the outcome of a tail. The sample space for such an experiment will be: TTT, TTH, THT, THH, HTT, HTH, HHT, HHH. Slide 7

8 Random variables Thus the possible values of X (number of heads) are x = 0,1,2,3. The outcome of zero heads occurred once. The outcome of one head occurred three times. The outcome of two heads occurred three times. The outcome of three heads occurred once. From the definition of a random variable, X as defined in this experiment, is a random variable. Many random variables have well-known probability distributions associated with them. To understand random variables, we need to know about probability distributions. Slide 8

9 Discrete and continuous random variables A discrete random variable is a variable that can assume only certain clearly separated values resulting from a count of some item of interest (countably finite or infinite). Example: Let X be the number of heads when a coin is tossed 3 times. Here the values for X are: X = 0,1,2,3. Slide 9

10 Discrete and continuous random variables A continuous random variable is a variable that can assume one of an infinitely large number of values. Assumes any value within a designated range of values. Example: Height of a student in this class. Slide 10

11 Discrete and continuous random variables Some standard probability distributions are Binomial distribution (discrete) Poisson distribution (discrete) Normal distribution (continuous) Slide 11

12 Discrete and continuous random variables Binomial - when the underlying probability experiment has only two possible outcomes (e.g. tossing a coin). Poisson - for rare events, when the probability of occurrence is low. Normal - when many small independent factors influence a variable (e.g. IQ, influenced by genes, diet, etc.) Slide 12

13 Discrete probability distributions Each value of a random variable has an associated probability. The probability distribution of a random variable lists all the possible values of the random variable and their corresponding probabilities. If P (X) is the probability that X is the value of the random variable, then P( X) 1 Slide 13

14 Discrete probability distributions Suppose we toss a coin three times and want to observe the number of heads. The possible values are 0, 1, 2, 3. What is the probability distribution of the number of heads? Slide 14

15 Discrete probability distributions No. of heads X Frequency Probability P (X) 1/8 =.125 3/8 =.375 3/8 =.375 1/8 =.125 8/8 = 1.00 Slide 15

16 Expected value of discrete random variable The mean of a random value is called its expected value. For discrete random variables, it is the weighted mean of all possible values of the random variable, with weights being the probabilities E( X ) XP( X ) X Slide 16

17 Expected value of discrete random variable For the three tosses of a coin, we have E( X ) XP( X ) 0(.125) 1(.375) 2(.375) 3(.125) 1.5 The expected value is not the value we expect on any single toss Rather it is the long run average value (when the experiment is done a large number of times) Slide 17

18 Expected value of discrete random variable The variance is given by [ ( )] ( ) 2 2 X X E X P X Or for computational ease, we use X X P( X ) [ XP( X )] To obtain standard deviation, we take the square root of the variance. Slide 18

19 Expected value of discrete random variable X P(X) X P(X) X- E(X) [X-E(X)] 2 [X-E(X)] 2 P(X) X 2 X 2 P(X) Slide 19

20 Expected value of discrete random variable X X P ( X ) [ X P ( X )] = 3.0 (1.5) 2 =.75 Standard deviation =.87 Slide 20

21 Exercise 1 The Managing Director of Perfect Painters, a painting firm in Accra, has studied his records for the past 20 weeks and reports the following number of houses painted per week. Compute the mean and variance of the number of houses painted per week. # o f Ho u s e s We e k s P a i n t e d Slide 21

22 Solution to Exercise 1 From the Table on the previous slide, 10 houses were painted a week in 5 out of the 20 weeks, so the probability that 10 houses are painted in a week is 5 weeks divided by 20 weeks or 5/20 = houses were painted in 6 of the 20 weeks so the probability that 11 houses are painted in a week is 6/20 =.30 And so and so forth The probability distribution so obtained is in the table on the next slide. Slide 22

23 Solution to Exercise 1 The probability distribution Number of houses Probability, P(X) painted, X Total 1 Slide 23

24 Solution to Exercise 1 Mean number of houses painted per week: E( X ) [ XP( X )] (10)(.25) (11)(.30) (12)(.35) (13)(.10) 11.3 Variance of the number of houses painted per week: [( X ) P ( X )] Slide 24

25 The Binomial distribution The binomial distribution (BD) is applied when; Only two mutually exclusive outcomes are possible in each trial (success or failure). The data collected are the results of counts. The outcomes in the series of trials are independent. The probability of success, denoted p, in each trial remains constant from trial to trial. Slide 25

26 The Binomial distribution The objective of using the BD is to determine the probability values for various possible number of successes (X); given the number of trails (n) and the known (and constant) probability of success (p). Slide 26

27 The Binomial distribution Consider five tosses of a coin. Recall from last lecture that, we can write the probability of 1 Head in 2 tosses as the probability of a head and a tail (in that order) times the number of possible orderings (# of times that event occurs). P (1 Head) = ½ ½ 2C1 = ¼ 2 = ½ We can apply same technique to calculate the probability for the number of heads in five tosses of a coin. Slide 27

28 The Binomial distribution P (X Heads in five tosses of a coin) P(X = 0) = (½) 0 (½) 5 5C0 = 1 / 32 1 = 1 / 32 P(X = 1) = (½) 1 (½) 4 5C1 = 1 / 32 5 = 5 / 32 P(X = 2) = (½) 2 (½) 3 5C2 = 1 / = 10 / 32 P(X = 3) = (½) 3 (½) 2 5C3 = 1 / = 10 / 32 P(X = 4) = (½) 4 (½) 1 5C4 = 1 / 32 5 = 5 / 32 P(X = 5) = (½) 5 (½) 0 5C5 = 1 / 32 1 = 1 / 32 Slide 28

29 The Binomial distribution To construct a binomial distribution, let n be the number of trials x be the number of observed successes p be the probability of success on each trial the formula for the binomial probability distribution is: n! P( x) p x (1 p) x!( n x)! n x Slide 29

30 The Binomial distribution When the BD is used, it is typically because we wish to determine the probability of: X or more successes [ P(X x i ) ] or X or fewer successes [P (X x i )] If the individual probabilities to be summed is large, it is easier to use the complement rule. Example: P (X x i ) = 1 - P(X < x i ) Slide 30

31 The Binomial distribution Suppose the probability is.05 that a randomly selected student of the University of Ghana owns a car. What is the probability of observing two or more student carowners in a random sample of 20 students? P(X 2) = P(X=2) + P(X=3) +..+ P(X=20) P(X 2) = 1 P(X<2) = 1- P(X=0, 1) = 1 [P(X=0) +P(X=1)] Now P(X=0) = 20 C 0 (.05) 0 (.95) 20 =.3585 P(X=1) = 20 C 1 (.05)(.95) 19 =.3774 So P(X 2) = 1 ( ) =.2641 Slide 31

32 Exercise 2 The Ministry of Employment reports that 20% of the labour force in Ghana is unemployed. From a sample of 14 members of the labour force, calculate the probability that three or more are unemployed. Slide 32

33 Solution to Exercise 2 P(X 3) = P(X=2) + P(X=3) +..+ P(X=14) P(X ) = 1 P(X<3) = 1- P(X=0, 1,2) = 1 [P(X=0) + P(X=1) + P(X=2)] = 1 ( ) =.552 Slide 33

34 The Binomial distribution The mean of the binomial random variable is E(X) = np And the variance is σ 2 = np(1-p) The standard deviation is the square root of the variance. Slide 34

35 The Poisson distribution It is a sampling process in which events occur over time or space. The Poisson distribution is used to describe a number of processes or events such as The distribution of telephone calls going through a switch board The demand of patients for service at a health facility The arrival of vehicles at a tollbooth The number of accidents occurring at a road intersection, etc. Slide 35

36 The Poisson distribution Characteristics defining a Poisson random variable are The experiment consists of counting the number of times a particular event occurs during a given time interval The probability that the event occurs in one time interval is independent of the probability of the event occurring in another time interval The mean number of events in each unit of time is proportional to the length of the time interval. Slide 36

37 The Poisson distribution The probability that the Poisson random variable will assume the value X is given by P x x e x! For X = 0, 1, 2,3. λ is the mean of the distribution (mean number of events occurring in a given unit of time) e is approximately and is the base of the natural logarithms. Slide 37

38 The Poisson distribution Suppose an average of 2 calls per minute are received at a switchboard during a designated time interval, find the probability that exactly 3 calls are received in a randomly sampled minute. Here, X = 3 and λ = 2. So e 8(.1353) P x ! 6 Slide 38

39 The Poisson distribution As with the BD, the PD typically involves determining the probability of X or more number of events or X or fewer number of events. To calculate, we sum the appropriate probability values. The use of the complement rule may also come in handy. Slide 39

40 The Poisson distribution For example, we may want to calculate the probability of receiving 3 or more calls in a three-minute interval. That is P(X 3) = P(X=3) + P(X=4) + Using the complement rule, we have P(X 3) = 1 - P(X<3) = 1 [P(x=0) + P(x=1) + P(x=2)] From our proposition 3, we know the mean number of occurrences is proportional to the length of the time interval. Slide 40

41 The Poisson distribution So if we expect a mean of 2 calls per minute, in three minutes we must expect 6 calls. For an interval of 30 seconds, the mean number of calls is one. The probability of 5 calls in a three-minute interval implies λ = 6, so P(X=5 / λ=6) =.1606 The probability of no calls in an interval of 30 seconds implies that λ = 1, so P(X=0 / λ=1) =.3679 Slide 41

42 The Poisson distribution The expected value and variance for a Poisson random variable are both equal to the mean number of events for the time interval of interest. E (X) = λ Var (X) = λ The standard deviation is the square root of the variance. Slide 42

43 Exercise 3 A private clinic specializes in caring for minor injuries, colds, and flu. For the evening hours of 6-10 PM the mean number of patient arrivals is 4 per hour. What is the probability of 4 arrivals in an hour? Slide 43

44 Solution to Exercise 3 x e 4 4 e 4 P x x! 4! Slide 44

45 Poisson approximation of Binomial When the probability of occurrence (success) is very small (P<.05). And the number of trials is large (n>20). So that λ = np and we apply the Poisson formula instead of the Binomial formula. Some texts say use the Poisson in place of the Binomial when np < 5. Slide 45

46 Poisson approximation of Binomial A manufacturer claims a failure rate of 0.2% for its hard disk drives. In an assignment of 500 drives, what is the probability that, none are faulty, one is faulty, two are faulty? On average, 1 drive (0.2% of 500) should be faulty, so λ = np = 1. Slide 46

47 Poisson approximation of Binomial The probability of no faulty drives is e P x ! The probability of one faulty drive is 1 1 e P x ! The probability of two faulty drives is e P x ! Slide 47

48 Exercise 4 An experienced invoice clerk makes an error once in every 100 invoices, on average. What is the probability of finding a batch of 100 invoices with at least three errors? Calculate your answer using the Poisson approximation of the Binomial. Slide 48

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal

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

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

Statistics 6 th Edition

Statistics 6 th Edition Statistics 6 th Edition Chapter 5 Discrete Probability Distributions Chap 5-1 Definitions Random Variables Random Variables Discrete Random Variable Continuous Random Variable Ch. 5 Ch. 6 Chap 5-2 Discrete

More information

CHAPTER 10: Introducing Probability

CHAPTER 10: Introducing Probability CHAPTER 10: Introducing Probability The Basic Practice of Statistics 6 th Edition Moore / Notz / Fligner Lecture PowerPoint Slides Chapter 10 Concepts 2 The Idea of Probability Probability Models Probability

More information

Chapter 4. Section 4.1 Objectives. Random Variables. Random Variables. Chapter 4: Probability Distributions

Chapter 4. Section 4.1 Objectives. Random Variables. Random Variables. Chapter 4: Probability Distributions Chapter 4: Probability s 4. Probability s 4. Binomial s Section 4. Objectives Distinguish between discrete random variables and continuous random variables Construct a discrete probability distribution

More information

Probability mass function; cumulative distribution function

Probability mass function; cumulative distribution function PHP 2510 Random variables; some discrete distributions Random variables - what are they? Probability mass function; cumulative distribution function Some discrete random variable models: Bernoulli Binomial

More information

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.1 Discrete and Continuous Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Discrete and Continuous Random

More information

A probability distribution shows the possible outcomes of an experiment and the probability of each of these outcomes.

A probability distribution shows the possible outcomes of an experiment and the probability of each of these outcomes. Introduction In the previous chapter we discussed the basic concepts of probability and described how the rules of addition and multiplication were used to compute probabilities. In this chapter we expand

More information

ECON 214 Elements of Statistics for Economists

ECON 214 Elements of Statistics for Economists ECON 214 Elements of Statistics for Economists Session 7 The Normal Distribution Part 1 Lecturer: Dr. Bernardin Senadza, Dept. of Economics Contact Information: bsenadza@ug.edu.gh College of Education

More information

The Binomial distribution

The Binomial distribution The Binomial distribution Examples and Definition Binomial Model (an experiment ) 1 A series of n independent trials is conducted. 2 Each trial results in a binary outcome (one is labeled success the other

More information

Chapter 5 Student Lecture Notes 5-1. Department of Quantitative Methods & Information Systems. Business Statistics

Chapter 5 Student Lecture Notes 5-1. Department of Quantitative Methods & Information Systems. Business Statistics Chapter 5 Student Lecture Notes 5-1 Department of Quantitative Methods & Information Systems Business Statistics Chapter 5 Discrete Probability Distributions QMIS 120 Dr. Mohammad Zainal Chapter Goals

More information

Random Variables. 6.1 Discrete and Continuous Random Variables. Probability Distribution. Discrete Random Variables. Chapter 6, Section 1

Random Variables. 6.1 Discrete and Continuous Random Variables. Probability Distribution. Discrete Random Variables. Chapter 6, Section 1 6.1 Discrete and Continuous Random Variables Random Variables A random variable, usually written as X, is a variable whose possible values are numerical outcomes of a random phenomenon. There are two types

More information

Binomial and multinomial distribution

Binomial and multinomial distribution 1-Binomial distribution Binomial and multinomial distribution The binomial probability refers to the probability that a binomial experiment results in exactly "x" successes. The probability of an event

More information

Chapter 4 Discrete Random variables

Chapter 4 Discrete Random variables Chapter 4 Discrete Random variables A is a variable that assumes numerical values associated with the random outcomes of an experiment, where only one numerical value is assigned to each sample point.

More information

Chapter 4 Discrete Random variables

Chapter 4 Discrete Random variables Chapter 4 Discrete Random variables A is a variable that assumes numerical values associated with the random outcomes of an experiment, where only one numerical value is assigned to each sample point.

More information

Probability Distributions for Discrete RV

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

More information

Statistics for Managers Using Microsoft Excel 7 th Edition

Statistics for Managers Using Microsoft Excel 7 th Edition Statistics for Managers Using Microsoft Excel 7 th Edition Chapter 5 Discrete Probability Distributions Statistics for Managers Using Microsoft Excel 7e Copyright 014 Pearson Education, Inc. Chap 5-1 Learning

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

Random Variable: Definition

Random Variable: Definition Random Variables Random Variable: Definition A Random Variable is a numerical description of the outcome of an experiment Experiment Roll a die 10 times Inspect a shipment of 100 parts Open a gas station

More information

Business Statistics. Chapter 5 Discrete Probability Distributions QMIS 120. Dr. Mohammad Zainal

Business Statistics. Chapter 5 Discrete Probability Distributions QMIS 120. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 5 Discrete Probability Distributions QMIS 120 Dr. Mohammad Zainal Chapter Goals After completing this chapter, you should

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 5 Probability Distributions 5-1 Overview 5-2 Random Variables 5-3 Binomial Probability

More information

Math 14 Lecture Notes Ch Mean

Math 14 Lecture Notes Ch Mean 4. Mean, Expected Value, and Standard Deviation Mean Recall the formula from section. for find the population mean of a data set of elements µ = x 1 + x + x +!+ x = x i i=1 We can find the mean of the

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

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 6 Learning Objectives Define terms random variable and probability distribution. Distinguish between discrete and continuous probability distributions. Calculate

More information

Chapter 4 Probability Distributions

Chapter 4 Probability Distributions Slide 1 Chapter 4 Probability Distributions Slide 2 4-1 Overview 4-2 Random Variables 4-3 Binomial Probability Distributions 4-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 4-5

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

6.1 Discrete and Continuous Random Variables. 6.1A Discrete random Variables, Mean (Expected Value) of a Discrete Random Variable

6.1 Discrete and Continuous Random Variables. 6.1A Discrete random Variables, Mean (Expected Value) of a Discrete Random Variable 6.1 Discrete and Continuous Random Variables 6.1A Discrete random Variables, Mean (Expected Value) of a Discrete Random Variable Random variable Takes numerical values that describe the outcomes of some

More information

Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI

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

More information

Opening Exercise: Lesson 91 - Binomial Distributions IBHL2 - SANTOWSKI

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

More information

+ Chapter 7. Random Variables. Chapter 7: Random Variables 2/26/2015. Transforming and Combining Random Variables

+ Chapter 7. Random Variables. Chapter 7: Random Variables 2/26/2015. Transforming and Combining Random Variables + Chapter 7: Random Variables Section 7.1 Discrete and Continuous Random Variables The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE + Chapter 7 Random Variables 7.1 7.2 7.2 Discrete

More information

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions Random Variables Examples: Random variable a variable (typically represented by x) that takes a numerical value by chance. Number of boys in a randomly selected family with three children. Possible values:

More information

Chapter 5 Basic Probability

Chapter 5 Basic Probability Chapter 5 Basic Probability Probability is determining the probability that a particular event will occur. Probability of occurrence = / T where = the number of ways in which a particular event occurs

More information

Chapter 3 - Lecture 5 The Binomial Probability Distribution

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

More information

Marquette University MATH 1700 Class 8 Copyright 2018 by D.B. Rowe

Marquette University MATH 1700 Class 8 Copyright 2018 by D.B. Rowe Class 8 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 208 by D.B. Rowe Agenda: Recap Chapter 4.3-4.5 Lecture Chapter 5. - 5.3 2 Recap Chapter 4.3-4.5 3 4:

More information

Chapter 6: Random Variables

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

More information

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

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

More information

Probability Distributions

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

More information

2017 Fall QMS102 Tip Sheet 2

2017 Fall QMS102 Tip Sheet 2 Chapter 5: Basic Probability 2017 Fall QMS102 Tip Sheet 2 (Covering Chapters 5 to 8) EVENTS -- Each possible outcome of a variable is an event, including 3 types. 1. Simple event = Described by a single

More information

Learning Objec0ves. Statistics for Business and Economics. Discrete Probability Distribu0ons

Learning Objec0ves. Statistics for Business and Economics. Discrete Probability Distribu0ons Statistics for Business and Economics Discrete Probability Distribu0ons Learning Objec0ves In this lecture, you learn: The proper0es of a probability distribu0on To compute the expected value and variance

More information

Statistics for Business and Economics: Random Variables (1)

Statistics for Business and Economics: Random Variables (1) Statistics for Business and Economics: Random Variables (1) STT 315: Section 201 Instructor: Abdhi Sarkar Acknowledgement: I d like to thank Dr. Ashoke Sinha for allowing me to use and edit the slides.

More information

Chapter 7: Random Variables and Discrete Probability Distributions

Chapter 7: Random Variables and Discrete Probability Distributions Chapter 7: Random Variables and Discrete Probability Distributions 7. Random Variables and Probability Distributions This section introduced the concept of a random variable, which assigns a numerical

More information

TOPIC: PROBABILITY DISTRIBUTIONS

TOPIC: PROBABILITY DISTRIBUTIONS TOPIC: PROBABILITY DISTRIBUTIONS There are two types of random variables: A Discrete random variable can take on only specified, distinct values. A Continuous random variable can take on any value within

More information

Chapter 7. Random Variables

Chapter 7. Random Variables Chapter 7 Random Variables Making quantifiable meaning out of categorical data Toss three coins. What does the sample space consist of? HHH, HHT, HTH, HTT, TTT, TTH, THT, THH In statistics, we are most

More information

GOALS. Discrete Probability Distributions. A Distribution. What is a Probability Distribution? Probability for Dice Toss. A Probability Distribution

GOALS. Discrete Probability Distributions. A Distribution. What is a Probability Distribution? Probability for Dice Toss. A Probability Distribution GOALS Discrete Probability Distributions Chapter 6 Dr. Richard Jerz Define the terms probability distribution and random variable. Distinguish between discrete and continuous probability distributions.

More information

Discrete Probability Distributions Chapter 6 Dr. Richard Jerz

Discrete Probability Distributions Chapter 6 Dr. Richard Jerz Discrete Probability Distributions Chapter 6 Dr. Richard Jerz 1 GOALS Define the terms probability distribution and random variable. Distinguish between discrete and continuous probability distributions.

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

HHH HHT HTH THH HTT THT TTH TTT

HHH HHT HTH THH HTT THT TTH TTT AP Statistics Name Unit 04 Probability Period Day 05 Notes Discrete & Continuous Random Variables Random Variable: Probability Distribution: Example: A probability model describes the possible outcomes

More information

Chapter 8 Solutions Page 1 of 15 CHAPTER 8 EXERCISE SOLUTIONS

Chapter 8 Solutions Page 1 of 15 CHAPTER 8 EXERCISE SOLUTIONS Chapter 8 Solutions Page of 5 8. a. Continuous. b. Discrete. c. Continuous. d. Discrete. e. Discrete. 8. a. Discrete. b. Continuous. c. Discrete. d. Discrete. CHAPTER 8 EXERCISE SOLUTIONS 8.3 a. 3/6 =

More information

Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7

Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7 Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7 Lew Davidson (Dr.D.) Mallard Creek High School Lewis.Davidson@cms.k12.nc.us 704-786-0470 Probability & Sampling The Practice of Statistics

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

8.1 Binomial Distributions

8.1 Binomial Distributions 8.1 Binomial Distributions The Binomial Setting The 4 Conditions of a Binomial Setting: 1.Each observation falls into 1 of 2 categories ( success or fail ) 2 2.There is a fixed # n of observations. 3.All

More information

Discrete Probability Distribution

Discrete Probability Distribution 1 Discrete Probability Distribution Key Definitions Discrete Random Variable: Has a countable number of values. This means that each data point is distinct and separate. Continuous Random Variable: Has

More information

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

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

More information

Probability Distributions. Definitions Discrete vs. Continuous Mean and Standard Deviation TI 83/84 Calculator Binomial Distribution

Probability Distributions. Definitions Discrete vs. Continuous Mean and Standard Deviation TI 83/84 Calculator Binomial Distribution Probability Distributions Definitions Discrete vs. Continuous Mean and Standard Deviation TI 83/84 Calculator Binomial Distribution Definitions Random Variable: a variable that has a single numerical value

More information

The binomial distribution

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

More information

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

Chapter 3 Discrete Random Variables and Probability Distributions

Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3 Discrete Random Variables and Probability Distributions Part 3: Special Discrete Random Variable Distributions Section 3.5 Discrete Uniform Section 3.6 Bernoulli and Binomial Others sections

More information

STT315 Chapter 4 Random Variables & Probability Distributions AM KM

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

More information

Sec$on 6.1: Discrete and Con.nuous Random Variables. Tuesday, November 14 th, 2017

Sec$on 6.1: Discrete and Con.nuous Random Variables. Tuesday, November 14 th, 2017 Sec$on 6.1: Discrete and Con.nuous Random Variables Tuesday, November 14 th, 2017 Discrete and Continuous Random Variables Learning Objectives After this section, you should be able to: ü COMPUTE probabilities

More information

Shifting our focus. We were studying statistics (data, displays, sampling...) The next few lectures focus on probability (randomness) Why?

Shifting our focus. We were studying statistics (data, displays, sampling...) The next few lectures focus on probability (randomness) Why? Probability Introduction Shifting our focus We were studying statistics (data, displays, sampling...) The next few lectures focus on probability (randomness) Why? What is Probability? Probability is used

More information

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

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

More information

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

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

Text Book. Business Statistics, By Ken Black, Wiley India Edition. Nihar Ranjan Roy

Text Book. Business Statistics, By Ken Black, Wiley India Edition. Nihar Ranjan Roy Text Book Business Statistics, By Ken Black, Wiley India Edition Coverage In this section we will cover Binomial Distribution Poison Distribution Hypergeometric Distribution Binomial Distribution It is

More information

CHAPTER 8 PROBABILITY DISTRIBUTIONS AND STATISTICS

CHAPTER 8 PROBABILITY DISTRIBUTIONS AND STATISTICS CHAPTER 8 PROBABILITY DISTRIBUTIONS AND STATISTICS 8.1 Distribution of Random Variables Random Variable Probability Distribution of Random Variables 8.2 Expected Value Mean Mean is the average value of

More information

Probability Distributions. Chapter 6

Probability Distributions. Chapter 6 Probability Distributions Chapter 6 McGraw-Hill/Irwin The McGraw-Hill Companies, Inc. 2008 GOALS Define the terms probability distribution and random variable. Distinguish between discrete and continuous

More information

Chapter 7: Random Variables

Chapter 7: Random Variables Chapter 7: Random Variables 7.1 Discrete and Continuous Random Variables 7.2 Means and Variances of Random Variables 1 Introduction A random variable is a function that associates a unique numerical value

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

Stat 211 Week Five. The Binomial Distribution

Stat 211 Week Five. The Binomial Distribution Stat 211 Week Five The Binomial Distribution Last Week E x E x = x p(x) = n p σ x = x μ x 2 p(x) We will see this again soon!! Binomial Experiment We have an experiment with the following qualities : 1.

More information

Binomial Random Variables. Binomial Random Variables

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

More information

Econ 250 Fall Due at November 16. Assignment 2: Binomial Distribution, Continuous Random Variables and Sampling

Econ 250 Fall Due at November 16. Assignment 2: Binomial Distribution, Continuous Random Variables and Sampling Econ 250 Fall 2010 Due at November 16 Assignment 2: Binomial Distribution, Continuous Random Variables and Sampling 1. Suppose a firm wishes to raise funds and there are a large number of independent financial

More information

Discrete Probability Distributions

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

More information

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

Chapter 3. Discrete Probability Distributions

Chapter 3. Discrete Probability Distributions Chapter 3 Discrete Probability Distributions 1 Chapter 3 Overview Introduction 3-1 The Binomial Distribution 3-2 Other Types of Distributions 2 Chapter 3 Objectives Find the exact probability for X successes

More information

Lecture 9: Plinko Probabilities, Part III Random Variables, Expected Values and Variances

Lecture 9: Plinko Probabilities, Part III Random Variables, Expected Values and Variances Physical Principles in Biology Biology 3550 Fall 2018 Lecture 9: Plinko Probabilities, Part III Random Variables, Expected Values and Variances Monday, 10 September 2018 c David P. Goldenberg University

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 6 McGraw-Hill/Irwin Copyright 2012 by The McGraw-Hill Companies, Inc. All rights reserved. Learning Objectives LO1 Identify the characteristics of a probability

More information

CHAPTER 7 RANDOM VARIABLES AND DISCRETE PROBABILTY DISTRIBUTIONS MULTIPLE CHOICE QUESTIONS

CHAPTER 7 RANDOM VARIABLES AND DISCRETE PROBABILTY DISTRIBUTIONS MULTIPLE CHOICE QUESTIONS CHAPTER 7 RANDOM VARIABLES AND DISCRETE PROBABILTY DISTRIBUTIONS MULTIPLE CHOICE QUESTIONS In the following multiple-choice questions, please circle the correct answer.. The weighted average of the possible

More information

S = 1,2,3, 4,5,6 occurs

S = 1,2,3, 4,5,6 occurs Chapter 5 Discrete Probability Distributions The observations generated by different statistical experiments have the same general type of behavior. Discrete random variables associated with these experiments

More information

Example 1: Identify the following random variables as discrete or continuous: a) Weight of a package. b) Number of students in a first-grade classroom

Example 1: Identify the following random variables as discrete or continuous: a) Weight of a package. b) Number of students in a first-grade classroom Section 5-1 Probability Distributions I. Random Variables A variable x is a if the value that it assumes, corresponding to the of an experiment, is a or event. A random variable is if it potentially can

More information

Binomal and Geometric Distributions

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

More information

12. THE BINOMIAL DISTRIBUTION

12. THE BINOMIAL DISTRIBUTION 12. THE BINOMIAL DISTRIBUTION Eg: The top line on county ballots is supposed to be assigned by random drawing to either the Republican or Democratic candidate. The clerk of the county is supposed to make

More information

12. THE BINOMIAL DISTRIBUTION

12. THE BINOMIAL DISTRIBUTION 12. THE BINOMIAL DISTRIBUTION Eg: The top line on county ballots is supposed to be assigned by random drawing to either the Republican or Democratic candidate. The clerk of the county is supposed to make

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 6 Copyright 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education. Learning

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

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions.

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions. ME3620 Theory of Engineering Experimentation Chapter III. Random Variables and Probability Distributions Chapter III 1 3.2 Random Variables In an experiment, a measurement is usually denoted by a variable

More information

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw MAS1403 Quantitative Methods for Business Management Semester 1, 2018 2019 Module leader: Dr. David Walshaw Additional lecturers: Dr. James Waldren and Dr. Stuart Hall Announcements: Written assignment

More information

Lecture 9. Probability Distributions. Outline. Outline

Lecture 9. Probability Distributions. Outline. Outline Outline Lecture 9 Probability Distributions 6-1 Introduction 6- Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7- Properties of the Normal Distribution

More information

Midterm Exam III Review

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

More information

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006 Chapter 7 Random Variables and Discrete Probability Distributions 7.1 Random Variables A random variable is a function or rule that assigns a number to each outcome of an experiment. Alternatively, the

More information

Mathematics of Randomness

Mathematics of Randomness Ch 5 Probability: The Mathematics of Randomness 5.1.1 Random Variables and Their Distributions A random variable is a quantity that (prior to observation) can be thought of as dependent on chance phenomena.

More information

Statistical Methods for NLP LT 2202

Statistical Methods for NLP LT 2202 LT 2202 Lecture 3 Random variables January 26, 2012 Recap of lecture 2 Basic laws of probability: 0 P(A) 1 for every event A. P(Ω) = 1 P(A B) = P(A) + P(B) if A and B disjoint Conditional probability:

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

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 6 McGraw-Hill/Irwin Copyright 2010 by The McGraw-Hill Companies, Inc. All rights reserved. GOALS 6-2 1. Define the terms probability distribution and random variable.

More information

Lecture 9. Probability Distributions

Lecture 9. Probability Distributions Lecture 9 Probability Distributions Outline 6-1 Introduction 6-2 Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7-2 Properties of the Normal Distribution

More information

Random Variables and Probability Functions

Random Variables and Probability Functions University of Central Arkansas Random Variables and Probability Functions Directory Table of Contents. Begin Article. Stephen R. Addison Copyright c 001 saddison@mailaps.org Last Revision Date: February

More information

Binomial distribution

Binomial distribution Binomial distribution Jon Michael Gran Department of Biostatistics, UiO MF9130 Introductory course in statistics Tuesday 24.05.2010 1 / 28 Overview Binomial distribution (Aalen chapter 4, Kirkwood and

More information

ECO220Y Introduction to Probability Readings: Chapter 6 (skip section 6.9) and Chapter 9 (section )

ECO220Y Introduction to Probability Readings: Chapter 6 (skip section 6.9) and Chapter 9 (section ) ECO220Y Introduction to Probability Readings: Chapter 6 (skip section 6.9) and Chapter 9 (section 9.1-9.3) Fall 2011 Lecture 6 Part 2 (Fall 2011) Introduction to Probability Lecture 6 Part 2 1 / 44 From

More information

CVE SOME DISCRETE PROBABILITY DISTRIBUTIONS

CVE SOME DISCRETE PROBABILITY DISTRIBUTIONS CVE 472 2. SOME DISCRETE PROBABILITY DISTRIBUTIONS Assist. Prof. Dr. Bertuğ Akıntuğ Civil Engineering Program Middle East Technical University Northern Cyprus Campus CVE 472 Statistical Techniques in Hydrology.

More information

Assignment 3 - Statistics. n n! (n r)!r! n = 1,2,3,...

Assignment 3 - Statistics. n n! (n r)!r! n = 1,2,3,... Assignment 3 - Statistics Name: Permutation: Combination: n n! P r = (n r)! n n! C r = (n r)!r! n = 1,2,3,... n = 1,2,3,... The Fundamental Counting Principle: If two indepndent events A and B can happen

More information

Discrete Random Variables

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

More information