3. Probability and Statistics

Size: px
Start display at page:

Download "3. Probability and Statistics"

Transcription

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

2 Definition a random variable X is a function mapping an outcome to a real number the sample space, S, is the domain of the random variable S X is the range of the random variable example: toss a coin three times and note the sequence of heads and tails S = {HHH,HHT,HTH,THH,HTT,THT,TTH,TTT} Let X be the number of heads in the three tosses S X = {0, 1, 2, 3} Probability and Statistics 3-2

3 Probability measures Cumulative distribution function (CDF) F (a) = P (X a) Probability mass function (PMF) for discrete RVs p(k) = P (X = k) Probability density function (PDF) for continuous RVs f(x) = df (x) dx Probability and Statistics 3-3

4 Probability Density Function Probability Density Function (PDF) f(x) 0 P (a X b) = b a f(x)dx x F (x) = f(u)du Probability Mass Function (PMF) p(k) 0 for all k p(k) = 1 k S Probability and Statistics 3-4

5 Expected values let g(x) be a function of random variable X g(x)p(x) x S E[g(X)] = g(x)f(x)dx X is discrete X is continuous Mean Variance n th Moment xp(x) X is discrete x S µ = E[X] = xf(x)dx X is continuous σ 2 = var[x] = E[(X µ) 2 ] E[X n ] Probability and Statistics 3-5

6 Facts Let Y = g(x) = ax + b, a, b are constants E[Y ] = ae[x] + b var[y ] = a 2 var[x] var[x] = E[X 2 ] (E[X]) 2 Probability and Statistics 3-6

7 Example of Random Variables Discrete RVs Bernoulli Binomial Geometric Negative binomial Poisson Uniform Continuous RVs Uniform Exponential Gaussian (Normal) Gamma, Chi-squared, Student s t, F Logistics Probability and Statistics 3-7

8 Joint cumulative distribution function F XY (a, b) = P (X a, Y b) a joint CDF is a nondecreasing function of x and y: F XY (x 1, y 1 ) F XY (x 2, y 2 ), if x 1 x 2 and y 1 y 2 F XY (x 1, ) = 0, F XY (, y 1 ) = 0, F XY (, ) = 1 P (x 1 < X x 2, y 1 < Y y 2 ) = F XY (x 2, y 2 ) F XY (x 2, y 1 ) F XY (x 1, y 2 ) + F XY (x 1, y 1 ) Probability and Statistics 3-8

9 Joint PMF for discrete RVs p XY (x, y) = P (X = x, Y = y), (x, y) S Joint PDF for continuous RVs Marginal PMF f XY (x, y) = 2 F XY (x, y) x y p X (x) = y S p XY (x, y), p Y (y) = x S p XY (x, y) Marginal PDF f X (x) = f XY (x, z)dz, f Y (y) = f XY (z, y)dz Probability and Statistics 3-9

10 Conditional Probability Discrete RVs the conditional PMF of Y given X = x is defined by p Y X (y x) = P (Y = y X = x) = = p XY (x, y) p X (x) P (X = x, Y = y) P (X = x) Continuous RVs the conditional PDF of Y given X = x is defined by f Y X (y x) = f XY (x, y) f X (x) Probability and Statistics 3-10

11 Conditional Expectation the conditional expectation of Y given X = x is defined by Continuous RVs E[Y X] = y f Y X (y x)dy Discrete RVs E[Y X] = y y p Y X (y x) E[Y X] is the center of mass associated with the conditional pdf or pmf E[Y X] can be viewed as a function of random variable X E[E[Y X]] = E[Y ] Probability and Statistics 3-11

12 in fact, we can show that E[h(Y )] = E[E[h(Y ) X]] for any function h( ) that E[ h(y ) ] < proof. E[E[h(Y ) X]] = = = = E[h(Y ) x]f X (x)dx h(y)f Y X (y x)dy f X (x)dx h(y) = E[h(Y )] h(y)f Y (y) dy f XY (x, y) dxdy Probability and Statistics 3-12

13 Independence of two random variables X and Y are independent if and only if F XY (x, y) = F X (x)f Y (y), x, y this is equivalent to Discrete Random Variables p XY (x, y) = p X (x)p Y (y) p Y X (y x) = p Y (y) Continuous Random Variables f XY (x, y) = f X (x)f Y (y) f Y X (y x) = f Y X (y) If X and Y are independent, so are any pair of functions g(x) and h(y ) Probability and Statistics 3-13

14 Expected Values and Covariance the expected value of Z = g(x, Y ) is defined as E[Z] = E[Z] = x g(x, y) f XY (x, y) dx dy g(x, y) p XY (x, y) y X, Y continuous X, Y discrete E[X + Y ] = E[X] + E[Y ] E[XY ] = E[X]E[Y ] if X and Y are independent Covariance of X and Y cov(x, Y ) = E[(X E[X])(Y E[Y ])] = E[XY ] E[X]E[Y ] cov(x, Y ) = 0 if X and Y are independent (the converse is NOT true) Probability and Statistics 3-14

15 Correlation Coefficient denote σ X = var(x), σ Y = var(y ) the standard deviations of X and Y the correlation coefficient of X and Y is defined by 1 ρ XY 1 ρ XY = cov(x, Y ) σ X σ Y ρ XY gives the linear dependence between X and Y : for Y = ax + b, ρ XY = 1 if a > 0 and ρ XY = 1 if a < 0 X and Y are said to be uncorrelated if ρ XY = 0 Probability and Statistics 3-15

16 if X and Y are independent then X and Y are uncorrelated but the converse is NOT true Probability and Statistics 3-16

