Random Variables and Expectations

Size: px
Start display at page:

Download "Random Variables and Expectations"

Transcription

1 Inside ECOOMICS Random Variables Introduction to Econometrics Random Variables and Expectations A random variable has an outcome that is determined by an experiment and takes on a numerical value. A procedure that can be repeated and has a well defined set out outcomes is known as an experiment. If for example we were to roll a die 20 times we know that the number 3 may appear from 0 to 20 times. We may find that in the first trial of 20 rolls the number 3 appear 5 times. In the next trial of the experiment the number 3 may appear 9 times. The number of times the number 3 appears is a random variable. The random variable X can take on a value within the set {1,2,3,4,5,6, }. In general notation we denote a collection of random variables X 1, X 2,, X k with the corresponding outcomes particular outcomes of x 1, x 2,, x k. For example we could collect the yearly income from 100 randomly chosen people from the population. In this case the random variable X 1 would represent first person and the outcome or income as number would be x 1. Discrete Random Variables: X can only take on a finite number of values Continuous Random Variable: X can take on infinite values Discrete Random Variable A discrete random variable takes on only a finite number of values. The simplest example of a discrete variable is a Bernoulli random variable. The Bernoulli random variable requires that we only need to know the probability it takes on the one value. For example if you were to toss a coin and give heads the value one, then the probability that X equals one is a half P(X = 1) = 1/2. As the probabilities must sum to one it must be the case that (X = 0) = 1/2. There are many situations where the probabilities may not be half. For instance the probability a person pays a traffic infringement fine by a certain date is 0.75 and the probability they do not pay the fine before the date is More generally X can take on k possible discrete values {x 1, x 2,, x k } with the probabilities {p 1, p 2,, p k }, where p 1 + p p k = 1. Given the probability distribution function of any discrete random variable allows us to compute the probability of any event. A random variable X can take on the values 5 to +5 with equal probability therefore the probability that X = 6 will be 1/11. f(x) [0,1]; f(x) x = 1; Pr(X = x) = f(x) f X (x) = f(x) = P (X = x) f X (6) = f(6) = P (X = 6) Random Variable X pdf 1/11 1/11.. 1/11 1

2 Inside ECOOMICS From the graphs below we can see that the probability distribution is flat as all values are equally likely. Pr x Probability Disribution Conversely, the probability that X is not equal to 6 will be 1 minus 1/11. In general terms we write this below as: f(x) [0,1]; f(x) x 2 = 1; Pr(X x) = 1 f(x) Suppose that a X is the number of marks a student can score on a given exam question with three values {0,1,2,3} and assume the pdf of X is given as the following: f(0) = 0.15, f(1) = 0.40, f(2) = 0.20 and f(3) = 0.25 From these probability we can determine the probability of getting at least 1 mark as P(X 1) = P(X = 1) + P(X = 2) + P(X = 3) = = To work out this we could also have just calculated P(X 1) = 1 P(X 1) = = The pdf allows us to work out the probability of any outcome because the sum of the probabilities must equal to 1. Continuous Random Variables A continuous random variable takes on any real value with zero probability. The reason for zero probability is because as the random variable X can take on some many values the probability of any one of these outcomes is zero. In practice measurements are always discrete but random variables that take on numerous values are best treated as continuous. A good example to think of is that of prices where we refine the price to cents, however in theory we could list all the possible values imaginable even though the list may continue indefinitely. Technically the price of a good is a discrete variable, however because there are so many possible values it is unfeasible to use the properties of discrete random variables. When working with a continuous random variable it is easier to use the cumulative distribution function cdf. pdf f X (x) = f(x) = Pr (x X x + )

3 Inside ECOOMICS x cdf F X (x) = F(x) = Pr(X x) = f(y)dy For the discrete random variable, the cdf is obtained by summing the pdf over all values x i x. For a continuous random variable, F(x) is the area under the pdf, f, and to the left of the point x. This means that if x 1 < x 2 then P(X x 1 ) P(X x 2 ), that means that F(x 1 ) F(x 2 ). Therefore a cdf is either an increasing, or not decreasing, function of x. Useful Properties of cdfs for any w, P(X > w) = 1 F(c) for any numbers a < b, P(a < X b) = F(b) F(a) For a continuous random variable X, P(X c) = P(X > c) and, P(a < X < b) = P(a Xb) = P(a X < b) = P(a < X b) F X (x) = F(x) = P(X x) = f(y) Random Variable X 5 cdf 1/11 2/ /11 11/11 y x Cumlative Probability Disribution Pr PDF μ 3

4 Inside ECOOMICS Joint Probability Distributions For discrete variable X and Y the joint distribution of (X, Y) is described by the joint probability distribution function of (X, Y). We shall not cover the details of joint pdfs for continuous variables as it is outside the scope of this document. This is the probability that X = x and Y = y f (X,Y) (x, y) = P(X = x, Y = y) Random variables X and Y are independent if, and only if, f (X,Y) (x, y) = f X (x) f Y (y) for all x and y where f X is the pdf of X and f Y is the pdf of Y When X and Y are discrete random variables we can write the following, P(X = x and Y = y) = P(X = x, Y = y) = P(X = x)p(y = y) Example 1 Joint Distributions: Consider an exam with only two questions, letting X = 1 if the the student gets the first anwser correct and Y = 1 if the student anwsers the second question correctly. Assume the probability of getting the first and second question correct are 0.5 and 0.8 respectivley. If we believe that these X and Y are independent we can find the probability of getting both questions correct as. P(X = 1, Y = 1) = P(X = 1)P(Y = 1) = (0.5)(0.8) = 0.4 This means that there is a 0.4 chance of the student getting both questions correctly. This calculation will be invalid if X and Y are dependent. Conditional Probability Distribution It is often the case that we are trying to find how one random variable Y is related to one or more other random variables. The relationship of how X affects Y is given by the conditution distribution of Y given X. For discrete random variables this will become f (Y X) (y x) = f x,y(x, y), for x where f f x (x) x (x) > 0 f (Y X) (y x) = P(Y = y X = x) When Y is a continuous random variable the conditional distribution is difficult to interpret as a probability as the conditional probabilities are calculated as the area under the conditional pdf. If X and Y are independent then the value of X will not reveal any information about the value of Y. Independence means that f (Y X) (y x) = f y (y) and f (X Y) (x y) = f x (x) Conditional Distributions: We can examine the conditional probability of rain given the temperature (cold or not cold). The conditional density is Rain o Rain Cold f (Y X) (1 1) = 0.65 f (Y X) (0 1) = 0.35 ot Cold f (Y X) (1 0) = 0.3 f (Y X) (0 0) = 0.7 4

