A useful modeling tricks.

Size: px
Start display at page:

Download "A useful modeling tricks."

Transcription

1 .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 for three (or more) variables by specifying the probabilities of combinations of outcomes. i.e. for the outcome of three coin tosses, the probabilities for any of the 8 possible triplet of combinations would be /8. A useful modeling tricks. We have: p YX ( y x) pxy ( x, y) p ( x) X There are three probabilities in the above relationship: pyx ( y x ), p ( x ), and p ( xy, ) 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 pxy ( x, y) py X ( y x) px ( x) X XY

2 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 T T T P Xt X, X..., Xt is the model for 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,,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.

3 .8 A special case: The IID Model Remember our basic coin tossing example.. We think of each toss as an outcome from the model: coin.5. Index P(X=)=.5 P(X=)=.5 (or X~Bernoulli(.5)) 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.

4 Consider the case of coin tosses To model how we think about the coins we have: X ~ Bernoull(.5) X ~ Bernoull(.5) and X is independent of X 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) 4

5 To model the tossing of n coins: Let X i denote the outcome of the i th coin, i=,,...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) iid Random Variables In general if we say X, X, 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 5

6 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. 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. 6

7 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. 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

8 C5Does this data Example Stock price moves Series equals if up and if down Example. look iid?.5. Index 5 5 Does this data look iid?

9 Intuitively the iid model is meant to describe numbers that (i ) have no pattern, are random (_id) but, over the long haul, the probabilities 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. 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 X X P X P X X P X X X P X X X X N T N Since the X s are independent, the conditional probabilities are just the unconditional: P X X P X P X etc X, X P X So P X, X,..., X P X P X... P X N N 9

10 OK, so the X s are iid so the first I means they are independent. In this case:,,...,... P X X X P X P X P X N Since they are iid the id part means we use the same probability table for each X i. That is, the model for X is the same as the model for X and so on. They are all Bernoulli(.5). N What is the chance of getting a head followed by tails on three tosses of a coin? P X, X, X P X X X.5*.5*.5 X i ~ Bernoull(.5) What is the chance of getting heads followed by tails?

11 If mortgage defaults are iid Bernoulli(.), what is the chance of the first 5 not defaulting and the 6 th mortgage defaulting?,,,,, P X X X X X X 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,,..., YT PY PY Y PY YY,... PY T YY,..., YT becomes PYY,,..., YT PY PY Y PY Y... PY T YT If it is the case that P Y is the same for all t t Yt then we only need to specify a model for t t in order go get PYY,,..., YT P Y Y

12 Example: Let Y t be an indicator for whether the t th trade is buyer or seller initiated. Y t = denotes buyer and Y t = 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? y P(y) y P(y i y i =) y P(y i y i =).5.5 Then, for example, Y Y Y Y4 We could figure out the probability of any sequence of outcomes! P,,,.5*(/)*(/)*(/)

13 .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. 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 = + X Whatever X turns out to be, the formula gives the W.

14 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 ~ Bernoulli(.5) iid. Let Y = X + X. What does Y mean?. 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. 4

15 Let X, X,,X n denote n iid Bernoulli(p) random variables Let Y X X X X 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 Binomial Distribution The binomial distribution is the probability distribution for the total number of successes: Y X X X X Example: What is the probability of succeeding 4 times in 5 (independent) tries when the probability of a success on any given try is. (p=., n=5)? The Binomial distribution answers this question. n n i i 5

16 More examples How many heads do I get when I toss a coin times? If Kobe Bryant makes 8 percent of his free throw shots how many does he make in attempts (assuming the outcomes are independent!). Suppose n=: (x,x ) p(x,x ) y (,).5 (,).5 (,).5 (,).5 X X

17 Suppose X, X, X n are iid Bernoulli(p). Then Y X X 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. There is a formula giving the binomial probabilities: n! y n y py ( y) p ( p) y,,, 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 )(n )...()()(). 7

18 Example B(,.) B(,.5) B(,.8).. pp.. 5 y 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. 8

19 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. 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!!) 9