17 Law of Total Variance suppose that X and Y are random variables var(y ) = E[var(Y X)] + var(e[y X]) aka Eve s Law; we say the unconditional variance equals EV plus VE Proof. using E[E[Y X]] = E[Y ] var(y ) = E[Y 2 ] (E[Y ]) 2 = E[E[Y 2 X]] (E[E[Y X]]) 2 = E[var(Y X)] + E[(E[Y X]) 2 ] (E[E[Y X]]) 2 = E[var(Y X)] + var[e[y X]] Probability and Statistics 3-17

18 Moment Generating Functions the moment generating function (MGF) Φ(t) is defined for all t by Φ(t) = E[e tx ] = { etx f(x)dx, X is continuous x etx p(x), X is discrete except for a sign change, Φ(t) is the 2-sided Laplace transform of pdf knowing Φ(t) is equivalent to knowing f(x) E[X n ] = dn Φ(t) dt n t=0 MGF of the sum of independent RVs is the product of the individual MGF Φ X+Y (t) = E[e t(x+y ) ] = Φ X (t)φ Y (t) Probability and Statistics 3-18

19 Gaussian (Normal) random variables arise as the outcome of the central limit theorem the sum of a large number of RVs is distributed approximately normally many results involving Gaussian RVs can be derived in analytical form let X be a Gaussian RV with parameters mean µ and variance σ 2 Notation X N (µ, σ 2 ) PDF f(x) = 1 2πσ 2 exp (x µ)2 2σ 2, < x < Mean E[X] = µ Variance var[x] = σ 2 MGF Φ(t) = e µt+σ2 t 2 /2 Probability and Statistics 3-19

20 let Z N (0, 1) be the normalized Gaussian variable CDF of Z is F Z (z) = 1 2π z e t2 /2 dt Φ(z) then CDF of X N (µ, σ 2 ) can be obtained by ( ) x µ F X (x) = Φ σ in MATLAB, the error function is defined as erf(x) = 2 π x 0 e t2 dt hence, Φ(z) can be computed via the erf command as Φ(z) = 1 [ ( )] z 1 + erf 2 2 Probability and Statistics 3-20

21 Gamma random variables PDF f(x) = λ(λx)α 1 e λx, x 0; α, λ > 0 Γ(α) where Γ(z) is the gamma function, defined by Γ(z) = 0 x z 1 e x dx, z > 0 Mean E[X] = α λ Variance var[x] = α ( ) λ 2 α 1 MGF Φ(t) = λ λ t if X 1 and X 2 are independent gamma RVs with parameters (α 1, λ) and (α 2, λ) then X 1 + X 2 is a gamma RV with parameters (α 1 + α 2, λ) Probability and Statistics 3-21

22 Properties of the gamma function Γ(1/2) = π Γ(z + 1) = zγ(z) for z > 0 Γ(m + 1) = m!, for m a nonnegative integer Special cases a Gamma RV becomes exponential RV when α = 1 m-erlang RV when α = m, a positive integer chi-square RV with n DF when α = n/2, λ = 1/2 Probability and Statistics 3-22

23 Chi-square random variables if Z 1, Z 2,..., Z n are independent normal RVs, then X defined by X = Z Z Z 2 n χ 2 n is said to have a chi-square distribution with n degrees of freedom Φ(t) = E[ n i=1 etz2 i ] = n i=1 E[etZ2 i ] = (1 2t) n/2 we recognize that X is a gamma RV with parameters (n/2, 1/2) sum of independent chi-square RVs with n 1 and n 2 DF is the chi-square with n 1 + n 2 DF PDF f(x) = (1/2)e x/2 (x/2) n/2 1, x > 0 Γ(n/2) Mean E[X] = n Variance var(x) = 2n Probability and Statistics 3-23

24 t random variables if Z N (0, 1) and χ 2 n are independent then T n = Z χ 2 n /n is said to have a t-distribution with n degree of freedom t density is symmetric about zero t has greater variability than the normal T n Z for n large for 0 < α < 1 such that P (T n t α,n ) = α), P (T n t α,n ) = 1 α t α,n = t 1 α,n Probability and Statistics 3-24

25 F random variables if χ 2 n and χ 2 m are independent chi-square RVs then the RV F n,m defined by F n,m = χ2 n/n χ 2 m/m is said to have an F -distribution with n and m degree of freedoms for any α (0, 1), let F α,n,m be such that P (F n,m > F α,n,m ) = α then P ( χ 2 m /m χ 2 n/n 1 ) F α,n,m = 1 α since χ2 m /m χ 2 n /n is another F m,n RV, it follows that 1 α = P ( ) χ 2 m /m χ 2 n/n F 1 α,n,m 1 F α,n,m = F 1 α,m,n Probability and Statistics 3-25

26 Logistics random variables CDF PDF F (x) = Mean E[X] = µ f(x) = e(x µ)/ν, < x <, µ, ν > e (x µ)/ν e (x µ)/ν ν(1 + e (x µ)/ν ) 2, < x < if µ = 0, ν = 1 then X is a standard logistic µ is the mean of the logistic ν is called the dispersion parameter Probability and Statistics 3-26

27 Multivariate Random Variables probabilities cross correlation, cross covariance Gaussian random vectors Probability and Statistics 3-27

28 Random vectors we denote X a random vector X is a function that maps each outcome ζ to a vector of real numbers an n-dimensional random variable has n components: X 1 X n X = X 2. also called a multivariate or multiple random variable Probability and Statistics 3-28

