2. Modeling Uncertainty

Size: px
Start display at page:

Download "2. Modeling Uncertainty"

Transcription

1 2. Modeling Uncertainty Models for Uncertainty (Random Variables): Big Picture We now move from viewing the data to thinking about models that describe the data. Since the real world is uncertain, our models must incorporate uncertainty. Sometimes we have a pretty good idea about what these models should look like, sometimes they are approximations to complicated real world phenomenon.

2 What exactly is probability? Definition of probability: The probability of a given outcome (say a head on the coin toss) is defined as the fraction of times that we observe that outcome over a very very large number of realized outcomes (tosses). This is called a frequentist definition of probability..9.8 Fraction of times heads Number of tosses 2

3 6 4 2 What do you think the return will be next year? Smaller sample we are less certain What do you think the return will be next year?

4 Let s think about the basics: What do we need for a simple model of uncertainty? A model needs to specify all the possible outcomes. A model needs to tell us the probability of each of the uncertain outcomes. We also require that only one outcome can occur at a time (mutually exclusive assumptions) The technical term for models that satisfy these assumptions is RANDOM VARIABLE (RV). Consider the simple coin tossing example There are two possible outcomes, heads and tails. It is convenient to use numbers to enumerate the possible outcomes. Lets call the outcomes for heads and for tails. 4

5 Here is our model for a single coin toss Outcome Probability.5.5 There are two possible outcomes, heads and tails. Probabilities are given. All possible outcomes listed. Finally, lets give it a name. Lets call this model X. Don t get confused. The random variable is not data! It is a list of outcomes and probabilities (a table) that satisfy our RV assumptions. It is a model even though the notation is similar to the last section of notes. 5

6 Giving the random variable a name is convenient. Here s what we can do: We can refer to the probability that we get the outcome heads as Pr(X=). This is shorthand notation for go to the table and find the probability of a (head). Similarly, the probability that we get the outcome tails is Pr(X=) So we can quickly summarize the model by saying X= corresponds to the outcome heads, X= corresponds to the outcome tails. Pr(X=)=.5 and Pr(X=)=.5 Obviously, we can easily handle the case of more than just two outcomes. Alternatively,if we have the model X for the coin toss we can make statements about what can happen and how often events should occur over the long run: The two possible outcomes are equally likely. Over the long run, if we tossed the coin over and over, we expect a 5% of the time. Probability is the long run frequency. How often it happens 6

7 Equivalently (and this will be crucial later) we have: If we toss the coin n times with n really big then, if n is the number of s n is the number of s then, n n Pr X.5 Pr X.5 n n The coin tossing was convenient to start with because we knew the true probabilities. More generally, we are in the setting where we don t know the true probabilities. Consider a group of mortgages. Some of these homes will default on their mortgage. What is the probability that a given household will default? 7

8 Defaults Here is some data for a group of households Default We record if default if no default Fraction of default occurrence =.2 Consider a new mortgage, not in our data set. What will happen? Let Y denote the outcome no default () default () We could think of Y as an uncertain quantity with: Pr(Y )?? Pr(Y )?? 8

9 Unlike the coin example, it is not so obvious what to use for the probabilities. In our sample we have 2% defaults. Does that mean the probability of a default =.2? In the coin tossing example if we toss a coin times, do we expect to get 5 exactly heads for sure? We can think of the sample frequency as an estimate of the true probability. The larger the sample the closer the estimate should be to the true probability. Our model for defaults requires a probability of a default. Later in the course we will use past data to get an estimate of the probability. How good is the estimate? How much data do we need? 9

10 More generally we can have more than two possible outcomes: Suppose that we have 5 homes. Let x be the number of homes that default out of the 5. The possible outcomes are that none default, default, 2 up to all 5. Assuming the probability is the same for each home (.2) we know the model. Here is the model: This is also called the probability distribution for the number of homes that default

11 Notation We use various notations for the probability that the random variable X takes on value x: P(X x), Pr(x), p (x), p(x) X In each case the meaning is the same: the probability that the random variable X takes the value x. Don t get confused here. Little x denotes a possible numeric outcome for the random variable X, got it? For random variables, we add probabilities together to get the probability of any one of those outcomes occurring. Pr( a X b) p( x) a x b Careful, this rule only works for probabilities of mutually exclusive events!

12 Here is the distribution (again) for the number of mortgage defaults in a pool of 5 homes when the probability any single home defaults is.2 (you ll see where these come from later). Probability Density Function Binomial with n = 5 and p =.2 x P( X = x) What s the probability of no defaults? What s the probability of 2 or less defaults? What s the probability Of more than 6 defaults? What is the probability of,,2,,5 defaults? 2

13 Example Suppose you are considering investing in an asset. Let R denote the return next month. We think of R as a random variable!!! R: r.5..5 p(r)..5.4 The probability that the return is greater than.5 is.9. Graphing Discrete Random Variables We can use a graph to see the distribution of an RV. Simply plot x vs p(x):.5.4 p(r) r.5 3