20 y p(y) pyf p(y) for Y~B(85,.7) 4 yf Under our assumptions, the prob of having female partners at the firm with 85 partners is A 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??

21 The trick here is to look at the price changes: D P P t=,,4,... t t t The D t look i.i.d. with Pr(D t =.)=.55 Pr(D t =.)=.45 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 +..55

22 Given our model, how would you predict the next price? The last price in the series is.. 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.

23 . Models for continuous outcomes. The pdf. The Normal Family of Distributions. The cdf.4 IID Draws from the Normal Distribution.5 The Histogram and IID Draws.6 The Normal Distribution and Data.7 The Inverse CDF and VaR.8 Standardization. Continuous Random Variables, the pdf Remember this returns example? This is unrealistic as it is unlikely that you know the return will be one of possible values. R: r.5..5 p(r)..5.4 It may be inconvenient to pick a reasonably small list of values that seem to cover all possibilities.

24 Consider a spinner that can stop at any point between zero and one What is the probability that the spinner stops at exactly.5? What is the probability that the spinner stops at any point between.5 and.5?

25 Clearly, there are modeling situations where we need our models to be able to take on any value, or any (continuous) value in an interval. In this case we cannot simply list all the possible values and give each one a probability. We need a new way to specify probabilities. NEW TRICK: Instead of specifying the probabilities for specific Values we specify probabilities for intervals of outcomes. Old (discrete) : Pr(X=4) =.7 New (continuous) Pr(X is in ( 4,8)) =.7 In general we specify Pr(X in (a,b)) for any values a and b with a< b. An easy way to do this is with the probability density function (pdf). 5

26 Probability Density Function (PDF) Again let x denote a possible value of the random variable X. The pdf, probability density function denoted by f(x) is a function of x such that the probability of any interval [a,b] is Given by the area under the graph of the function between a and b. In our spinner example X any value between zero and one where equally likely. Here is what the density looks like: f(x) x Why is the height? What is the probability that the outcome for X is between.5 and.5? What is the probability that the outcome for X is between.5 and.75? 6

27 A density function where not all values are equally likely will not be flat:.4. f(x) x.4. area is.477 f(x) x For the rv X the probability that it is in the interval [,] is percent of the time X will fall in this interval. 7

28 .4. f(x) x For the rv X the probability that it is in the interval [,] is.4. Here is a probability density function that is not symmetric and only takes positive values Most of the prob is concentrated in to, but you could get one much bigger. This kind of distribution is called skewed to the right. 8

29 For a continuous random variable X, the probability of the interval (a,b) is the area under the probability density function from a to b. For technical reasons the probability of any one value is. Any non negative valued function with total area under the curve equal to one is a density function.. The Normal Family of Distributions The rv having this pdf is very special..4. This distribution is called the standard normal distribution. f(x) x If Z has this distribution then: Pr( <Z<) =.68 Pr(.96<Z<.96)=.95 9

30 Note: P( Z ). 4 P( Z ). 68 P( Z ).954 P( 96. Z 96. ). 95 P( Z ) NB. In these notes I will usually act as if.96 =. The Normal Family of Distributions We are going to use the normal distribution to describe our uncertainty about things in the real world. The standard normal distribution is not too exciting as it is centered around, with prob.95 of being in +/. We can create a family of interesting distributions from the standard normal by moving it around spreading it out and tightening up

31 We can do both, Let, X Z.4. f(x)... x 95% chance of being in (, ) 68% chance of being in (, ) The Normal Distribution: We write, X ~ N(, ) for X Z Z standard normal 95% chance of being in (, ) 68% chance of being in (, ) You can see where the empirical rule comes from!

32 We have family of distributions. For each pair (, ) we get a normal distribution. determines the center of the distribution determines how spread out the prob is around the center. Note: >= Note: in the next section of the notes we will see that is the mean, is the standard deviation of the distribution, and is the variance. I ll use these names right away, but explain what they mean later (next section of notes).

33 We won t have to directly use this, but this is what the Normal density function looks like: f x exp x All of these normal distributions have =,, or and =.5,,or. Which is which? C x 4 6 8