29 Probabilities Joint CDF F (X) F X (x 1, x 2,..., x n ) = P (X 1 x 1, X 2 x 2,..., X n x n ) Joint PMF p(x) p X (x 1, x 2,..., x n ) = P (X 1 = x 1, X 2 = x 2,..., X n = x n ) Joint PDF f(x) f X (x 1, x 2,..., x n ) = n x 1... x n F (X) Probability and Statistics 3-29

30 Marginal PMF p Xj (x j ) = P (X j = x j ) = x p X (x 1, x 2,..., x n ) x j 1 x j+1 x n Marginal PDF f Xj (x j ) =... f X (x 1, x 2,..., x n ) dx 1... dx j 1 dx j+1... dx n Conditional PDF: the PDF of X n given X 1,..., X n 1 is f(x n x 1,..., x n 1 ) = f X (x 1,..., x n ) f X1,...,X n 1 (x 1,..., x n 1 ) Probability and Statistics 3-30

31 Characteristic Function the characteristic function of an n-dimensional RV is defined by Φ(ω) = Φ(ω 1,..., ω n ) = E[e i(ω 1X 1 + +ω n X n ) ] = e iωt X f(x)dx X where ω = ω 1 ω 2., X = x 1 x 2. ω n x n Φ(ω) is the n-dimensional Fourier transform of f(x) Probability and Statistics 3-31

32 Independence the random variables X 1,..., X n are independent if the joint pdf (or pmf) is equal to the product of their marginal s Discrete Continuous p X (x 1,..., x n ) = p X1 (x 1 ) p Xn (x n ) f X (x 1,..., x n ) = f X1 (x 1 ) f Xn (x n ) we can specify an RV by the characteristic function in place of the pdf, X 1,..., X n are independent if Φ(ω) = Φ 1 (ω 1 ) Φ n (ω n ) Probability and Statistics 3-32

33 the expected value of a function Expected Values g(x) = g(x 1,..., X n ) of a vector random variable X is defined by E[g(X)] = g(x)f(x)dx E[g(X)] = g(x)p(x) x x Continuous Discrete Mean vector X 1 X n µ = E[X] = E X 2. E[X 1 ] E[X 2 ]. E[X n ] Probability and Statistics 3-33

34 Correlation and Covariance matrices Correlation matrix has the second moments of X as its entries: R E[XX T ] = E[X 1 X 1 ] E[X 1 X 2 ] E[X 1 X n ] E[X 2 X 1 ] E[X 2 X 2 ] E[X 2 X n ] E[X n X 1 ] E[X n X 2 ] E[X n X n ] with R ij = E[X i X j ] Covariance matrix has the second-order central moments as its entries: C E[(X µ)(x µ) T ] with C ij = cov(x i, X j ) = E[(X i µ i )(X j µ j )] Probability and Statistics 3-34

35 Properties of correlation and covariance matrices let X be a (real) n-dimensional random vector with mean µ Facts: R and C are n n symmetric matrices R and C are positive semidefinite If X 1,..., X n are independent, then C is diagonal the diagonals of C are given by the variances of X k if X has zero mean, then R = C C = R µµ T Probability and Statistics 3-35

36 Cross Correlation and Cross Covariance let X, Y be vector random variables with means µ X, µ Y respectively Cross Correlation cor(x, Y ) = E[XY T ] if cor(x, Y ) = 0 then X and Y are said to be orthogonal Cross Covariance cov(x, Y ) = E[(X µ X )(Y µ Y ) T ] = cor(x, Y ) µ X µ T Y if cov(x, Y ) = 0 then X and Y are said to be uncorrelated Probability and Statistics 3-36

37 Affine transformation let Y be an affine transformation of X: Y = AX + b where A and b are deterministic matrices µ Y = Aµ X + b µ Y = E[AX + b] = AE[X] + E[b] = Aµ X + b C Y = AC X A T C Y = E[(Y µ Y )(Y µ Y ) T ] = E[(A(X µ X ))(A(X µ X )) T ] = AE[(X µ X )(X µ X ) T ]A T = AC X A T Probability and Statistics 3-37

38 Gaussian random vector X 1,..., X n are said to be jointly Gaussian if their joint pdf is given by f(x) f X (x 1, x 2,..., x n ) = 1 (2π) n/2 det(σ) 1/2 exp 1 2 (X µ)t Σ 1 (X µ) µ is the mean (n 1) and Σ 0 is the covariance matrix (n n): µ 1 µ n µ = µ 2., Σ = Σ 11 Σ 12 Σ 1n Σ 21 Σ 22 Σ 2n Σ n1 Σ n2 Σ nn and µ k = E[X k ], Σ ij = E[(X i µ i )(X j µ j )] Probability and Statistics 3-38

39 example: the joint density function of X (not normalized) is given by f(x 1, x 2, x 3 ) = exp x x (x 3 1) 2 + 2x 1 (x 3 1) 2 f is an exponential of negative quadratic in x so X must be a Gaussian f(x 1, x 2, x 3 ) = exp 1 2 x 1 x 2 x x 1 x x 3 1 T the mean vector is (0, 0, 1) the covariance matrix is C = = / Probability and Statistics 3-39

40 the variance of x 1 is highest while x 2 is smallest x 1 and x 2 are uncorrelated, so are x 2 and x 3 Probability and Statistics 3-40

41 examples of Gaussian density contour (the exponent of exponential) [ x1 ] T [ ] 1 [ ] Σ11 Σ 12 x1 x 2 Σ 12 Σ 22 x 2 = 1 uncorrelated different variances correlated Σ = [ ] Σ = [ ] 1/ Σ = [ 1 ] Probability and Statistics 3-41