14 Some types of random variables are so common that they have names (i.e. Normal or Gaussian distribution, Binomial, etc ) Let s begin with one of the most simple and common, the Bernoulli. The Bernoulli Distribution A Bernoulli random variable is one in which there are only two outcomes. We refer to these as outcome and outcome. Sometimes we call this a dummy variable. This could refer to a yes or no answer. A person s gender. Whether or not the stock market goes up or down tomorrow. Whether a person favors a candidate. The outcome of a coin toss etc 4

15 It s a whole family. We just need to give the probability of a (the probability of is ( Pr()). If X is a Bernoulli(p) then Outcome Probability ( p) p So our model for whether or not a household defaults is a Bernoulli model. We would say the probability of a house defaulting is Bernoulli(.2). This means: Default Probability

16 2.3 Joint models Many interesting modeling questions involve relationships between random outcomes. For example, consider the Home Affordable Refinance Program (HARP) Introduced in March 29, HARP enables borrowers with little or no equity to refinance into more affordable mortgages without new or additional mortgage insurance. HARP targets borrowers with loan to value (LTV) ratios equal to or greater than 8 percent and who have limited delinquencies over the 2 months prior to refinancing. Whether or not the program is extended is clearly related to the likelihood that a home defaults next year. Another example: there might be a relationship between bond price movements and stock price movements on the same day. If the bond market goes up tomorrow that might be related to what happens in the stock market. Clearly, a model for just the bond price moves and another model for just the stock price moves will not help us examine these types of relationships. We need something new. 6

17 How do we write down joint (bivariate) models for two variables? In the simple one variable case we wrote down the possible outcomes and the corresponding probabilities to get a model for the variable. We give the bivariate probability distribution of a pair of random variables by:. Listing out all the possible pairs (combinations) of values for both variables. 2. For each pair we give a probability. The sum of the probabilities over all pairs =. Notation: p(x,y) Pr(X x and Y y) The joint bivariate probabilities of X and Y is specified by the numbers pxy (, ) for all possible x and y. 7

18 Example Let X be the result of tossing a coin (=H, =T). Let Y be the result from a second coin. Then the joint distribution of X and Y is given by this table (x,y) p(x,y) (,).25 (,).25 (,).25 (,).25. We simply list out all possibilities for the pair and give each one a probability. A alternative way to display the joint model is: X Y We have a two way table where each spot in the table corresponds to a possible (x,y) pair. At each spot we give the prob of the corresponding pair 8

19 Example Let X and Y be returns on two different assets. What does this table say about the relationship between X and Y. What is the prob that they are equal? Y X 5% % 5% 5%..7.7 % % p p XY, XY, (. 5,. 5). (. 5,. ). 3 Example Let X and Y be returns on two different assets. What does this table say about the relationship between X and Y. What is the prob that they are equal? Y X 5% % 5% 5%..7.7 % % p p XY, XY, (. 5,. 5). (. 5,. ). 3 9

20 NB Probability still means the same thing! X We expect to see the pair (X,Y)=(.,.) 3% of the time. Y 5% % 5% % 5% % How do we go from the joint model back to the model for X and the model for Y? If we know the joint model of X and Y, we know how likely it is to see any given pair of x and y. From this, we should be able to figure out how likely we are to see an outcome for just x or just y, right? That is, if we know p XY (x,y) We ought to be able to figure out p X (x) and p Y (y) 2

21 Example X 5% % 5% Y 5% % 5% What is p X (.5)? p X (.5) p XY (.5,.5) p XY (.5,.) p XY (.5,.5) Example X 5% % 5% Y What is p X (.5)? 5% % 5% p X (.5) p XY (.5,.5) p XY (.5,.) p XY (.5,.5) 2

22 The Marginal Distributions Given the joint distribution of X and Y defined by p XY (x,y) the marginal distribution of X and Y are given by, p X XY(x,y) all y p (x) p Y XY(x,y) all x (y) p That is, just take row sums and column sums! Example Y 5% % 5% p X (x) X 5% % 5% p Y (y)

23 Example What are the marginals? X Y marginally, both X and Y have the Bernoulli distribution with p=.5: X~Bernoulli(.5), Y~Bernoulli(.5) 2.5 Conditional Probabilities Let D denote whether a HARP eligible home defaults ( is default and is no default). Let H denote whether a HARP eligible home took advantage of HARP ( is yes and is no) Here is the joint probability table: H D

24 H D It s a little harder to read the relationship directly off the numbers here. We need a way of describing the dependence. Conditional probabilities do this by answering the question: If you know the outcome for one variable (say whether or not the home took advantage of HARP), how does that change the probabilities associated with the other variable? Consider the question If the home took advantage of HARP, what is the chance that the home defaults? To see the answer to this question suppose there are, homes. In this case, we know the number of homes that fall in each of the four categories (we just multiply the probability times the total number of homes). H D

25 How many homes took advantage of HARP Ans: 2 Out of the homes that took advantage, what fraction defaulted? Ans: 8/2=.5% H D H D So, out of the 2 homes that took advantage, only 8 defaulted or.5% This is the same as asking out.2 fraction of the homes that took advantage of HARP, what fraction of those homes defaulted? Ans:.8/.2=.5% 25

26 In general, for random variables X and Y,we ask, what is Pr(Y=y) given we know X=x. Out of the times X=x, what fraction also have Y=y? Mathematically this looks like: p XY(x,y) p (x) X Joint probability = how often we get X=x and Y=y how often we get X=x Marginal probability Conditional probability and Conditional Distributions We just answered the question what is the probability a home defaults, given that it took advantage of HARP. We could also calculate the probability that house doesn t default given that it took advantage of HARP. This will give us the model for defaults given the home took advantage of HARP. We call this a conditional distribution or conditional model for default given the home took advantage of HARP. 26

27 This conditional model is denoted using a vertical bar Notation YX x is sometimes used as a symbol for the conditional distribution of Y give X=x. The conditional distribution is the model we use for Y given X=x This is different but could be compared to the unconditional distribution of Y, that is, the model we use for Y when we are not told what happened for x. H D D Pr(D H=) Marginal or unconditional distribution of default Conditional distribution of given home takes HARP Interpretation: If a home took HARP, there is a.5% chance the home defaults. Of all HARP eligible homes, there is a 2.98% chance of default. Notice that the conditional distribution is a real distribution that sums to one. It is the distribution of default given the home took HARP. 27

28 Example X 5% % 5% p Y (y) Y 5% % 5% p X (x) What is Y X=.5? What is Y X=.5? y.5..5 p(y.5) y.5..5 p(y.5) Independence In our HARP example, did knowing that a home took advantage of HARP change the default probability? YES This makes us think they have something to do with each other. Learning X=x, changed our probabilities for Y. There was information in X=x about Y. 28

29 In general, given two random variables, our beliefs about the probability of Y may or may not change when we learn of the outcome for X! Consider the joint distribution of whether stocks go up or down today S i and whether stocks go up or down tomorrow S i+ : S i S i What is the dist of S i+ given S i =? S i+ p(s i+ ).25/.5 =.5.25/.5 =.5 What is the dist of S i+ given S i =? S i+ p(s i+ ).25/.5 =.5.25/.5 =.5 S i+ S i What is the marginal p(s i+ )? S i+ p(s i+ ) = =.5 29

30 Wow! All three of p(s i+ ), p(s i+ ), and p(s i+ ) are the same! What does this mean? The probability that stocks go up tomorrow is not changed when we find out if stocks went up or down today. There is no information in up or down stock price moves today about whether stocks go up or down tomorrow. They have nothing to do with each other! When two thing have nothing to do with each other like this we say they are independent. 3

31 Independence Let X and Y be discrete random variables. If pyx ( y x) py( y) for all x,y we say the random variables are independent. An equivalent definition of Independence Suppose X and Y are independent. Then, p ( y) p ( y x) Y Y X pxy(, x y) p ( x) X so, p (, x y) p () y p () x XY Y X The joint is the product of the marginals. Example the two coins again: X Y

32 Example X 5% % 5% p Y (y) Clearly, X and Y Y are not independent in this example! 5% % 5% p X (x) What is Y X=.5? What is Y X=.5? y.5..5 p(y.5) y.5..5 p(y.5) A useful modeling tricks. We have: p YX ( y x) pxy ( x, y) p ( x) There are three probabilities in the above relationship: pyx ( y x ), px ( x ), and pxy ( x, y) Given any two we can recover the third. For example, if we have a model for the marginal and a model for the conditional, we can recover the joint as p ( x, y) p ( y x) p ( x) XY Y X X X 32

33 A similar result holds for more than two variables: p( X, X, X ) p X p X X p X X, X This is a nice way to model time series data.,x,..., X X,...,..., P X P X P X P X X X P X X X X 2 T T 2 T P Xt X, X2..., Xt is the distribution of X t given the past. If I know this, knowledge of past values of x tells us what the distribution of the next value X is. So this says that we should be able to figure out the probability of the sequence X, X 2,,X T if we just knew all the conditionals on the right hand side. This doesn t seem easier, but with some additional assumptions it can be! Lets consider a couple of special cases of the dependence structure. The idd model The Markovian model. 33

34 2.8 A special case: The IID Model Let s consider the case of three variables, X, X 2, and X 3 that denote the outcomes of three consecutive coin tosses. The marginal (or unconditional) distribution for each coin toss is a Bernoulli(.5) We also know the coin tosses are independent so that the model for any one coin toss is not dependent on what happened on the other coin tosses. P(X 3 X 2,X )=P(X 3 ) So each outcome has the same probability model (always a.5 chance of a head and.5 chance of a tail) Each outcome is independent (these are coin tosses!) from one and other. 34

35 Consider the case of 2 coin tosses To model how we think about the coins we have: X ~ Bernoull(.5) X 2 ~ Bernoull(.5) and X is independent of X 2 We say the two X s are independent and identically distributed, X i ~Bernoull(.5) They are iid independent (the first i) identically distributed (the id) 35

36 To model the tossing of n coins: Let X i denote the outcome of the i th coin, i=,2,...n We say the X i are iid. The outcome for each coin is independent of the outcome for all the others. For each coin X i ~ Bernoulli(.5) Suppose you get heads in a row. What is the prob the next one is a head? 36

37 iid Random Variables In general if we say X, X, 2 X n are iid, we mean that each is independent of all the others, and they each have the same probability distribution. Notice that the X i can follow Special about the Bernoulli! model, there is nothing Remember, the rv s refer to the possible outcomes before they happen. The rv s describe what can happen and the probability tells us how likely each outcome is. Alternatively, we can observe data or the outcome or realization of a r.v. Sometimes we refer to iid data as draws from an iid r.v. 37

38 Example Suppose we consider whether or not mortgages default. X i X i if the i th mortgage defaults if the i th mortgage doesn t default To say the X s are iid Bernoull(.) Says a lot. It can be a way to summarize what you have seen: the numbers we have already seen look like draws from the common distribution Default and it can tell us what we expect to see in the future (if things don t change of course). We are using the idea of iid rv s as a model for something in the real world. 38

39 Example How do you think about tosses of a die? Let Y i denote the outcome for the i th toss. The Y s are iid with, y p(y) for each die draws could look like this: tosses Index Example Stock price moves Series equals if up and if down

40 C5Does this data Example. look iid?.5. Index Does this data look iid? Intuitively the iid model is meant to describe numbers that (i ) have no pattern, are random (_id) but, over the long haul, the probs of the distribution tell you how often certain values (or sets of values) occur. There is no pattern to coin tosses, but over the long haul you get about half heads. 4

41 What is the probability of a given sequence of outcomes for the iid model? Let s go back to our modeling approach of last section and ask what happened to the following expression if the X s are iid. P X, X2,..., XN P X P X2 X P X3 X, X2... P XN X, X2..., XN Since the X s are independent, the conditional probabilities are just the unconditional: etc P X2 X P X2 P X3 X, X2 P X3 So P X, X,..., X P X P X... P X 2 N 2 N OK, so the X s are iid and therefore they are independent. In this case: P X, X2,..., XN P X P X2... P XN Since they are iid they all have the same probability models. That is, the model for X is the same as the model for X 2 and so on. They are all Bernoulli(.5). 4

42 What is the chance of getting a head followed by 2 tails on three tosses of a coin? P X, X, X P X X X.5*.5* X i ~ Bernoull(.5) What is the chance of getting 2 heads followed by 2 tails? If mortgage defaults are iid Bernoulli(.2), what is the chance of the first 5 not defaulting and the 6 th mortgage defaulting?,,,,, P X X X X X X

43 A special case (non iid): the Markovian Model A simple time series model might say that Y t depends only on the most recent Y t, but not any others. In this case we have: PYY, 2,..., YN PY PY 2 Y PY 3 YY, 2... PY N YY, 2..., YN becomes PYY, 2,..., YN PY PY 2 Y PY 3 Y2... PY N YN If it is the case that P Yi Yi is the same for all i then we only need to specify a model for P Yi Yi in order go get PYY, 2,..., YN Example: Let Y i be an indicator for whether the i th trade is buyer or seller initiated. Y i = denotes buyer and Y i = denotes seller initiated. We might be able to model it as Markovian. Will there be persistence in the process, i.e. will a buy tell you something different about the next trade than a sell? 43

44 y P(y) y P(y i y i =) y P(y i y i =) Then, for example, P Y, Y2, Y3, Y4.5*(2/3)*(/3)*(2/3) We could figure out the probability of any sequence of outcomes! 2.9 Models and Formulas We often use mathematical formulas to describe how numerical quantities are related. We can do this with our models as well. Example Suppose you are playing a game where you toss a coin and win $ if it comes up heads and lose $ if it comes up tails. Let W denote your winnings. 44

45 What is the distribution of W? w: p(w):.5.5 We can represent this in another way using the Bernoulli distribution. Let X~Bernoulli(.5). W = + 2 X Whatever X turns out to be, the formula gives the W. Example Let R be your uncertain return. Suppose you invest $ thousand. How is your end of period wealth related to R? Example Suppose you toss two coins: X and X 2 ~ Bernoulli(.5) iid. Let Y = X + X 2. What does Y mean? 45

46 2. The Binomial Distribution We have seen how these probability models can be used to think about coin tosses, die tosses, and defects. We use probability to model a wide variety of phenomena in the real world. There are many type of distributions that are useful for various situations. Our most basic type of distribution is the Bernoulli. In the section we learn about the Binomial. In the next section, we will consider additional models. Let X, X 2,,X n denote n iid Bernoulli(p) random variables Let Y X X X X 2 What does Y mean? n n i i) You try something n times (X i denotes the i th outcome) ii) Each time you have the same chance p of success (X i is one for a success and zero for a failure) iii) Each time you try your probability of a success does not depend on any of the other outcomes. iv) Y simply counts the number of successes in n tries. i 46