34 Be careful!!!! If we say X~N(5,4), then =5 = That is, we use the mean and variance to specify a normal distribution. I wish it had been the mean and standard deviation.. The cdf Computing probabilities from a pdf requires computing areas under the pdf curve. The Cumulative Distribution Function (CDF) is a tool that computes specific areas for us. For a random variable X, the cdf which we denote by F (we used f for the pdf) is defined by, FX( x) P( X x) THE CDF OF X GIVES US A PROBABILITY!!! Just a number. 4

35 Here is the cdf for the density given earlier:. What is P(X<x).5 F()? F( )?. F()? x eg, for the standard normal F() =.5 F( ) =.6 F() = f(x) x 5

36 The cdf is handy for computing the prob of intervals. Pa ( X b) PX ( b) PX ( a) F ( b) F ( a) X X f(x) x = f(x) x f(x) x 6

37 . Fb ( ) F(x).5 Fa ( ) a x b The prob of an interval is the jump in the cdf over that interval. Note: for x big enough F(x) must get close to. for x small enough F(x) must get close to. Example Let R denote the return on our portfolio next month. We don t know what R will be. Let s assume we can describe what we think it will be by where =. and =.4: R~N(.,.4 ) Use the =normdist() function in Excel p(r) What is the probability of a negative return? What is the probability of a return between and.5? r 7

38 .4 What would data generated by an iid Normal look like? Remember how we used the idea of iid draws from the Bernoulli(.5) distribution to model tossing a coin? We want to use the normal distribution to model data in the real world. Surprisingly often, data looks like iid draws from a normal distribution. We can have iid draws from any distribution. By, X,X, X n ~N(, )iid we mean each X will be an independent draw from the same normal distribution. We haven t formally defined independence for continuous distributions, but our intuition is the same!! What do iid normal draws look like? 8

39 The computer can generate iid draws from the normal distribution. C - - There is no pattern, they look random. Index Same with lines drawn in at and +/ C in the long run, 95% will be in here - - Index

40 Here are draws from a normal other than the standard one. C 5 The draws are iid from N( 54, ) How would you predict the next one? Index What is the relationship between a histogram from iid draws of a Normal and the Normal pdf? Here is the histogram of draws from the standard normal. The height of each bar tells us the percentage of observations in the interval. The width of each interval is.5. Percent We can see about 68% are between and z 4 4

41 If we use the density option the area of each bar is the fraction in the interval. Density z 4 It looks the same, but the vertical scale is different. For a large number of draws, the observed percent a given interval should get close to the probability: For the density the area is the prob of the interval..4 For the hist the area is the observed percent in the interval. Density.... In large samples these are close z 4 4

42 Example hist of iid N(,) Frequency C hist of iid N(,) Frequency C4 The histogram of a large number of iid draws from any distribution should look like the pdf. Example, draws, uniform on (,), draws, N(,) 5 4 Frequency 5 Frequency - C normal 4

43 .6 Conversely, if we see data in the real world, we might ask if it could have come from an iid normal model. The returns data for Canada....8 canada Index Real data Simulated data Frequency canada.5.8. The histogram of the real data looks normal! 4

44 If we think is about. and is about.4, then our best guess at the next return is.. An interval which has a 95% chance of containing the next return would be:. +/.8. canada. -. Index We used iid Bernoulli draws to model coin tosses and defects. Now we are using the idea of iid normal draws to model returns! To say the returns look iid normal () summarizes the past () tells us how to predict the future It is a powerful statement about the real world. Unanswered questions: How do we know the normal is right (good)? How do we best choose the and? 44

45 Example Of course, not all data looks normal: Daily volume of trades in the Cattle pit. Frequency Skewed right Volume Sometimes we can succinctly describe real world data by saying they look normal. In this case we would really like to know (, ) Similarly, if data are iid Bernoulli, we would like to know p. Given data, we will estimate the parameters. 45