42 Properties of Gaussian variables many results on Gaussian RVs can be obtained analytically: marginal s of X is also Gaussian conditional pdf of X k given the other variables is a Gaussian distribution uncorrelated Gaussian random variables are independent any affine transformation of a Gaussian is also a Gaussian these are well-known facts and more can be found in the areas of estimation, statistical learning, etc. Probability and Statistics 3-42

43 Characteristic function of Gaussian Φ(ω) = Φ(ω 1, ω 2,..., ω n ) = e iµt ω e ωt Σω 2 Proof. By definition and arranging the quadratic term in the power of exp 1 Φ(ω) = e ixt ω e (X µ)t Σ 1 (X µ) (2π) n/2 Σ 1/2 2 dx = eiµt ω e ω T Σω 2 (2π) n/2 Σ 1/2 X X = exp (iµ T ω) exp ( 1 2 ωt Σω) e (X µ iσω)t Σ 1 (X µ iσω) 2 dx (the integral equals 1 since it is a form of Gaussian distribution) for one-dimensional Gaussian with zero mean and variance Σ = σ 2, Φ(ω) = e σ2 ω 2 2 Probability and Statistics 3-43

44 Affine Transformation of a Gaussian is Gaussian let X be an n-dimensional Gaussian, X N (µ, Σ) and define Y = AX + b where A is m n and b is m 1 (so Y is m 1) Φ Y (ω) = E[e iωt Y ] = E[e iωt (AX+b) ] = E[e iωt AX e iωt b ] = e iωt b Φ X (A T ω) = e iωt b e iµt A T ω e ωt AΣA T ω/2 = e iωt (Aµ+b) e ωt AΣA T ω/2 we read off that Y is Gaussian with mean Aµ + b and covariance AΣA T Probability and Statistics 3-44

45 Marginal of Gaussian is Gaussian the k th component of X is obtained by X k = [ ] X e T k X (e k is a standard unit column vector; all entries are zero except the k th position) hence, X k is simply a linear transformation (in fact, a projection) of X X k is then a Gaussian with mean e T k µ = µ k and covariance e T k Σ e k = Σ kk Probability and Statistics 3-45

46 Uncorrelated Gaussians are independent suppose (X, Y ) is a jointly Gaussian vector with [ ] µx mean µ = and covariance µ y [ ] CX 0 0 C Y in otherwords, X and Y are uncorrelated Gaussians: the joint density can be written as f XY (x, y) = = cov(x, Y ) = E[XY T ] E[X]E[Y ] T = 0 1 (2π) n C X 1/2 C Y 1/2 exp (2π) n/2 C X 1/2e 1 2 (x µ T x) C 1 X (x µ x) proving the independence [ ] T [ x µx C 1 y µ y X 0 0 C 1 Y ] [ ] x µx y µ y 1 (2π) n/2 C Y 1/2e 1 2 (y µ T y) C 1 Y (y µ y) Probability and Statistics 3-46

47 Conditional of Gaussian is Gaussian let Z be an n-dimensional Gaussian which can be decomposed as Z = [ X Y ] N ([ ] [ ]) µx Σxx Σ, xy µ y Σ T xy Σ yy the conditional pdf of X given Y is also Gaussian with conditional mean and conditional covariance µ X Y = µ x + Σ xy Σ 1 yy (Y µ y ) Σ X Y = Σ x Σ xy Σ 1 yy Σ T xy Probability and Statistics 3-47

48 Proof: from the matrix inversion lemma, Σ 1 can be written as Σ 1 = S 1 Σ 1 yy Σ T xys 1 S 1 Σ xy Σ 1 yy Σ 1 yy + Σ 1 yy Σ T xys 1 Σ xy Σ 1 yy where S is called the Schur complement of Σ xx in Σ and S = Σ xx Σ xy Σ 1 yy Σ T xy det Σ = det S det Σ yy we can show that Σ 0 if any only if S 0 and Σ yy 0 Probability and Statistics 3-48

49 from f X Y (x y) = f X (x, y)/f Y (y), we calculate the exponent terms [ ] T [ ] x µx Σ 1 x µx y µ y y µ y (y µ y ) T Σ 1 yy (y µ y ) = (x µ x ) T S 1 (x µ x ) (x µ x ) T S 1 Σ xy Σ 1 yy (y µ y ) (y µ y ) T Σ 1 yy Σ T xys 1 (x µ x ) +(y µ y ) T (Σ 1 yy Σ T xys 1 Σ xy Σ 1 yy )(y µ y ) = [x µ x Σ xy Σ 1 yy (y µ y )] T S 1 [x µ x Σ xy Σ 1 yy (y µ y )] (x µ X Y ) T Σ 1 X Y (x µ X Y ) f X Y (x y) is an exponential of quadratic function in x so it has a form of Gaussian Probability and Statistics 3-49

50 Standard Gaussian vectors for an n-dimensional Gaussian vector X N (µ, C) with C 0 let A be an n n invertible matrix such that AA T = C (A is called a factor of C) then the random vector Z = A 1 (X µ) is a standard Gaussian vector, i.e., Z N (0, I) (obtain A via eigenvalue decomposition or Cholesky factorization) Probability and Statistics 3-50

51 Quadratic Form Theorems let X = (X 1,..., X n ) be a standard n-dimensional Gaussian vector: then the following results hold X N (0, I) X T X χ 2 (n) let A be a symmetric and idempotent matrix and m = tr(a) then X T AX χ 2 (m) Probability and Statistics 3-51

52 Proof: the eigenvalue decomposition of A: A = UDU T where λ(a) = 0, 1 U T U = UU T = I it follows that X T AX = X T UDU T X = Y T DY = n i=1 d ii Y 2 i since U is orthogonal, Y is also a standard Gaussian vector since A is idempotent, d ii is either 0 or 1 and tr(d) = m therefore X T AX is the m-sum of standard normal RVs Probability and Statistics 3-52