47 Binomial Distribution The binomial distribution is the probability distribution for the total number of successes: Y X X X X 2 Example: What is the probability of succeeding 4 times in 5 (independent) tries when the probability of a success on any given try is.3 (p=.3, n=5)? The Binomial distribution answers this question. n n i i More examples How many heads do I get when I toss a coin times? If Kobe Bryant makes 82 percent of his free throw shots how many does he make in attempts (assuming the outcomes are independent!). 47

48 Suppose n=2: (x,x 2 ) p(x,x 2 ) y (,).25 (,).25 (,).25 (,).25 2 X 2 X Suppose X, X 2, X n are iid Bernoulli(p). Then Y X X2 X n Has the Binomial distribution with parameters n and p. We write: Y ~ B(n, p) X i tells you whether it happened on the i th trial. Y is the total number of times it happened out of n trials. 48

49 There is a formula giving the binomial probabilities: n! y n y py ( y) p ( p) y,,2, n ( n y)! y! Probability of getting number of ways to y successes on n tries get y successes on (one way only) n tries. where n! = n(n )(n 2)(n 3)...(3)(2)(). Example B(,.2) B(,.5) B(,.8).3.2 pp2.. 5 y 49

50 Example A firm was being sued for sexual discrimination. As a (small) part of the evidence the following data was used. Each point corresponds to a firm in the same industry. The x axis give the number of partners. The y axis gives the number of female partners. yy nn 9 This point corresponds to the firm in question. Clearly the point corresponding to the firm looks unusual. How can we quantify this? If whether a partner is male or female is iid Bernoulli(p) then the total number of female partners at the i th firm should be B(n i,p) where n i is the number of partners at the i th firm. 5