46 Example Dow Jones Do these look like iid draws? dji Index 5 5 Lake Level Beer Production 8 level beerprod Index Index The Inverse CDF and Value at Risk (VaR) One intuitive measure of the risk associated with a financial position (portfolio) is to answer the question If my portfolio crashes, how much will I loose? Value at Risk (VaR) answers this question and is a common tool used on to asses the risk of holding a portfolio. We must define what we mean by a crash. Lets say a (bad) event that occurs only % of the time. If one of these days occurs, how much would you loose? 46

47 Formal Definition: VaR More formally, let X denote a model for the uncertain return on a portfolio with cdf given by F(x). We define the % value at risk as: VaR x where F x p(r) r So the %VaRis the return where there is an % chance that your return is worse than that value and a % chance you do better than that return. 47

48 The inverse CDF function Instead of asking what it Pr( X<x) we want to find the x such that Pr(X<x)=. If is. this would mean we want to find the first percentile of the distribution. We have the computer find this value of x using the inverse cdf function. Suppose that daily S&P5 returns are normally distributed with a mean of.59 and a standard deviation of.946. In Excel: =NORMINV(.,.59,.946) P( X <= x) x..5 Example Suppose an investment portfolio consists of $,, invested in the S&P5. The VaR is VaR(%).5 which translates into a dollar value of:.5*,, $58, There is a % chance that the portfolio looses.5% ($58,) or more over the next month. We are 99% sure that we get a return larger than.5% ($ 58,). 48

49 .8 Standardization How unusual is it? Sometimes something weird or unusual happens and we want to quantify just how weird it is. Suppose a market crashes, weekly returns: Monthly returns on a market index from Jan 8 to Oct 87. C Index How crazy is the crash? We can use a normal curve to describe all the values except the last. Frequency 5 5 Histogram of C7, with Normal Curve -... C7 The curve has =.7 and =.47. The crash month return was

50 N(.7,.47 ) Wow! The crash return was way out in left field!!! p(r) r We can do essentially the same thing by standardizing the value. We ask: if the value was a standard normal, what would it be? We can think of our return values as: r = z ( + z) So the z value corresponding to an r value is: r r.7 z.47 The z values should look standard normal. 5

51 How unusual is the crash return?.76.7 z Its z value is 5.7!!!! It is like getting a value of 5.7 from the standard normal. Never!! Here are the z values for the previous months. Frequency C5 Another way to say it is that the crash return was 5. standard deviations away from the mean. For values X~N(, ), the z value corresponding to an x value is z x It can be interpreted as the number of standard deviations the x value is from the mean. 5

52 Question What is the interpretation of the standardized value if the distribution is not normal? 5

2. Modeling Uncertainty

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

More information

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

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

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

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

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

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

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

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

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

More information

Chapter 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

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

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

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

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

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

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

CS 237: Probability in Computing

CS 237: Probability in Computing CS 237: Probability in Computing Wayne Snyder Computer Science Department Boston University Lecture 12: Continuous Distributions Uniform Distribution Normal Distribution (motivation) Discrete vs Continuous

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

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

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

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

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

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

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

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

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

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

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

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

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

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

***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

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

Introduction to Business Statistics QM 120 Chapter 6

Introduction to Business Statistics QM 120 Chapter 6 DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Introduction to Business Statistics QM 120 Chapter 6 Spring 2008 Chapter 6: Continuous Probability Distribution 2 When a RV x is discrete, we can

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