53 References Chapter 1-3 in J.M. Wooldridge, Econometric Analysis of Cross Section and Panel Data, 2nd edition, the MIT press, 2010 Chapter 1-5 in S.M. Ross, Introduction to Probability and Statistics for Engineers and Scientists, 4th edition, Academic press, 2009 Appendix A in A.C. Cameron and P.K. Trevedi, Microeconometrics: Method and Applications, Cambridge University Press, 2005 Probability and Statistics 3-53

5. Random Vectors. probabilities. characteristic function. cross correlation, cross covariance. Gaussian random vectors. functions of random vectors

5. Random Vectors. probabilities. characteristic function. cross correlation, cross covariance. Gaussian random vectors. functions of random vectors EE401 (Semester 1) 5. Random Vectors Jitkomut Songsiri probabilities characteristic function cross correlation, cross covariance Gaussian random vectors functions of random vectors 5-1 Random vectors we

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

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

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

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

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

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

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

Chp 4. Expectation and Variance

Chp 4. Expectation and Variance Chp 4. Expectation and Variance 1 Expectation In this chapter, we will introduce two objectives to directly reflect the properties of a random variable or vector, which are the Expectation and Variance.

More information

LIST OF FORMULAS FOR STK1100 AND STK1110

LIST OF FORMULAS FOR STK1100 AND STK1110 LIST OF FORMULAS FOR STK1100 AND STK1110 (Version of 11. November 2015) 1. Probability Let A, B, A 1, A 2,..., B 1, B 2,... be events, that is, subsets of a sample space Ω. a) Axioms: A probability function

More information

EEL 5544 Noise in Linear Systems Lecture 30. X (s) = E [ e sx] f X (x)e sx dx. Moments can be found from the Laplace transform as

EEL 5544 Noise in Linear Systems Lecture 30. X (s) = E [ e sx] f X (x)e sx dx. Moments can be found from the Laplace transform as L30-1 EEL 5544 Noise in Linear Systems Lecture 30 OTHER TRANSFORMS For a continuous, nonnegative RV X, the Laplace transform of X is X (s) = E [ e sx] = 0 f X (x)e sx dx. For a nonnegative RV, the Laplace

More information

Elements of Probability Theory

Elements of Probability Theory Short Guides to Microeconometrics Fall 2016 Kurt Schmidheiny Unversität Basel Elements of Probability Theory Contents 1 Random Variables and Distributions 2 1.1 Univariate Random Variables and Distributions......

More information

Probability- the good parts version. I. Random variables and their distributions; continuous random variables.

Probability- the good parts version. I. Random variables and their distributions; continuous random variables. Probability- the good arts version I. Random variables and their distributions; continuous random variables. A random variable (r.v) X is continuous if its distribution is given by a robability density

More information

Lecture 2: Repetition of probability theory and statistics

Lecture 2: Repetition of probability theory and statistics Algorithms for Uncertainty Quantification SS8, IN2345 Tobias Neckel Scientific Computing in Computer Science TUM Lecture 2: Repetition of probability theory and statistics Concept of Building Block: Prerequisites:

More information

1.1 Review of Probability Theory

1.1 Review of Probability Theory 1.1 Review of Probability Theory Angela Peace Biomathemtics II MATH 5355 Spring 2017 Lecture notes follow: Allen, Linda JS. An introduction to stochastic processes with applications to biology. CRC Press,

More information

Formulas for probability theory and linear models SF2941

Formulas for probability theory and linear models SF2941 Formulas for probability theory and linear models SF2941 These pages + Appendix 2 of Gut) are permitted as assistance at the exam. 11 maj 2008 Selected formulae of probability Bivariate probability Transforms

More information

Probability and Distributions

Probability and Distributions Probability and Distributions What is a statistical model? A statistical model is a set of assumptions by which the hypothetical population distribution of data is inferred. It is typically postulated

More information

Perhaps the simplest way of modeling two (discrete) random variables is by means of a joint PMF, defined as follows.

Perhaps the simplest way of modeling two (discrete) random variables is by means of a joint PMF, defined as follows. Chapter 5 Two Random Variables In a practical engineering problem, there is almost always causal relationship between different events. Some relationships are determined by physical laws, e.g., voltage

More information

A Probability Review

A Probability Review A Probability Review Outline: A probability review Shorthand notation: RV stands for random variable EE 527, Detection and Estimation Theory, # 0b 1 A Probability Review Reading: Go over handouts 2 5 in

More information

01 Probability Theory and Statistics Review

01 Probability Theory and Statistics Review NAVARCH/EECS 568, ROB 530 - Winter 2018 01 Probability Theory and Statistics Review Maani Ghaffari January 08, 2018 Last Time: Bayes Filters Given: Stream of observations z 1:t and action data u 1:t Sensor/measurement

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

8 - Continuous random vectors

8 - Continuous random vectors 8-1 Continuous random vectors S. Lall, Stanford 2011.01.25.01 8 - Continuous random vectors Mean-square deviation Mean-variance decomposition Gaussian random vectors The Gamma function The χ 2 distribution

More information

Lecture 1: August 28

Lecture 1: August 28 36-705: Intermediate Statistics Fall 2017 Lecturer: Siva Balakrishnan Lecture 1: August 28 Our broad goal for the first few lectures is to try to understand the behaviour of sums of independent random

More information

Review of Probability Theory

Review of Probability Theory Review of Probability Theory Arian Maleki and Tom Do Stanford University Probability theory is the study of uncertainty Through this class, we will be relying on concepts from probability theory for deriving

More information

1 Review of Probability