51 What should we use for p? Not counting the firm in question, 7% of partners are female. Let s estimate p=.7. (But, we could be wrong!!) y p(y) pyf p(y) for Y~B(85,.7) yf Under our assumptions, the prob of having female partners at the firm with 85 partners is

52 2. Another non iid Model, the Random Walk At left is a plot of the price of a stock. The price is recorded every time it changes. Each price change is one tick which in this case is Does this data look iid?? The trick here is to look at the price changes: D P P t=2,3,4,... t t t The D t look i.i.d. with Pr(D t =.)=.55 Pr(D t =.)=.45 52

53 What is p(p p,p, p ) t t t? Our model is, P P D with D t+ : t t t d p(d) and the D's are iid. What is the conditional probability distribution of P t+ P t =p t? P t+ : p t+ p(p t+ p t ) p t..45 p t Given our model, how would you predict the next price? The last price in the series is.2. 53

54 Data that kind of wanders can often be modeled as a random walk. P P D t t t where the D s look iid from some distribution. The next value is the current value plus a random increment. 54

A useful modeling tricks.

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

More information

Section 0: Introduction and Review of Basic Concepts

Section 0: Introduction and Review of Basic Concepts Section 0: Introduction and Review of Basic Concepts Carlos M. Carvalho The University of Texas McCombs School of Business mccombs.utexas.edu/faculty/carlos.carvalho/teaching 1 Getting Started Syllabus