On one of the feet? 1 2. On red? 1 4. Within 1 of the vertical black line at the top?( 1 to 1 2

On one of the feet? 1 2. On red? 1 4. Within 1 of the vertical black line at the top?( 1 to 1 2 Continuous Random Variable If I spin a spinner, what is the probability the pointer lands... On one of the feet? 1 2. On red? 1 4. Within 1 of the vertical black line at the top?( 1 to 1 2 )? 360 = 1 180.

More information

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality Point Estimation Some General Concepts of Point Estimation Statistical inference = conclusions about parameters Parameters == population characteristics A point estimate of a parameter is a value (based

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

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

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

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

PROBABILITY DISTRIBUTIONS

PROBABILITY DISTRIBUTIONS CHAPTER 3 PROBABILITY DISTRIBUTIONS Page Contents 3.1 Introduction to Probability Distributions 51 3.2 The Normal Distribution 56 3.3 The Binomial Distribution 60 3.4 The Poisson Distribution 64 Exercise

More information

Learning Objectives for Ch. 5

Learning Objectives for Ch. 5 Chapter : Probabilit Distributions Hildebrand, Ott and Gra Basic Statistical Ideas for Managers Second Edition Learning Objectives for Ch. Understanding the counting techniques needed for sequences and

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

Probability Theory. Probability and Statistics for Data Science CSE594 - Spring 2016

Probability Theory. Probability and Statistics for Data Science CSE594 - Spring 2016 Probability Theory Probability and Statistics for Data Science CSE594 - Spring 2016 What is Probability? 2 What is Probability? Examples outcome of flipping a coin (seminal example) amount of snowfall

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

MATH 118 Class Notes For Chapter 5 By: Maan Omran

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

More information

CS134: Networks Spring Random Variables and Independence. 1.2 Probability Distribution Function (PDF) Number of heads Probability 2 0.

CS134: Networks Spring Random Variables and Independence. 1.2 Probability Distribution Function (PDF) Number of heads Probability 2 0. CS134: Networks Spring 2017 Prof. Yaron Singer Section 0 1 Probability 1.1 Random Variables and Independence A real-valued random variable is a variable that can take each of a set of possible values in

More information

Section Sampling Distributions for Counts and Proportions

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

More information

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

Review for Final Exam Spring 2014 Jeremy Orloff and Jonathan Bloom

Review for Final Exam Spring 2014 Jeremy Orloff and Jonathan Bloom Review for Final Exam 18.05 Spring 2014 Jeremy Orloff and Jonathan Bloom THANK YOU!!!! JON!! PETER!! RUTHI!! ERIKA!! ALL OF YOU!!!! Probability Counting Sets Inclusion-exclusion principle Rule of product

More information

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

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

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 05 Normal Distribution So far we have looked at discrete distributions

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

4 Random Variables and Distributions

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

More information

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

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

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 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

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

MATH 264 Problem Homework I

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

More information

Section Random Variables and Histograms

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

More information

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

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 201 Chapter 6. Distribution

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

More information

Binomial Distributions

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

More information

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

What s Normal? Chapter 8. Hitting the Curve. In This Chapter

What s Normal? Chapter 8. Hitting the Curve. In This Chapter Chapter 8 What s Normal? In This Chapter Meet the normal distribution Standard deviations and the normal distribution Excel s normal distribution-related functions A main job of statisticians is to estimate

More information

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 5, 2015

More information

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 515 -- Chapter 5: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. Continuous distributions typically are represented by

More information

Probability and distributions

Probability and distributions 2 Probability and distributions The concepts of randomness and probability are central to statistics. It is an empirical fact that most experiments and investigations are not perfectly reproducible. The

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

Central Limit Theorem, Joint Distributions Spring 2018

Central Limit Theorem, Joint Distributions Spring 2018 Central Limit Theorem, Joint Distributions 18.5 Spring 218.5.4.3.2.1-4 -3-2 -1 1 2 3 4 Exam next Wednesday Exam 1 on Wednesday March 7, regular room and time. Designed for 1 hour. You will have the full

More information

Section 1.3: More Probability and Decisions: Linear Combinations and Continuous Random Variables

Section 1.3: More Probability and Decisions: Linear Combinations and Continuous Random Variables Section 1.3: More Probability and Decisions: Linear Combinations and Continuous Random Variables Jared S. Murray The University of Texas at Austin McCombs School of Business OpenIntro Statistics, Chapters

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 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

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

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

Commonly Used Distributions

Commonly Used Distributions Chapter 4: Commonly Used Distributions 1 Introduction Statistical inference involves drawing a sample from a population and analyzing the sample data to learn about the population. We often have some knowledge

More information

Chapter 6: Random Variables

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

More information

The Binomial Probability Distribution

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

More information

4.2 Bernoulli Trials and Binomial Distributions

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

More information

Chapter 8. Binomial and Geometric Distributions

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

More information

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL There is a wide range of probability distributions (both discrete and continuous) available in Excel. They can be accessed through the Insert Function

More information

Sampling Distributions and the Central Limit Theorem

Sampling Distributions and the Central Limit Theorem Sampling Distributions and the Central Limit Theorem February 18 Data distributions and sampling distributions So far, we have discussed the distribution of data (i.e. of random variables in our sample,

More information

Expected Value of a Random Variable

Expected Value of a Random Variable Knowledge Article: Probability and Statistics Expected Value of a Random Variable Expected Value of a Discrete Random Variable You're familiar with a simple mean, or average, of a set. The mean value of

More information

Probability Distribution Unit Review

Probability Distribution Unit Review Probability Distribution Unit Review Topics: Pascal's Triangle and Binomial Theorem Probability Distributions and Histograms Expected Values, Fair Games of chance Binomial Distributions Hypergeometric

More information

Statistics for Business and Economics

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

More information

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 6 Point Estimation Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Point Estimation Statistical inference: directed toward conclusions about one or more parameters. We will use the generic

More information

BIOL The Normal Distribution and the Central Limit Theorem

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

More information

Chapter 5: Probability models

Chapter 5: Probability models Chapter 5: Probability models 1. Random variables: a) Idea. b) Discrete and continuous variables. c) The probability function (density) and the distribution function. d) Mean and variance of a random variable.