5 Inside ECOOMICS This means that the probability of rain given that it is cold is 0.65 and the probability that it does not rain when it is cold is These probabilities must sum to one. Additionally the chance of getting rain given the temperature is not cold is 0.3 and the probability that it does not rain when it is not cold is 0.7. This implies that Y and X are not independent. We are still able to find P(X = 1, Y = 1) ( the probability of it cold and raining) provided we know P(X = 1). If we assume the probability of the temperature being cold is 0.5 then we have the following, Example 1: Conditional Distributions P(X = 1, Y = 1) = P(Y = y X = x)p(x = 1) = (0.65)(0.5) = Consider tossing of a coin where X = head and Y = heads previous toss.the probability of getting heads is independent of the result of the last coin toss because X and Y are independent. Y = heads, and X = heads previous toss Head Tail heads previous f (Y X) (1 1) = 0.5 f (Y X) (0 1) = 0.5 toss tails previous toss f (Y X) (1 0) = 0.5 f (Y X) (0 0) = 0.5 f (Y X) (Y X) = 0.5 = f y (y) = 0 Therefore the outcome of a coin toss is independent of the outcome of previous coin toss. Features of Probability Distributions Mean or Expected Value (1 st Moment) The long run average of the random variables is one of the most important concepts in statistics and econometrics. The expected value of a random variable is a weighted average of the all possible values of the variable, where the weights are determined by the probability density function. Mean of Discrete Random Variable E[X] = (x) x Example 2: Expected Value Pr(X = x) = x(x) f(x) = μ X Values for X Probability E(X) = 1(0.1) + 3(0.6) + 0(0.3) = 1.9 The Mean of Continuous Random Variable E[X] = x f(x)dx = μ X If X is a continuous random variable the expectation is defined as an intergral, however it can still be interpreted as a weighted average. For most continuous distributions the expected value of X is a possible value of X. If g(x) where g is a function, then if X is a random variable it must be the case that the function g(x) is also a random variable. This means that the expectation of a function of a random variable is also a random variable. 5

6 Inside ECOOMICS Mean of a function of a Discrete Random Variable E[g(X)] = g(x) x μ X Pr(X = x) = g(x) x f(x) = Mean of a function of a Continuous Random Variable E[g(X)] = g(x) f(x)dx = μ X Example 3: Expected Value Let g(x) = x 3 Values for X g(x) = x Probability Properties of The Expected Value E(X) = 2(0.1) + 0(0.6) + 3(0.3) = 0.7 Property Expected Value 1: For any constant c, E(c) = c Property Expected Value 2: E[Y] = a + be[x] Proof E[Y] = a + be[x] E[Y] = y Pr(Y = y) = y f(y) = (a + bx)f(x) = af(x) + bxf(x) y y x = a f(x) + b xf(x) = a(1) + be[x] E[Y] = a(1) + be[x] Property Expected Value 3: The expected value of the sum is the sum of the expected values E a i X i = a i E(X i ) 6

7 Inside ECOOMICS Measures of Variability: Variance and Standard Deviation It is possible that random variables have the same means based on the pdf but do not have identical distributions. For example two random variables may have an equal mean of μ but the variance around this mean can be quite different. Pr PDF f(x) f(y) μ It is clear that although both variables have a mean of μ the distribution of X is more tightly centered about the mean when compared to Y. VAR X = E[(X i μ X ) 2 ] = p i (X i μ X ) 2 2 = σ X i 1 VAR X = E[Z 2 ] = (x μ X ) 2 f(x)dx = σ X 2 Property of the Variance 1: The Variance of a constant is zero If P(X = c) = 1 where c is a constant the variance will be Var(X) = 0 Property of the Variance 2 Var[Y] = Var(a + bx) = b 2 Var[X] Var[Y] = b 2 Var[X] Var[Y] = E Y i μ y 2 = Y i μ y 2 f(y) = a + bx a + bμ y 2 f(y) = 1 + bx (1 + bμ x ) 2 f(x) = b(x μ x ) 2 f(x) 7 = b 2 (x μ x ) 2 = Var[Y] = b 2 Var[X]