More information

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

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

More information

Business Statistics 41000: Probability 4

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

More information

The Binomial Distribution

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

More information

Chapter 14. From Randomness to Probability. Copyright 2010 Pearson Education, Inc.

Chapter 14. From Randomness to Probability. Copyright 2010 Pearson Education, Inc. Chapter 14 From Randomness to Probability Copyright 2010 Pearson Education, Inc. Dealing with Random Phenomena A random phenomenon is a situation in which we know what outcomes could happen, but we don

More information

The Binomial Distribution

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

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

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

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

More information

MA 1125 Lecture 14 - Expected Values. Wednesday, October 4, Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Wednesday, October 4, Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Wednesday, October 4, 27 Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

More information

4: Probability. Notes: Range of possible probabilities: Probabilities can be no less than 0% and no more than 100% (of course).

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

More information

CPS-111:Tutorial 6. Discrete Probability II. Steve Gu Feb 22, 2008

CPS-111:Tutorial 6. Discrete Probability II. Steve Gu Feb 22, 2008 CPS-111:Tutorial 6 Discrete Probability II Steve Gu Feb 22, 2008 Outline Joint, Marginal, Conditional Bayes Rule Bernoulli Binomial Part I: Joint, Marginal, Conditional Probability Joint Probability Let

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

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

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

More information

Statistics 511 Additional Materials

Statistics 511 Additional Materials Discrete Random Variables In this section, we introduce the concept of a random variable or RV. A random variable is a model to help us describe the state of the world around us. Roughly, a RV can be thought

More information

E509A: Principle of Biostatistics. GY Zou

E509A: Principle of Biostatistics. GY Zou E509A: Principle of Biostatistics (Week 2: Probability and Distributions) GY Zou gzou@robarts.ca Reporting of continuous data If approximately symmetric, use mean (SD), e.g., Antibody titers ranged from

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

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

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

More information

The Binomial Distribution