1 Review of Probability 1 Review of Probability Random variables are denoted by X, Y, Z, etc. The cumulative distribution function (c.d.f.) of a random variable X is denoted by F (x) = P (X x), < x

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

conditional cdf, conditional pdf, total probability theorem?

conditional cdf, conditional pdf, total probability theorem? 6 Multiple Random Variables 6.0 INTRODUCTION scalar vs. random variable cdf, pdf transformation of a random variable conditional cdf, conditional pdf, total probability theorem expectation of a random

More information

1 Review of Probability and Distributions

1 Review of Probability and Distributions Random variables. A numerically valued function X of an outcome ω from a sample space Ω X : Ω R : ω X(ω) is called a random variable (r.v.), and usually determined by an experiment. We conventionally denote

More information

5 Operations on Multiple Random Variables

5 Operations on Multiple Random Variables EE360 Random Signal analysis Chapter 5: Operations on Multiple Random Variables 5 Operations on Multiple Random Variables Expected value of a function of r.v. s Two r.v. s: ḡ = E[g(X, Y )] = g(x, y)f X,Y

More information

STA 256: Statistics and Probability I

STA 256: Statistics and Probability I Al Nosedal. University of Toronto. Fall 2017 My momma always said: Life was like a box of chocolates. You never know what you re gonna get. Forrest Gump. There are situations where one might be interested

More information

Joint Distributions. (a) Scalar multiplication: k = c d. (b) Product of two matrices: c d. (c) The transpose of a matrix:

Joint Distributions. (a) Scalar multiplication: k = c d. (b) Product of two matrices: c d. (c) The transpose of a matrix: Joint Distributions Joint Distributions A bivariate normal distribution generalizes the concept of normal distribution to bivariate random variables It requires a matrix formulation of quadratic forms,

More information

Chapter 4. Chapter 4 sections

Chapter 4. Chapter 4 sections Chapter 4 sections 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: 4.8 Utility Expectation

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

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

Stat 5101 Notes: Brand Name Distributions

Stat 5101 Notes: Brand Name Distributions Stat 5101 Notes: Brand Name Distributions Charles J. Geyer September 5, 2012 Contents 1 Discrete Uniform Distribution 2 2 General Discrete Uniform Distribution 2 3 Uniform Distribution 3 4 General Uniform

More information

x. Figure 1: Examples of univariate Gaussian pdfs N (x; µ, σ 2 ).

x. Figure 1: Examples of univariate Gaussian pdfs N (x; µ, σ 2 ). .8.6 µ =, σ = 1 µ = 1, σ = 1 / µ =, σ =.. 3 1 1 3 x Figure 1: Examples of univariate Gaussian pdfs N (x; µ, σ ). The Gaussian distribution Probably the most-important distribution in all of statistics

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

Chapter 5 continued. Chapter 5 sections

Chapter 5 continued. Chapter 5 sections Chapter 5 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

More information

The Multivariate Normal Distribution. In this case according to our theorem

The Multivariate Normal Distribution. In this case according to our theorem The Multivariate Normal Distribution Defn: Z R 1 N(0, 1) iff f Z (z) = 1 2π e z2 /2. Defn: Z R p MV N p (0, I) if and only if Z = (Z 1,..., Z p ) T with the Z i independent and each Z i N(0, 1). In this

More information

1 Random Variable: Topics

1 Random Variable: Topics Note: Handouts DO NOT replace the book. In most cases, they only provide a guideline on topics and an intuitive feel. 1 Random Variable: Topics Chap 2, 2.1-2.4 and Chap 3, 3.1-3.3 What is a random variable?

More information

EE4601 Communication Systems

EE4601 Communication Systems EE4601 Communication Systems Week 2 Review of Probability, Important Distributions 0 c 2011, Georgia Institute of Technology (lect2 1) Conditional Probability Consider a sample space that consists of two

More information

Section 8.1. Vector Notation

Section 8.1. Vector Notation Section 8.1 Vector Notation Definition 8.1 Random Vector A random vector is a column vector X = [ X 1 ]. X n Each Xi is a random variable. Definition 8.2 Vector Sample Value A sample value of a random

More information

matrix-free Elements of Probability Theory 1 Random Variables and Distributions Contents Elements of Probability Theory 2

matrix-free Elements of Probability Theory 1 Random Variables and Distributions Contents Elements of Probability Theory 2 Short Guides to Microeconometrics Fall 2018 Kurt Schmidheiny Unversität Basel Elements of Probability Theory 2 1 Random Variables and Distributions Contents Elements of Probability Theory matrix-free 1

More information

Algorithms for Uncertainty Quantification

Algorithms for Uncertainty Quantification Algorithms for Uncertainty Quantification Tobias Neckel, Ionuț-Gabriel Farcaș Lehrstuhl Informatik V Summer Semester 2017 Lecture 2: Repetition of probability theory and statistics Example: coin flip Example

More information

Preliminary Statistics. Lecture 3: Probability Models and Distributions

Preliminary Statistics. Lecture 3: Probability Models and Distributions Preliminary Statistics Lecture 3: Probability Models and Distributions Rory Macqueen (rm43@soas.ac.uk), September 2015 Outline Revision of Lecture 2 Probability Density Functions Cumulative Distribution

More information

Chapter 4. Multivariate Distributions. Obviously, the marginal distributions may be obtained easily from the joint distribution:

Chapter 4. Multivariate Distributions. Obviously, the marginal distributions may be obtained easily from the joint distribution: 4.1 Bivariate Distributions. Chapter 4. Multivariate Distributions For a pair r.v.s (X,Y ), the Joint CDF is defined as F X,Y (x, y ) = P (X x,y y ). Obviously, the marginal distributions may be obtained

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