8 Inside ECOOMICS The Sums of Random Variables (Variance) Property of Variance 3: For constants a and b, Var(aXbY = a 2 Var(X) + b 2 Var(Y) + 2abCov(X, Y) If X and Y are uncorrelated then Cov(X, Y) = 0 then Var(X + Y) = Var(X) + Var(Y) Var(X Y) = Var(X) + Var(Y) Please note that the variance of the difference is the sum of the variance, not the difference in the variance. Property of Variance 4: If {X 1, X 2,, X n } are pairwise uncorrelated random variables and {a 1, a 2,, a } are constants 2 Var a i X i = a i Var(X i ) If a i = 1 for all i then for pairwise uncorreltated random variables the sum of the variances is equal to the variance of the sum. (Random variables are pairwise uncorrelated random variables if each variable in the set is uncorrelated with all the other variables, Cov X i X j = 0 i j) Standard Deviation The standard deviation is the positive square root of the variance σ(x ) = VAR X It is often preferred to work with the standard deviation rather than the variance as the standard deviation scales by the same factor as the expected value whilst the variance does not. It may be the case that the variance of X is one million times larger than the variance of Y. For example the E(X) = 5, Std(X) = 3 and Y = 100X the E(Y) = 500 and Std(Y) = 100(3) = 300. The variance in this case would be Std(Y) 2 = Var(Y) = = For this reason the standard deviation can often be more intuitive when working with variables measured in units. Property of Standard Deviation 1: The standard deviation of any constant is zero If P(X = c) = 1 where c is a constant the variance will be σ(x) = 0 Property of Standard Deviation 2: Std[Y] = Std(a + bx) = b Std[X] Covariance σ XY Covariance measures the linear dependence between two random variables. Cov(X, Y) = E( X E(X) Y E(Y) = x y(x E[X])(y E[Y])P(X = x, Y = y) = σ XY 8

9 Inside ECOOMICS σ XY = E(X μ x )(Y μ y ) The covariance between two random variables is the measure of the relationship between variables that describe a population. If E(X) = μ x and E(Y) = μ y then if X > μ x and Y > μ y (X μ x ) Y μ y > 0 if X < μ x and Y < μ y (X μ x ) Y μ y > 0 if X > μ x and Y < μ y (X μ x ) Y μ y < 0 if X < μ x and Y > μ y (X μ x ) Y μ y < 0 If σ XY > 0 then on average if X > μ x, then Y > μ y and vice versa. A positive correlation indicates that two random variables move in the same direction and whilst a negative correlation indicates that they move in opposite directions. Property of Covariance 1: If X and Y are independent then the covariance is zero (σ XY = 0) Please note that the converse is false, so that zero covariance between two variables does not imply they are independent. For example variables such as X and Y = X 2 will have Cov(X, Y) = 0, but they are clearly not indpendent because once we know X we know Y. Property of Covariance 2: Where a, b, c nd d are constants This means that the covariance between two random variables can be scaled by a constant. This is often useful in economics when we apply units of measurement to a covariance but do not want to change its meaning. Property of Covariance 3: Cauchy-Schwartz Inequality Cov(X, Y) Std(X)Std(Y) This means that the absolute value of the covariance is bounded by the product of their standard deviations. The Correlation Coefficient σ XY σ X σ Y = Corr(X, Y) = Cov(X, Y) Std(X)Std(Y) = σ XY σ X σ Y x y(x E[X])(y E[Y])P(X = x, Y = y) x (x E[X])Pr(X = x) y(y E[Y])Pr(Y = y) 9 = ρ XY If we want to measure the relationship between two variables by using the covariance we have the problem that the covariance uses the value of measurement. For instance we often use dollars (000's ect), hours worked and education in years and the covariance is sensitive to the unit of measurement used. The correlation coefficient overcomes this problem. From the equation it is

10 Inside ECOOMICS easily to see that the correlation will be equal to 0 if and only if the covariance is equal to 0. Additionally if X and Y are independent then Corr(X, Y) = 0, however this does not imply independence as the correlation coefficient, like the covariance, is a measure of linear dependence. Property of Correlation 1: 1 Corr(X, Y) 1 If Corr(X, Y) = 0 there is no linear relationship If Corr(X, Y) = 1 there is a perfect linear relationship Y = a + bx where b > 0 is some constant If Corr(X, Y) = 1 there is a perfect negative linear relationship Y = a + bx where b < 0 is some constant ote: Just because the correlation coefficient equals to zero this does not mean there is no dependence between variables. Correlation coefficient only looks at linear dependence. Variables can be related in other ways such as a v-shaped symmetric relationship. Also a relationship may only exist at extreme values for one of the variables. Property Correlation 2: The correlation coefficient does not depend on the units of measurement For constants a 1, b 1, a 2 and b 2 If a 1 a 2 > 0 If a 1 a 2 < 0 Corr(a 1 X + b 1, a 2 Y + b 2 ) = Corr(X, Y) Corr(a 1 X + b 1, a 2 Y + b 2 ) = Corr(X, Y) Conditional Expectation Conditional expectations allow us to compute the expected value of Y, given that we know the outcome of Y. The conditional expectation allows us to summarize the relationship between Y and X. The conditional expectation of Y is the weighted average of all the possible values of Y which is the same as the unconditional expectation. However now the weights are based on the fact that X is a certain value. In a sense the expectation is a function of x, where the function tells us how the expected value of Y varies with x. Essentially the conditional expectation is a random variable and a function of the conditioning variables. We write the expected of Y as E(Y X = x) or E(Y x) k E[Y X = x] = y i f (Y X) y j x = xp(x = x Y = y) j=1 When Y is continuous E(Y X) requires the intergration of y i f (Y X) (y x) over all possible values. Property of Conditional Expectation (1): E[c(X) X] = c(x), for any function c(x) Property of Conditional Expectation (2): E(a(X)Y + b(x) X) = a(x)e(y X) + b(x) An example of a conditional expectation of a function 3XY + 3X 3 E(3XY + 3X 3 X) = 3XE(Y X) + 3X 3 10

11 Inside ECOOMICS Property of Conditional Expectation (3): If X and Y are independent then E(Y X) = E(Y) Below is a proof showing that E(X Y) = E(X) This property means that if X and Y are independent then expected value of Y given X is the expected value of Y because X does not affect the value of Y. For instance the eye colour of a woman should not be related to the number of children she has. Therefore E(# children eye colour) = E(# children) Conditional Expectation Property 4: E[E(Y X)] = E(Y) This property states that if we have get E(Y X) as a function of X and take the expected value of this, then we derive the expected value of Y that is E(Y). For demonstration we may be interested in the relationship between the yearly wage and years of work experience. As an example let X = years of experience and let Y = wage. ow suppose the expected wage given years of work experience is denoted as follows, Wage = 20, (Years of experience) Y = X E(Y X) = E(wage years experience) = E 20, (years experience) 11

12 Inside ECOOMICS If E(years experience) = 10 then we can use the law of iterated expectations as follows, E 20, (years experience) = 20, E(years experience) = 20, (10) 20, (10) = 70,000 Basically there are two steps where you first find the expected value of Y given X E(Y X) then you find the expectation of X, E(X). In our example the first step was E(wage years experience) and then the second step was E(years experience). Conditional Expectation Property 5: If E(Y X) = E(Y) then Cov(X, Y) = 0 and Corr(X, Y) = 0 This means that X and Y are independent random variables and knowing the value of either one will not tell give the expected value of the other. This implies that Xand Y are uncorrelated, however the reverse of this property is not true. So it could be the case that X and Y are uncorrelated the expected value of Y could still depend on X. For example if Y = X 2 and E(Y X) = X 2 then obviously X 2 is a function of X. The expectation captures the nonlinear relationship between X and Y that correlation and covariance ignore. There is also the possibility that X and X 2 are uncorrelated and have a zero covariance. Conditional Expectation Property 6: if E(Y 2 ) < and E[g(X) 2 ] < for some function g, then E{[Y μ(x)] 2 X} E{[Y g(x)] 2 X} and E{[Y μ(x)] 2 } E{[Y g(x)] 2 } This means that the conditional mean is better than any other function of X for predicting Y. By looking at the equations we can see that we the squared error of the mean is less than the squared error of the function g. The conditional mean minimizes the unconditional expected square prediction represented in the second inequality. This is an important property for forecasting as it gives us a prediction with the smallest distance or error. Conditional Variance The variance of Y conditional on X = x is the variance associated with the conditional distribution of Y given X = x. Var(Y X = x) = E(Y 2 x) [E(Y x)] 2 For example let Y = investment and X = income then, Var(Investment Income) = (Income) This means that as the variance of income increases the variance of investment also increases. Property of Conditional Variance 1: If X and Y are independent Var(Y X) = Var(Y) Some Probability Examples Probability with more than one random variable Joint Pr Cold (X = 0) ot Cold (X = 1) SUM Distribution Snowing(Y = 0) ot Snowing(Y = 1) SUM

13 Inside ECOOMICS If it is cold what is the probability that it is snowing? Pr = = Suppose there is no snow, what is the probability it is cold? Marginal Probability Distributions Cold (X = 0) ot Cold (X = 1) Pr = = Snowing (Y=0) 0.27 ot Snowing (Y=1) 0.73 Conditional Probability Distribution Pr(X = x Y = y) Joint Pr Distribution Cold (X = 0) ot Cold (X = 1) SUM Pr(X = x Y = 0) 0.20/ / Pr(X = x Y = 1) 0.10/ / From above we can work out the following E[X Y = 0] = = 0.37 E[X Y = 1] = = E[X] = 0(0.3) + 1(0.7) = 0.7 Important Theorems 13

ECON Fundamentals of Probability

ECON Fundamentals of Probability ECON 351 - Fundamentals of Probability Maggie Jones 1 / 32 Random Variables A random variable is one that takes on numerical values, i.e. numerical summary of a random outcome e.g., prices, total GDP,

More information

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix)

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) 1 EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) Taisuke Otsu London School of Economics Summer 2018 A.1. Summation operator (Wooldridge, App. A.1) 2 3 Summation operator For

More information

Lecture 2: Review of Probability

Lecture 2: Review of Probability Lecture 2: Review of Probability Zheng Tian Contents 1 Random Variables and Probability Distributions 2 1.1 Defining probabilities and random variables..................... 2 1.2 Probability distributions................................

More information

MATHEMATICS 154, SPRING 2009 PROBABILITY THEORY Outline #11 (Tail-Sum Theorem, Conditional distribution and expectation)

MATHEMATICS 154, SPRING 2009 PROBABILITY THEORY Outline #11 (Tail-Sum Theorem, Conditional distribution and expectation) MATHEMATICS 154, SPRING 2009 PROBABILITY THEORY Outline #11 (Tail-Sum Theorem, Conditional distribution and expectation) Last modified: March 7, 2009 Reference: PRP, Sections 3.6 and 3.7. 1. Tail-Sum Theorem

More information

Probability. Paul Schrimpf. January 23, Definitions 2. 2 Properties 3

Probability. Paul Schrimpf. January 23, Definitions 2. 2 Properties 3 Probability Paul Schrimpf January 23, 2018 Contents 1 Definitions 2 2 Properties 3 3 Random variables 4 3.1 Discrete........................................... 4 3.2 Continuous.........................................

More information

Probability. Paul Schrimpf. January 23, UBC Economics 326. Probability. Paul Schrimpf. Definitions. Properties. Random variables.

Probability. Paul Schrimpf. January 23, UBC Economics 326. Probability. Paul Schrimpf. Definitions. Properties. Random variables. Probability UBC Economics 326 January 23, 2018 1 2 3 Wooldridge (2013) appendix B Stock and Watson (2009) chapter 2 Linton (2017) chapters 1-5 Abbring (2001) sections 2.1-2.3 Diez, Barr, and Cetinkaya-Rundel

More information

Random Variables. Cumulative Distribution Function (CDF) Amappingthattransformstheeventstotherealline.

Random Variables. Cumulative Distribution Function (CDF) Amappingthattransformstheeventstotherealline. Random Variables Amappingthattransformstheeventstotherealline. Example 1. Toss a fair coin. Define a random variable X where X is 1 if head appears and X is if tail appears. P (X =)=1/2 P (X =1)=1/2 Example

More information

Chapter 2. Some Basic Probability Concepts. 2.1 Experiments, Outcomes and Random Variables

Chapter 2. Some Basic Probability Concepts. 2.1 Experiments, Outcomes and Random Variables Chapter 2 Some Basic Probability Concepts 2.1 Experiments, Outcomes and Random Variables A random variable is a variable whose value is unknown until it is observed. The value of a random variable results

More information

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES VARIABLE Studying the behavior of random variables, and more importantly functions of random variables is essential for both the

More information

2 (Statistics) Random variables

2 (Statistics) Random variables 2 (Statistics) Random variables References: DeGroot and Schervish, chapters 3, 4 and 5; Stirzaker, chapters 4, 5 and 6 We will now study the main tools use for modeling experiments with unknown outcomes

More information

MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems

MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems Review of Basic Probability The fundamentals, random variables, probability distributions Probability mass/density functions

More information

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R In probabilistic models, a random variable is a variable whose possible values are numerical outcomes of a random phenomenon. As a function or a map, it maps from an element (or an outcome) of a sample

More information

More than one variable

More than one variable Chapter More than one variable.1 Bivariate discrete distributions Suppose that the r.v. s X and Y are discrete and take on the values x j and y j, j 1, respectively. Then the joint p.d.f. of X and Y, to

More information

MULTIVARIATE PROBABILITY DISTRIBUTIONS

MULTIVARIATE PROBABILITY DISTRIBUTIONS MULTIVARIATE PROBABILITY DISTRIBUTIONS. PRELIMINARIES.. Example. Consider an experiment that consists of tossing a die and a coin at the same time. We can consider a number of random variables defined

More information

Random Variables. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay

Random Variables. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay 1 / 13 Random Variables Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay August 8, 2013 2 / 13 Random Variable Definition A real-valued

More information

STAT 414: Introduction to Probability Theory

STAT 414: Introduction to Probability Theory STAT 414: Introduction to Probability Theory Spring 2016; Homework Assignments Latest updated on April 29, 2016 HW1 (Due on Jan. 21) Chapter 1 Problems 1, 8, 9, 10, 11, 18, 19, 26, 28, 30 Theoretical Exercises

More information

LECTURE 1. Introduction to Econometrics

LECTURE 1. Introduction to Econometrics LECTURE 1 Introduction to Econometrics Ján Palguta September 20, 2016 1 / 29 WHAT IS ECONOMETRICS? To beginning students, it may seem as if econometrics is an overly complex obstacle to an otherwise useful

More information

Stat 5101 Notes: Algorithms (thru 2nd midterm)

Stat 5101 Notes: Algorithms (thru 2nd midterm) Stat 5101 Notes: Algorithms (thru 2nd midterm) Charles J. Geyer October 18, 2012 Contents 1 Calculating an Expectation or a Probability 2 1.1 From a PMF........................... 2 1.2 From a PDF...........................

More information

6.041/6.431 Fall 2010 Quiz 2 Solutions

6.041/6.431 Fall 2010 Quiz 2 Solutions 6.04/6.43: Probabilistic Systems Analysis (Fall 200) 6.04/6.43 Fall 200 Quiz 2 Solutions Problem. (80 points) In this problem: (i) X is a (continuous) uniform random variable on [0, 4]. (ii) Y is an exponential

More information

Lecture 4: Proofs for Expectation, Variance, and Covariance Formula

Lecture 4: Proofs for Expectation, Variance, and Covariance Formula Lecture 4: Proofs for Expectation, Variance, and Covariance Formula by Hiro Kasahara Vancouver School of Economics University of British Columbia Hiro Kasahara (UBC) Econ 325 1 / 28 Discrete Random Variables:

More information

Review of Probability. CS1538: Introduction to Simulations

Review of Probability. CS1538: Introduction to Simulations Review of Probability CS1538: Introduction to Simulations Probability and Statistics in Simulation Why do we need probability and statistics in simulation? Needed to validate the simulation model Needed

More information

Topic 3: The Expectation of a Random Variable

Topic 3: The Expectation of a Random Variable Topic 3: The Expectation of a Random Variable Course 003, 2017 Page 0 Expectation of a discrete random variable Definition (Expectation of a discrete r.v.): The expected value (also called the expectation

More information

Review of probability

Review of probability Review of probability Computer Sciences 760 Spring 2014 http://pages.cs.wisc.edu/~dpage/cs760/ Goals for the lecture you should understand the following concepts definition of probability random variables

More information

Math 151. Rumbos Fall Solutions to Review Problems for Exam 2. Pr(X = 1) = ) = Pr(X = 2) = Pr(X = 3) = p X. (k) =

Math 151. Rumbos Fall Solutions to Review Problems for Exam 2. Pr(X = 1) = ) = Pr(X = 2) = Pr(X = 3) = p X. (k) = Math 5. Rumbos Fall 07 Solutions to Review Problems for Exam. A bowl contains 5 chips of the same size and shape. Two chips are red and the other three are blue. Draw three chips from the bowl at random,