The Binomial Distribution AQR Reading: Binomial Probability Reading #1: The Binomial Distribution A. It would be very tedious if, every time we had a slightly different problem, we had to determine the probability distributions

More information

STA 6166 Fall 2007 Web-based Course. Notes 10: Probability Models

STA 6166 Fall 2007 Web-based Course. Notes 10: Probability Models STA 6166 Fall 2007 Web-based Course 1 Notes 10: Probability Models We first saw the normal model as a useful model for the distribution of some quantitative variables. We ve also seen that if we make a

More information

Discrete Random Variables

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

More information

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

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

More information

CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS

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

More information

Prof. Thistleton MAT 505 Introduction to Probability Lecture 3

Prof. Thistleton MAT 505 Introduction to Probability Lecture 3 Sections from Text and MIT Video Lecture: Sections 2.1 through 2.5 http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041-probabilistic-systemsanalysis-and-applied-probability-fall-2010/video-lectures/lecture-1-probability-models-and-axioms/

More information

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

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

More information

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

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

More information

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

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

More information

Simple Random Sample

Simple Random Sample Simple Random Sample A simple random sample (SRS) of size n consists of n elements from the population chosen in such a way that every set of n elements has an equal chance to be the sample actually selected.

More information

5.2 Random Variables, Probability Histograms and Probability Distributions

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

More information

Binomial Random Variables. Binomial Random Variables

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

More information

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

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

More information

The topics in this section are related and necessary topics for both course objectives.

The topics in this section are related and necessary topics for both course objectives. 2.5 Probability Distributions The topics in this section are related and necessary topics for both course objectives. A probability distribution indicates how the probabilities are distributed for outcomes

More information

The following content is provided under a Creative Commons license. Your support

The following content is provided under a Creative Commons license. Your support MITOCW Recitation 6 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make

More information

MATH1215: Mathematical Thinking Sec. 08 Spring Worksheet 9: Solution. x P(x)

MATH1215: Mathematical Thinking Sec. 08 Spring Worksheet 9: Solution. x P(x) N. Name: MATH: Mathematical Thinking Sec. 08 Spring 0 Worksheet 9: Solution Problem Compute the expected value of this probability distribution: x 3 8 0 3 P(x) 0. 0.0 0.3 0. Clearly, a value is missing

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

Understanding the Binomial Distribution. Introduction

Understanding the Binomial Distribution. Introduction Understanding the Binomial Distribution Introduction The purpose of this note is to give you insight into the Binomial Distribution: context, analysis, and calculations. What I think is difficult when

More information

MA : Introductory Probability

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

More information

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

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

More information

STAT Mathematical Statistics

STAT Mathematical Statistics STAT 6201 - Mathematical Statistics Chapter 3 : Random variables 5, Event, Prc ) Random variables and distributions Let S be the sample space associated with a probability experiment Assume that we have

More information

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

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

More information

Normal Approximation to Binomial Distributions

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

More information

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

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

More information

Math 361. Day 8 Binomial Random Variables pages 27 and 28 Inv Do you have ESP? Inv. 1.3 Tim or Bob?

Math 361. Day 8 Binomial Random Variables pages 27 and 28 Inv Do you have ESP? Inv. 1.3 Tim or Bob? Math 361 Day 8 Binomial Random Variables pages 27 and 28 Inv. 1.2 - Do you have ESP? Inv. 1.3 Tim or Bob? Inv. 1.1: Friend or Foe Review Is a particular study result consistent with the null model? Learning

More information

6.042/18.062J Mathematics for Computer Science November 30, 2006 Tom Leighton and Ronitt Rubinfeld. Expected Value I

6.042/18.062J Mathematics for Computer Science November 30, 2006 Tom Leighton and Ronitt Rubinfeld. Expected Value I 6.42/8.62J Mathematics for Computer Science ovember 3, 26 Tom Leighton and Ronitt Rubinfeld Lecture otes Expected Value I The expectation or expected value of a random variable is a single number that

More information

Unit 4 The Bernoulli and Binomial Distributions

Unit 4 The Bernoulli and Binomial Distributions PubHlth 540 Fall 2013 4. Bernoulli and Binomial Page 1 of 21 Unit 4 The Bernoulli and Binomial Distributions If you believe in miracles, head for the Keno lounge - Jimmy the Greek The Amherst Regional

More information

Review. What is the probability of throwing two 6s in a row with a fair die? a) b) c) d) 0.333

Review. What is the probability of throwing two 6s in a row with a fair die? a) b) c) d) 0.333 Review In most card games cards are dealt without replacement. What is the probability of being dealt an ace and then a 3? Choose the closest answer. a) 0.0045 b) 0.0059 c) 0.0060 d) 0.1553 Review What

More information

Stat511 Additional Materials

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

More information

Lean Six Sigma: Training/Certification Books and Resources

Lean Six Sigma: Training/Certification Books and Resources Lean Si Sigma Training/Certification Books and Resources Samples from MINITAB BOOK Quality and Si Sigma Tools using MINITAB Statistical Software A complete Guide to Si Sigma DMAIC Tools using MINITAB Prof.