Multivariate Random Variable

Multivariate Random Variable Multivariate Random Variable Author: Author: Andrés Hincapié and Linyi Cao This Version: August 7, 2016 Multivariate Random Variable 3 Now we consider models with more than one r.v. These are called multivariate

More information

Continuous Random Variables and Continuous Distributions

Continuous Random Variables and Continuous Distributions Continuous Random Variables and Continuous Distributions Continuous Random Variables and Continuous Distributions Expectation & Variance of Continuous Random Variables ( 5.2) The Uniform Random Variable

More information

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

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015 Part IA Probability Definitions Based on lectures by R. Weber Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

ECE 650 Lecture 4. Intro to Estimation Theory Random Vectors. ECE 650 D. Van Alphen 1

ECE 650 Lecture 4. Intro to Estimation Theory Random Vectors. ECE 650 D. Van Alphen 1 EE 650 Lecture 4 Intro to Estimation Theory Random Vectors EE 650 D. Van Alphen 1 Lecture Overview: Random Variables & Estimation Theory Functions of RV s (5.9) Introduction to Estimation Theory MMSE Estimation

More information

STAT 430/510: Lecture 16

STAT 430/510: Lecture 16 STAT 430/510: Lecture 16 James Piette June 24, 2010 Updates HW4 is up on my website. It is due next Mon. (June 28th). Starting today back at section 6.7 and will begin Ch. 7. Joint Distribution of Functions

More information

Random Vectors and Multivariate Normal Distributions

Random Vectors and Multivariate Normal Distributions Chapter 3 Random Vectors and Multivariate Normal Distributions 3.1 Random vectors Definition 3.1.1. Random vector. Random vectors are vectors of random 75 variables. For instance, X = X 1 X 2., where each

More information

ORF 245 Fundamentals of Statistics Chapter 4 Great Expectations

ORF 245 Fundamentals of Statistics Chapter 4 Great Expectations ORF 245 Fundamentals of Statistics Chapter 4 Great Expectations Robert Vanderbei Fall 2014 Slides last edited on October 20, 2014 http://www.princeton.edu/ rvdb Definition The expectation of a random variable

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

2 Functions of random variables

2 Functions of random variables 2 Functions of random variables A basic statistical model for sample data is a collection of random variables X 1,..., X n. The data are summarised in terms of certain sample statistics, calculated as

More information

ACM 116: Lectures 3 4

ACM 116: Lectures 3 4 1 ACM 116: Lectures 3 4 Joint distributions The multivariate normal distribution Conditional distributions Independent random variables Conditional distributions and Monte Carlo: Rejection sampling Variance

More information

Introduction to Probability Theory

Introduction to Probability Theory Introduction to Probability Theory Ping Yu Department of Economics University of Hong Kong Ping Yu (HKU) Probability 1 / 39 Foundations 1 Foundations 2 Random Variables 3 Expectation 4 Multivariate Random

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

Statistical Methods in Particle Physics

Statistical Methods in Particle Physics Statistical Methods in Particle Physics Lecture 3 October 29, 2012 Silvia Masciocchi, GSI Darmstadt s.masciocchi@gsi.de Winter Semester 2012 / 13 Outline Reminder: Probability density function Cumulative

More information

BIOS 2083 Linear Models Abdus S. Wahed. Chapter 2 84

BIOS 2083 Linear Models Abdus S. Wahed. Chapter 2 84 Chapter 2 84 Chapter 3 Random Vectors and Multivariate Normal Distributions 3.1 Random vectors Definition 3.1.1. Random vector. Random vectors are vectors of random variables. For instance, X = X 1 X 2.

More information

Statistics, Data Analysis, and Simulation SS 2015

Statistics, Data Analysis, and Simulation SS 2015 Statistics, Data Analysis, and Simulation SS 2015 08.128.730 Statistik, Datenanalyse und Simulation Dr. Michael O. Distler Mainz, 27. April 2015 Dr. Michael O. Distler

More information

MAS113 Introduction to Probability and Statistics. Proofs of theorems

MAS113 Introduction to Probability and Statistics. Proofs of theorems MAS113 Introduction to Probability and Statistics Proofs of theorems Theorem 1 De Morgan s Laws) See MAS110 Theorem 2 M1 By definition, B and A \ B are disjoint, and their union is A So, because m is a

More information

Statistics for scientists and engineers

Statistics for scientists and engineers Statistics for scientists and engineers February 0, 006 Contents Introduction. Motivation - why study statistics?................................... Examples..................................................3

More information

Probability Background

Probability Background Probability Background Namrata Vaswani, Iowa State University August 24, 2015 Probability recap 1: EE 322 notes Quick test of concepts: Given random variables X 1, X 2,... X n. Compute the PDF of the second

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

Chapter 5. Chapter 5 sections

Chapter 5. Chapter 5 sections 1 / 43 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

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

Notes on Random Vectors and Multivariate Normal

Notes on Random Vectors and Multivariate Normal MATH 590 Spring 06 Notes on Random Vectors and Multivariate Normal Properties of Random Vectors If X,, X n are random variables, then X = X,, X n ) is a random vector, with the cumulative distribution

More information

Actuarial Science Exam 1/P

Actuarial Science Exam 1/P Actuarial Science Exam /P Ville A. Satopää December 5, 2009 Contents Review of Algebra and Calculus 2 2 Basic Probability Concepts 3 3 Conditional Probability and Independence 4 4 Combinatorial Principles,

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

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

The Multivariate Gaussian Distribution