More information

f X, Y (x, y)dx (x), where f(x,y) is the joint pdf of X and Y. (x) dx

f X, Y (x, y)dx (x), where f(x,y) is the joint pdf of X and Y. (x) dx INDEPENDENCE, COVARIANCE AND CORRELATION Independence: Intuitive idea of "Y is independent of X": The distribution of Y doesn't depend on the value of X. In terms of the conditional pdf's: "f(y x doesn't

More information

Raquel Prado. Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010

Raquel Prado. Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010 Raquel Prado Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010 Final Exam (Type B) The midterm is closed-book, you are only allowed to use one page of notes and a calculator.

More information

STAT 418: Probability and Stochastic Processes

STAT 418: Probability and Stochastic Processes STAT 418: Probability and Stochastic Processes Spring 2016; Homework Assignments Latest updated on April 29, 2016 HW1 (Due on Jan. 21) Chapter 1 Problems 1, 8, 9, 10, 11, 18, 19, 26, 28, 30 Theoretical

More information

Joint Distribution of Two or More Random Variables

Joint Distribution of Two or More Random Variables Joint Distribution of Two or More Random Variables Sometimes more than one measurement in the form of random variable is taken on each member of the sample space. In cases like this there will be a few

More information

Introduction to Computational Finance and Financial Econometrics Probability Review - Part 2