More information

Expectation Exercises.

Expectation Exercises. Expectation Exercises. Pages Problems 0 2,4,5,7 (you don t need to use trees, if you don t want to but they might help!), 9,-5 373 5 (you ll need to head to this page: http://phet.colorado.edu/sims/plinkoprobability/plinko-probability_en.html)

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

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

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

More information

Chapter 5. Sampling Distributions

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

More information

Business Statistics Midterm Exam Fall 2013 Russell

Business Statistics Midterm Exam Fall 2013 Russell Name SOLUTION Business Statistics Midterm Exam Fall 2013 Russell Do not turn over this page until you are told to do so. You will have 2 hours to complete the exam. There are a total of 100 points divided

More information

What do you think "Binomial" involves?

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

More information

Finance 527: Lecture 35, Psychology of Investing V2

Finance 527: Lecture 35, Psychology of Investing V2 Finance 527: Lecture 35, Psychology of Investing V2 [John Nofsinger]: Welcome to the second video for the psychology of investing. In this one, we re going to talk about overconfidence. Like this little

More information

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

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

More information

The Binomial Lattice Model for Stocks: Introduction to Option Pricing

The Binomial Lattice Model for Stocks: Introduction to Option Pricing 1/33 The Binomial Lattice Model for Stocks: Introduction to Option Pricing Professor Karl Sigman Columbia University Dept. IEOR New York City USA 2/33 Outline The Binomial Lattice Model (BLM) as a Model

More information

Chapter 4 and 5 Note Guide: Probability Distributions

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

More information

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 23

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 23 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 23 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare

More information

The Binomial Lattice Model for Stocks: Introduction to Option Pricing

The Binomial Lattice Model for Stocks: Introduction to Option Pricing 1/27 The Binomial Lattice Model for Stocks: Introduction to Option Pricing Professor Karl Sigman Columbia University Dept. IEOR New York City USA 2/27 Outline The Binomial Lattice Model (BLM) as a Model

More information

Business Statistics Midterm Exam Fall 2013 Russell

Business Statistics Midterm Exam Fall 2013 Russell Name Business Statistics Midterm Exam Fall 2013 Russell Do not turn over this page until you are told to do so. You will have 2 hours to complete the exam. There are a total of 100 points divided into

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

4.1 Probability Distributions

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

More information

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract Basic Data Analysis Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, 2013 Abstract Introduct the normal distribution. Introduce basic notions of uncertainty, probability, events,

More information

Chapter 5: Discrete Probability Distributions

Chapter 5: Discrete Probability Distributions Chapter 5: Discrete Probability Distributions Section 5.1: Basics of Probability Distributions As a reminder, a variable or what will be called the random variable from now on, is represented by the letter

More information

Probability Binomial Distributions. SOCY601 Alan Neustadtl

Probability Binomial Distributions. SOCY601 Alan Neustadtl Probability Binomial Distributions SOCY601 Alan Neustadtl In the 1870s, Sir Francis Galton created a device he called a quincunx for studying probability. The device was made up of a vertical board with

More information

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

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

More information

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

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

Descriptive Statistics (Devore Chapter One)

Descriptive Statistics (Devore Chapter One) Descriptive Statistics (Devore Chapter One) 1016-345-01 Probability and Statistics for Engineers Winter 2010-2011 Contents 0 Perspective 1 1 Pictorial and Tabular Descriptions of Data 2 1.1 Stem-and-Leaf

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

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

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

More information

Section 2: Estimation, Confidence Intervals and Testing Hypothesis

Section 2: Estimation, Confidence Intervals and Testing Hypothesis Section 2: Estimation, Confidence Intervals and Testing Hypothesis Carlos M. Carvalho The University of Texas at Austin McCombs School of Business http://faculty.mccombs.utexas.edu/carlos.carvalho/teaching/

More information

Chapter 5 Discrete Probability Distributions Emu

Chapter 5 Discrete Probability Distributions Emu CHAPTER 5 DISCRETE PROBABILITY DISTRIBUTIONS EMU PDF - Are you looking for chapter 5 discrete probability distributions emu Books? Now, you will be happy that at this time chapter 5 discrete probability

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

***SECTION 8.1*** The Binomial Distributions

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

More information

Discrete Random Variables and Probability Distributions

Discrete Random Variables and Probability Distributions Chapter 4 Discrete Random Variables and Probability Distributions 4.1 Random Variables A quantity resulting from an experiment that, by chance, can assume different values. A random variable is a variable

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

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

Section 5.6 Factoring Strategies

Section 5.6 Factoring Strategies Section 5.6 Factoring Strategies INTRODUCTION Let s review what you should know about factoring. (1) Factors imply multiplication Whenever we refer to factors, we are either directly or indirectly referring

More information

Chapter 5. Discrete Probability Distributions. McGraw-Hill, Bluman, 7 th ed, Chapter 5 1

Chapter 5. Discrete Probability Distributions. McGraw-Hill, Bluman, 7 th ed, Chapter 5 1 Chapter 5 Discrete Probability Distributions McGraw-Hill, Bluman, 7 th ed, Chapter 5 1 Chapter 5 Overview Introduction 5-1 Probability Distributions 5-2 Mean, Variance, Standard Deviation, and Expectation

More information

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.3 Binomial and Geometric Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers 6.3 Reading Quiz (T or F) 1.

More information

Statistics and Probability

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

More information

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

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

More information

List of Online Quizzes: Quiz7: Basic Probability Quiz 8: Expectation and sigma. Quiz 9: Binomial Introduction Quiz 10: Binomial Probability

List of Online Quizzes: Quiz7: Basic Probability Quiz 8: Expectation and sigma. Quiz 9: Binomial Introduction Quiz 10: Binomial Probability List of Online Homework: Homework 6: Random Variables and Discrete Variables Homework7: Expected Value and Standard Dev of a Variable Homework8: The Binomial Distribution List of Online Quizzes: Quiz7:

More information

variance risk Alice & Bob are gambling (again). X = Alice s gain per flip: E[X] = Time passes... Alice (yawning) says let s raise the stakes

variance risk Alice & Bob are gambling (again). X = Alice s gain per flip: E[X] = Time passes... Alice (yawning) says let s raise the stakes Alice & Bob are gambling (again). X = Alice s gain per flip: risk E[X] = 0... Time passes... Alice (yawning) says let s raise the stakes E[Y] = 0, as before. Are you (Bob) equally happy to play the new

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Lecture 7 (MWF) Analyzing the sums of binary outcomes Suhasini Subba Rao Introduction Lecture 7 (MWF)

More information

EXERCISES ACTIVITY 6.7

EXERCISES ACTIVITY 6.7 762 CHAPTER 6 PROBABILITY MODELS EXERCISES ACTIVITY 6.7 1. Compute each of the following: 100! a. 5! I). 98! c. 9P 9 ~~ d. np 9 g- 8Q e. 10^4 6^4 " 285^1 f-, 2 c 5 ' sq ' sq 2. How many different ways