The Multivariate Gaussian Distribution The Multivariate Gaussian Distribution Chuong B. Do October, 8 A vector-valued random variable X = T X X n is said to have a multivariate normal or Gaussian) distribution with mean µ R n and covariance

More information

Chapter 5,6 Multiple RandomVariables

Chapter 5,6 Multiple RandomVariables Chapter 5,6 Multiple RandomVariables ENCS66 - Probabilityand Stochastic Processes Concordia University Vector RandomVariables A vector r.v. is a function where is the sample space of a random experiment.

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

Brief Review of Probability

Brief Review of Probability Maura Department of Economics and Finance Università Tor Vergata Outline 1 Distribution Functions Quantiles and Modes of a Distribution 2 Example 3 Example 4 Distributions Outline Distribution Functions

More information

Stat 5101 Notes: Brand Name Distributions

Stat 5101 Notes: Brand Name Distributions Stat 5101 Notes: Brand Name Distributions Charles J. Geyer February 14, 2003 1 Discrete Uniform Distribution DiscreteUniform(n). Discrete. Rationale Equally likely outcomes. The interval 1, 2,..., n of

More information

Lecture Note 1: Probability Theory and Statistics

Lecture Note 1: Probability Theory and Statistics Univ. of Michigan - NAME 568/EECS 568/ROB 530 Winter 2018 Lecture Note 1: Probability Theory and Statistics Lecturer: Maani Ghaffari Jadidi Date: April 6, 2018 For this and all future notes, if you would

More information

Quick Tour of Basic Probability Theory and Linear Algebra

Quick Tour of Basic Probability Theory and Linear Algebra Quick Tour of and Linear Algebra Quick Tour of and Linear Algebra CS224w: Social and Information Network Analysis Fall 2011 Quick Tour of and Linear Algebra Quick Tour of and Linear Algebra Outline Definitions

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

15 Discrete Distributions

15 Discrete Distributions Lecture Note 6 Special Distributions (Discrete and Continuous) MIT 4.30 Spring 006 Herman Bennett 5 Discrete Distributions We have already seen the binomial distribution and the uniform distribution. 5.

More information

Introduction to Probability and Stocastic Processes - Part I

Introduction to Probability and Stocastic Processes - Part I Introduction to Probability and Stocastic Processes - Part I Lecture 2 Henrik Vie Christensen vie@control.auc.dk Department of Control Engineering Institute of Electronic Systems Aalborg University Denmark

More information

ENGG2430A-Homework 2

ENGG2430A-Homework 2 ENGG3A-Homework Due on Feb 9th,. Independence vs correlation a For each of the following cases, compute the marginal pmfs from the joint pmfs. Explain whether the random variables X and Y are independent,

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

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

Multiple Random Variables

Multiple Random Variables Multiple Random Variables This Version: July 30, 2015 Multiple Random Variables 2 Now we consider models with more than one r.v. These are called multivariate models For instance: height and weight An

More information

Preliminary Statistics Lecture 3: Probability Models and Distributions (Outline) prelimsoas.webs.com

Preliminary Statistics Lecture 3: Probability Models and Distributions (Outline) prelimsoas.webs.com 1 School of Oriental and African Studies September 2015 Department of Economics Preliminary Statistics Lecture 3: Probability Models and Distributions (Outline) prelimsoas.webs.com Gujarati D. Basic Econometrics,

More information

Expectation of Random Variables

Expectation of Random Variables 1 / 19 Expectation of Random Variables Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay February 13, 2015 2 / 19 Expectation of Discrete

More information

MAS113 Introduction to Probability and Statistics. Proofs of theorems

MAS113 Introduction to Probability and Statistics. Proofs of theorems MAS113 Introduction to Probability and Statistics Proofs of theorems Theorem 1 De Morgan s Laws) See MAS110 Theorem 2 M1 By definition, B and A \ B are disjoint, and their union is A So, because m is a

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

Multiple Random Variables

Multiple Random Variables Multiple Random Variables Joint Probability Density Let X and Y be two random variables. Their joint distribution function is F ( XY x, y) P X x Y y. F XY ( ) 1, < x

More information

MAS223 Statistical Inference and Modelling Exercises

MAS223 Statistical Inference and Modelling Exercises MAS223 Statistical Inference and Modelling Exercises The exercises are grouped into sections, corresponding to chapters of the lecture notes Within each section exercises are divided into warm-up questions,

More information

We introduce methods that are useful in:

We introduce methods that are useful in: Instructor: Shengyu Zhang Content Derived Distributions Covariance and Correlation Conditional Expectation and Variance Revisited Transforms Sum of a Random Number of Independent Random Variables more

More information

where r n = dn+1 x(t)

where r n = dn+1 x(t) Random Variables Overview Probability Random variables Transforms of pdfs Moments and cumulants Useful distributions Random vectors Linear transformations of random vectors The multivariate normal distribution

More information

Random Variables. P(x) = P[X(e)] = P(e). (1)

Random Variables. P(x) = P[X(e)] = P(e). (1) Random Variables Random variable (discrete or continuous) is used to derive the output statistical properties of a system whose input is a random variable or random in nature. Definition Consider an experiment

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 14: Continuous random variables Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin www.cs.cmu.edu/

More information

Lecture 11. Multivariate Normal theory

Lecture 11. Multivariate Normal theory 10. Lecture 11. Multivariate Normal theory Lecture 11. Multivariate Normal theory 1 (1 1) 11. Multivariate Normal theory 11.1. Properties of means and covariances of vectors Properties of means and covariances

More information

Continuous Random Variables

Continuous Random Variables Continuous Random Variables Recall: For discrete random variables, only a finite or countably infinite number of possible values with positive probability. Often, there is interest in random variables

More information