More information

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Announcements: There are some office hour changes for Nov 5, 8, 9 on website Week 5 quiz begins after class today and ends at

More information

x is a random variable which is a numerical description of the outcome of an experiment.

x is a random variable which is a numerical description of the outcome of an experiment. Chapter 5 Discrete Probability Distributions Random Variables is a random variable which is a numerical description of the outcome of an eperiment. Discrete: If the possible values change by steps or jumps.

More information

6. THE BINOMIAL DISTRIBUTION

6. THE BINOMIAL DISTRIBUTION 6. THE BINOMIAL DISTRIBUTION Eg: For 1000 borrowers in the lowest risk category (FICO score between 800 and 850), what is the probability that at least 250 of them will default on their loan (thereby rendering

More information

Sampling Distributions For Counts and Proportions

Sampling Distributions For Counts and Proportions Sampling Distributions For Counts and Proportions IPS Chapter 5.1 2009 W. H. Freeman and Company Objectives (IPS Chapter 5.1) Sampling distributions for counts and proportions Binomial distributions for

More information

Focus Points 10/11/2011. The Binomial Probability Distribution and Related Topics. Additional Properties of the Binomial Distribution. Section 5.

Focus Points 10/11/2011. The Binomial Probability Distribution and Related Topics. Additional Properties of the Binomial Distribution. Section 5. The Binomial Probability Distribution and Related Topics 5 Copyright Cengage Learning. All rights reserved. Section 5.3 Additional Properties of the Binomial Distribution Copyright Cengage Learning. All

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

SECTION 4.4: Expected Value

SECTION 4.4: Expected Value 15 SECTION 4.4: Expected Value This section tells you why most all gambling is a bad idea. And also why carnival or amusement park games are a bad idea. Random Variables Definition: Random Variable A random

More information

Review. Binomial random variable

Review. Binomial random variable Review Discrete RV s: prob y fctn: p(x) = Pr(X = x) cdf: F(x) = Pr(X x) E(X) = x x p(x) SD(X) = E { (X - E X) 2 } Binomial(n,p): no. successes in n indep. trials where Pr(success) = p in each trial If

More information

Chapter 7: Point Estimation and Sampling Distributions

Chapter 7: Point Estimation and Sampling Distributions Chapter 7: Point Estimation and Sampling Distributions Seungchul Baek Department of Statistics, University of South Carolina STAT 509: Statistics for Engineers 1 / 20 Motivation In chapter 3, we learned

More information