Introduction to Computational Finance and Financial Econometrics Probability Review - Part 2 You can t see this text! Introduction to Computational Finance and Financial Econometrics Probability Review - Part 2 Eric Zivot Spring 2015 Eric Zivot (Copyright 2015) Probability Review - Part 2 1 /

More information

Lecture 10. Variance and standard deviation

Lecture 10. Variance and standard deviation 18.440: Lecture 10 Variance and standard deviation Scott Sheffield MIT 1 Outline Defining variance Examples Properties Decomposition trick 2 Outline Defining variance Examples Properties Decomposition

More information

STAT 430/510 Probability Lecture 7: Random Variable and Expectation

STAT 430/510 Probability Lecture 7: Random Variable and Expectation STAT 430/510 Probability Lecture 7: Random Variable and Expectation Pengyuan (Penelope) Wang June 2, 2011 Review Properties of Probability Conditional Probability The Law of Total Probability Bayes Formula

More information

STOR Lecture 16. Properties of Expectation - I

STOR Lecture 16. Properties of Expectation - I STOR 435.001 Lecture 16 Properties of Expectation - I Jan Hannig UNC Chapel Hill 1 / 22 Motivation Recall we found joint distributions to be pretty complicated objects. Need various tools from combinatorics

More information

Expectation and Variance

Expectation and Variance Expectation and Variance August 22, 2017 STAT 151 Class 3 Slide 1 Outline of Topics 1 Motivation 2 Expectation - discrete 3 Transformations 4 Variance - discrete 5 Continuous variables 6 Covariance STAT

More information

Random Variables and Their Distributions

Random Variables and Their Distributions Chapter 3 Random Variables and Their Distributions A random variable (r.v.) is a function that assigns one and only one numerical value to each simple event in an experiment. We will denote r.vs by capital

More information

Introduction to Machine Learning

Introduction to Machine Learning What does this mean? Outline Contents Introduction to Machine Learning Introduction to Probabilistic Methods Varun Chandola December 26, 2017 1 Introduction to Probability 1 2 Random Variables 3 3 Bayes

More information