More information

Module 4: Probability

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

More information

We use probability distributions to represent the distribution of a discrete random variable.

We use probability distributions to represent the distribution of a discrete random variable. Now we focus on discrete random variables. We will look at these in general, including calculating the mean and standard deviation. Then we will look more in depth at binomial random variables which are

More information

Chapter 3 Class Notes Intro to Probability

Chapter 3 Class Notes Intro to Probability Chapter 3 Class Notes Intro to Probability Concept: role a fair die, then: what is the probability of getting a 3? Getting a 3 in one roll of a fair die is called an Event and denoted E. In general, Number

More information

Statistics Chapter 8

Statistics Chapter 8 Statistics Chapter 8 Binomial & Geometric Distributions Time: 1.5 + weeks Activity: A Gaggle of Girls The Ferrells have 3 children: Jennifer, Jessica, and Jaclyn. If we assume that a couple is equally

More information

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

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

More information

ECO155L19.doc 1 OKAY SO WHAT WE WANT TO DO IS WE WANT TO DISTINGUISH BETWEEN NOMINAL AND REAL GROSS DOMESTIC PRODUCT. WE SORT OF

ECO155L19.doc 1 OKAY SO WHAT WE WANT TO DO IS WE WANT TO DISTINGUISH BETWEEN NOMINAL AND REAL GROSS DOMESTIC PRODUCT. WE SORT OF ECO155L19.doc 1 OKAY SO WHAT WE WANT TO DO IS WE WANT TO DISTINGUISH BETWEEN NOMINAL AND REAL GROSS DOMESTIC PRODUCT. WE SORT OF GOT A LITTLE BIT OF A MATHEMATICAL CALCULATION TO GO THROUGH HERE. THESE

More information

Module 3: Sampling Distributions and the CLT Statistics (OA3102)

Module 3: Sampling Distributions and the CLT Statistics (OA3102) Module 3: Sampling Distributions and the CLT Statistics (OA3102) Professor Ron Fricker Naval Postgraduate School Monterey, California Reading assignment: WM&S chpt 7.1-7.3, 7.5 Revision: 1-12 1 Goals for

More information

Probability and Statistics. Copyright Cengage Learning. All rights reserved.

Probability and Statistics. Copyright Cengage Learning. All rights reserved. Probability and Statistics Copyright Cengage Learning. All rights reserved. 14.3 Binomial Probability Copyright Cengage Learning. All rights reserved. Objectives Binomial Probability The Binomial Distribution

More information

Binomial Coefficient

Binomial Coefficient Binomial Coefficient This short text is a set of notes about the binomial coefficients, which link together algebra, combinatorics, sets, binary numbers and probability. The Product Rule Suppose you are

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

Chapter 6 Probability

Chapter 6 Probability Chapter 6 Probability Learning Objectives 1. Simulate simple experiments and compute empirical probabilities. 2. Compute both theoretical and empirical probabilities. 3. Apply the rules of probability

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Suhasini Subba Rao The binomial: mean and variance Recall that the number of successes out of n, denoted

More information