Discrete Probability Refresher

Discrete Probability Refresher ECE 1502 Information Theory Discrete Probability Refresher F. R. Kschischang Dept. of Electrical and Computer Engineering University of Toronto January 13, 1999 revised January 11, 2006 Probability theory

More information

X = X X n, + X 2

X = X X n, + X 2 CS 70 Discrete Mathematics for CS Fall 2003 Wagner Lecture 22 Variance Question: At each time step, I flip a fair coin. If it comes up Heads, I walk one step to the right; if it comes up Tails, I walk

More information

Stat 5101 Notes: Algorithms

Stat 5101 Notes: Algorithms Stat 5101 Notes: Algorithms Charles J. Geyer January 22, 2016 Contents 1 Calculating an Expectation or a Probability 3 1.1 From a PMF........................... 3 1.2 From a PDF...........................

More information

Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016

Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016 8. For any two events E and F, P (E) = P (E F ) + P (E F c ). Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016 Sample space. A sample space consists of a underlying

More information

MATH Solutions to Probability Exercises

MATH Solutions to Probability Exercises MATH 5 9 MATH 5 9 Problem. Suppose we flip a fair coin once and observe either T for tails or H for heads. Let X denote the random variable that equals when we observe tails and equals when we observe

More information

Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan

Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan 2.4 Random Variables Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan By definition, a random variable X is a function with domain the sample space and range a subset of the

More information

Properties of Summation Operator

Properties of Summation Operator Econ 325 Section 003/004 Notes on Variance, Covariance, and Summation Operator By Hiro Kasahara Properties of Summation Operator For a sequence of the values {x 1, x 2,..., x n, we write the sum of x 1,

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Introduction to Probabilistic Methods Varun Chandola Computer Science & Engineering State University of New York at Buffalo Buffalo, NY, USA chandola@buffalo.edu Chandola@UB

More information

Class 8 Review Problems solutions, 18.05, Spring 2014

Class 8 Review Problems solutions, 18.05, Spring 2014 Class 8 Review Problems solutions, 8.5, Spring 4 Counting and Probability. (a) Create an arrangement in stages and count the number of possibilities at each stage: ( ) Stage : Choose three of the slots

More information

Multivariate probability distributions and linear regression

Multivariate probability distributions and linear regression Multivariate probability distributions and linear regression Patrik Hoyer 1 Contents: Random variable, probability distribution Joint distribution Marginal distribution Conditional distribution Independence,

More information

Continuous Random Variables

Continuous Random Variables 1 / 24 Continuous Random Variables Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay February 27, 2013 2 / 24 Continuous Random Variables

More information

3. Probability and Statistics

3. Probability and Statistics FE661 - Statistical Methods for Financial Engineering 3. Probability and Statistics Jitkomut Songsiri definitions, probability measures conditional expectations correlation and covariance some important

More information

1 Basic continuous random variable problems

1 Basic continuous random variable problems Name M362K Final Here are problems concerning material from Chapters 5 and 6. To review the other chapters, look over previous practice sheets for the two exams, previous quizzes, previous homeworks and

More information

Chapter 2. Continuous random variables

Chapter 2. Continuous random variables Chapter 2 Continuous random variables Outline Review of probability: events and probability Random variable Probability and Cumulative distribution function Review of discrete random variable Introduction

More information

Class 8 Review Problems 18.05, Spring 2014

Class 8 Review Problems 18.05, Spring 2014 1 Counting and Probability Class 8 Review Problems 18.05, Spring 2014 1. (a) How many ways can you arrange the letters in the word STATISTICS? (e.g. SSSTTTIIAC counts as one arrangement.) (b) If all arrangements

More information

Probability Theory and Statistics. Peter Jochumzen

Probability Theory and Statistics. Peter Jochumzen Probability Theory and Statistics Peter Jochumzen April 18, 2016 Contents 1 Probability Theory And Statistics 3 1.1 Experiment, Outcome and Event................................ 3 1.2 Probability............................................

More information

3 Multiple Discrete Random Variables

3 Multiple Discrete Random Variables 3 Multiple Discrete Random Variables 3.1 Joint densities Suppose we have a probability space (Ω, F,P) and now we have two discrete random variables X and Y on it. They have probability mass functions f

More information

Twelfth Problem Assignment

Twelfth Problem Assignment EECS 401 Not Graded PROBLEM 1 Let X 1, X 2,... be a sequence of independent random variables that are uniformly distributed between 0 and 1. Consider a sequence defined by (a) Y n = max(x 1, X 2,..., X

More information

18.440: Lecture 26 Conditional expectation

18.440: Lecture 26 Conditional expectation 18.440: Lecture 26 Conditional expectation Scott Sheffield MIT 1 Outline Conditional probability distributions Conditional expectation Interpretation and examples 2 Outline Conditional probability distributions

More information

Chapter 4 continued. Chapter 4 sections

Chapter 4 continued. Chapter 4 sections Chapter 4 sections Chapter 4 continued 4.1 Expectation 4.2 Properties of Expectations 4.3 Variance 4.4 Moments 4.5 The Mean and the Median 4.6 Covariance and Correlation 4.7 Conditional Expectation SKIP:

More information

Math 105 Course Outline

Math 105 Course Outline Math 105 Course Outline Week 9 Overview This week we give a very brief introduction to random variables and probability theory. Most observable phenomena have at least some element of randomness associated

More information

Final Exam # 3. Sta 230: Probability. December 16, 2012

Final Exam # 3. Sta 230: Probability. December 16, 2012 Final Exam # 3 Sta 230: Probability December 16, 2012 This is a closed-book exam so do not refer to your notes, the text, or any other books (please put them on the floor). You may use the extra sheets

More information

Random variables (discrete)

Random variables (discrete) Random variables (discrete) Saad Mneimneh 1 Introducing random variables A random variable is a mapping from the sample space to the real line. We usually denote the random variable by X, and a value that

More information

Variances and covariances

Variances and covariances Page 1 Chapter 4 Variances and covariances variance The expected value of a random variable gives a crude measure of the center of location of the distribution of that random variable. For instance, if

More information

Lecture 11. Probability Theory: an Overveiw

Lecture 11. Probability Theory: an Overveiw Math 408 - Mathematical Statistics Lecture 11. Probability Theory: an Overveiw February 11, 2013 Konstantin Zuev (USC) Math 408, Lecture 11 February 11, 2013 1 / 24 The starting point in developing the

More information

BASICS OF PROBABILITY

BASICS OF PROBABILITY October 10, 2018 BASICS OF PROBABILITY Randomness, sample space and probability Probability is concerned with random experiments. That is, an experiment, the outcome of which cannot be predicted with certainty,

More information

Discrete Mathematics for CS Spring 2007 Luca Trevisan Lecture 20

Discrete Mathematics for CS Spring 2007 Luca Trevisan Lecture 20 CS 70 Discrete Mathematics for CS Spring 2007 Luca Trevisan Lecture 20 Today we shall discuss a measure of how close a random variable tends to be to its expectation. But first we need to see how to compute

More information

1 Presessional Probability

1 Presessional Probability 1 Presessional Probability Probability theory is essential for the development of mathematical models in finance, because of the randomness nature of price fluctuations in the markets. This presessional

More information

Joint Probability Distributions, Correlations

Joint Probability Distributions, Correlations Joint Probability Distributions, Correlations What we learned so far Events: Working with events as sets: union, intersection, etc. Some events are simple: Head vs Tails, Cancer vs Healthy Some are more

More information

Random Variables. Lecture 6: E(X ), Var(X ), & Cov(X, Y ) Random Variables - Vocabulary. Random Variables, cont.

Random Variables. Lecture 6: E(X ), Var(X ), & Cov(X, Y ) Random Variables - Vocabulary. Random Variables, cont. Lecture 6: E(X ), Var(X ), & Cov(X, Y ) Sta230/Mth230 Colin Rundel February 5, 2014 We have been using them for a while now in a variety of forms but it is good to explicitly define what we mean Random

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables We have a probability space (S, Pr). A random variable is a function X : S V (X ) for some set V (X ). In this discussion, we must have V (X ) is the real numbers X induces a

More information

Continuous Random Variables

Continuous Random Variables MATH 38 Continuous Random Variables Dr. Neal, WKU Throughout, let Ω be a sample space with a defined probability measure P. Definition. A continuous random variable is a real-valued function X defined

More information

Chapter 2. Probability

Chapter 2. Probability 2-1 Chapter 2 Probability 2-2 Section 2.1: Basic Ideas Definition: An experiment is a process that results in an outcome that cannot be predicted in advance with certainty. Examples: rolling a die tossing

More information

The mean, variance and covariance. (Chs 3.4.1, 3.4.2)

The mean, variance and covariance. (Chs 3.4.1, 3.4.2) 4 The mean, variance and covariance (Chs 3.4.1, 3.4.2) Mean (Expected Value) of X Consider a university having 15,000 students and let X equal the number of courses for which a randomly selected student

More information

P (x). all other X j =x j. If X is a continuous random vector (see p.172), then the marginal distributions of X i are: f(x)dx 1 dx n

P (x). all other X j =x j. If X is a continuous random vector (see p.172), then the marginal distributions of X i are: f(x)dx 1 dx n JOINT DENSITIES - RANDOM VECTORS - REVIEW Joint densities describe probability distributions of a random vector X: an n-dimensional vector of random variables, ie, X = (X 1,, X n ), where all X is are

More information

18.440: Lecture 28 Lectures Review

18.440: Lecture 28 Lectures Review 18.440: Lecture 28 Lectures 17-27 Review Scott Sheffield MIT 1 Outline Continuous random variables Problems motivated by coin tossing Random variable properties 2 Outline Continuous random variables Problems

More information

Bivariate distributions

Bivariate distributions Bivariate distributions 3 th October 017 lecture based on Hogg Tanis Zimmerman: Probability and Statistical Inference (9th ed.) Bivariate Distributions of the Discrete Type The Correlation Coefficient

More information

ECON 5350 Class Notes Review of Probability and Distribution Theory

ECON 5350 Class Notes Review of Probability and Distribution Theory ECON 535 Class Notes Review of Probability and Distribution Theory 1 Random Variables Definition. Let c represent an element of the sample space C of a random eperiment, c C. A random variable is a one-to-one

More information

Week 12-13: Discrete Probability

Week 12-13: Discrete Probability Week 12-13: Discrete Probability November 21, 2018 1 Probability Space There are many problems about chances or possibilities, called probability in mathematics. When we roll two dice there are possible

More information

EXPECTED VALUE of a RV. corresponds to the average value one would get for the RV when repeating the experiment, =0.

EXPECTED VALUE of a RV. corresponds to the average value one would get for the RV when repeating the experiment, =0. EXPECTED VALUE of a RV corresponds to the average value one would get for the RV when repeating the experiment, independently, infinitely many times. Sample (RIS) of n values of X (e.g. More accurately,

More information

Course: ESO-209 Home Work: 1 Instructor: Debasis Kundu

Course: ESO-209 Home Work: 1 Instructor: Debasis Kundu Home Work: 1 1. Describe the sample space when a coin is tossed (a) once, (b) three times, (c) n times, (d) an infinite number of times. 2. A coin is tossed until for the first time the same result appear

More information

Practice Examination # 3

Practice Examination # 3 Practice Examination # 3 Sta 23: Probability December 13, 212 This is a closed-book exam so do not refer to your notes, the text, or any other books (please put them on the floor). You may use a single

More information

WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, Academic Year Exam Version: A

WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, Academic Year Exam Version: A WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, 2016-17 Academic Year Exam Version: A INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This

More information

SUMMARY OF PROBABILITY CONCEPTS SO FAR (SUPPLEMENT FOR MA416)

SUMMARY OF PROBABILITY CONCEPTS SO FAR (SUPPLEMENT FOR MA416) SUMMARY OF PROBABILITY CONCEPTS SO FAR (SUPPLEMENT FOR MA416) D. ARAPURA This is a summary of the essential material covered so far. The final will be cumulative. I ve also included some review problems

More information

Gov Multiple Random Variables

Gov Multiple Random Variables Gov 2000-4. Multiple Random Variables Matthew Blackwell September 29, 2015 Where are we? Where are we going? We described a formal way to talk about uncertain outcomes, probability. We ve talked about

More information

REVIEW OF MAIN CONCEPTS AND FORMULAS A B = Ā B. Pr(A B C) = Pr(A) Pr(A B C) =Pr(A) Pr(B A) Pr(C A B)

REVIEW OF MAIN CONCEPTS AND FORMULAS A B = Ā B. Pr(A B C) = Pr(A) Pr(A B C) =Pr(A) Pr(B A) Pr(C A B) REVIEW OF MAIN CONCEPTS AND FORMULAS Boolean algebra of events (subsets of a sample space) DeMorgan s formula: A B = Ā B A B = Ā B The notion of conditional probability, and of mutual independence of two

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 10: Expectation and Variance Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin www.cs.cmu.edu/ psarkar/teaching

More information

1 Probability theory. 2 Random variables and probability theory.

1 Probability theory. 2 Random variables and probability theory. Probability theory Here we summarize some of the probability theory we need. If this is totally unfamiliar to you, you should look at one of the sources given in the readings. In essence, for the major

More information

Appendix A : Introduction to Probability and stochastic processes

Appendix A : Introduction to Probability and stochastic processes A-1 Mathematical methods in communication July 5th, 2009 Appendix A : Introduction to Probability and stochastic processes Lecturer: Haim Permuter Scribe: Shai Shapira and Uri Livnat The probability of

More information

Notes for Math 324, Part 19

Notes for Math 324, Part 19 48 Notes for Math 324, Part 9 Chapter 9 Multivariate distributions, covariance Often, we need to consider several random variables at the same time. We have a sample space S and r.v. s X, Y,..., which

More information

Probability. Table of contents

Probability. Table of contents Probability Table of contents 1. Important definitions 2. Distributions 3. Discrete distributions 4. Continuous distributions 5. The Normal distribution 6. Multivariate random variables 7. Other continuous

More information

1: PROBABILITY REVIEW

1: PROBABILITY REVIEW 1: PROBABILITY REVIEW Marek Rutkowski School of Mathematics and Statistics University of Sydney Semester 2, 2016 M. Rutkowski (USydney) Slides 1: Probability Review 1 / 56 Outline We will review the following

More information

ECE 302, Final 3:20-5:20pm Mon. May 1, WTHR 160 or WTHR 172.

ECE 302, Final 3:20-5:20pm Mon. May 1, WTHR 160 or WTHR 172. ECE 302, Final 3:20-5:20pm Mon. May 1, WTHR 160 or WTHR 172. 1. Enter your name, student ID number, e-mail address, and signature in the space provided on this page, NOW! 2. This is a closed book exam.

More information

18.440: Lecture 28 Lectures Review

18.440: Lecture 28 Lectures Review 18.440: Lecture 28 Lectures 18-27 Review Scott Sheffield MIT Outline Outline It s the coins, stupid Much of what we have done in this course can be motivated by the i.i.d. sequence X i where each X i is

More information

PCMI Introduction to Random Matrix Theory Handout # REVIEW OF PROBABILITY THEORY. Chapter 1 - Events and Their Probabilities

PCMI Introduction to Random Matrix Theory Handout # REVIEW OF PROBABILITY THEORY. Chapter 1 - Events and Their Probabilities PCMI 207 - Introduction to Random Matrix Theory Handout #2 06.27.207 REVIEW OF PROBABILITY THEORY Chapter - Events and Their Probabilities.. Events as Sets Definition (σ-field). A collection F of subsets

More information

ECE Homework Set 3

ECE Homework Set 3 ECE 450 1 Homework Set 3 0. Consider the random variables X and Y, whose values are a function of the number showing when a single die is tossed, as show below: Exp. Outcome 1 3 4 5 6 X 3 3 4 4 Y 0 1 3

More information

Review: mostly probability and some statistics

Review: mostly probability and some statistics Review: mostly probability and some statistics C2 1 Content robability (should know already) Axioms and properties Conditional probability and independence Law of Total probability and Bayes theorem Random

More information

Single Maths B: Introduction to Probability

Single Maths B: Introduction to Probability Single Maths B: Introduction to Probability Overview Lecturer Email Office Homework Webpage Dr Jonathan Cumming j.a.cumming@durham.ac.uk CM233 None! http://maths.dur.ac.uk/stats/people/jac/singleb/ 1 Introduction

More information

Jointly Distributed Random Variables

Jointly Distributed Random Variables Jointly Distributed Random Variables CE 311S What if there is more than one random variable we are interested in? How should you invest the extra money from your summer internship? To simplify matters,

More information

STAT Chapter 5 Continuous Distributions

STAT Chapter 5 Continuous Distributions STAT 270 - Chapter 5 Continuous Distributions June 27, 2012 Shirin Golchi () STAT270 June 27, 2012 1 / 59 Continuous rv s Definition: X is a continuous rv if it takes values in an interval, i.e., range

More information

3-1. all x all y. [Figure 3.1]

3-1. all x all y. [Figure 3.1] - Chapter. Multivariate Distributions. All of the most interesting problems in statistics involve looking at more than a single measurement at a time, at relationships among measurements and comparisons

More information

ACE 562 Fall Lecture 2: Probability, Random Variables and Distributions. by Professor Scott H. Irwin

ACE 562 Fall Lecture 2: Probability, Random Variables and Distributions. by Professor Scott H. Irwin ACE 562 Fall 2005 Lecture 2: Probability, Random Variables and Distributions Required Readings: by Professor Scott H. Irwin Griffiths, Hill and Judge. Some Basic Ideas: Statistical Concepts for Economists,

More information

STT 441 Final Exam Fall 2013

STT 441 Final Exam Fall 2013 STT 441 Final Exam Fall 2013 (12:45-2:45pm, Thursday, Dec. 12, 2013) NAME: ID: 1. No textbooks or class notes are allowed in this exam. 2. Be sure to show all of your work to receive credit. Credits are

More information

Week 2: Review of probability and statistics

Week 2: Review of probability and statistics Week 2: Review of probability and statistics Marcelo Coca Perraillon University of Colorado Anschutz Medical Campus Health Services Research Methods I HSMP 7607 2017 c 2017 PERRAILLON ALL RIGHTS RESERVED

More information

STAT2201. Analysis of Engineering & Scientific Data. Unit 3

STAT2201. Analysis of Engineering & Scientific Data. Unit 3 STAT2201 Analysis of Engineering & Scientific Data Unit 3 Slava Vaisman The University of Queensland School of Mathematics and Physics What we learned in Unit 2 (1) We defined a sample space of a random

More information