Lecture Notes 3 Multiple Random Variables. Joint, Marginal, and Conditional pmfs. Bayes Rule and Independence for pmfs

Size: px
Start display at page:

Download "Lecture Notes 3 Multiple Random Variables. Joint, Marginal, and Conditional pmfs. Bayes Rule and Independence for pmfs"

Transcription

1 Lecture Notes 3 Multiple Random Variables Joint, Marginal, and Conditional pmfs Bayes Rule and Independence for pmfs Joint, Marginal, and Conditional pdfs Bayes Rule and Independence for pdfs Functions of Two RVs One Discrete and One Continuous RVs More Than Two Random Variables Corresponding pages from B&T textbook: , , , , , EE 178/278A: Multiple Random Variables Page 3 1 Two Discrete Random Variables Joint PMFs As we have seen, one can define several r.v.s on the sample space of a random experiment. How do we jointly specify multiple r.v.s, i.e., be able to determine the probability of any event involving multiple r.v.s? We first consider two discrete r.v.s Let X and Y be two discrete random variables defined on the same experiment. They are completely specified by their joint pmf p X,Y (x,y) P{X x,y y} for all x X, y Y Clearly, p X,Y (x,y) 0, and x X y Y p X,Y(x,y) 1 Notation: We use (X,Y) p X,Y (x,y) to mean that the two discrete r.v.s have the specified joint pmf EE 178/278A: Multiple Random Variables Page 3 2

2 The joint pmf can be described by a table Example: Consider X,Y with the following joint pmf p X,Y (x,y) X /16 0 1/8 1/16 Y 2 1/32 1/32 1/ /8 1/16 1/16 4 1/16 1/32 1/16 1/32 EE 178/278A: Multiple Random Variables Page 3 3 Marginal PMFs Consider two discrete r.v.s X and Y. They are described by their joint pmf p X,Y (x,y). We can also define their marginal pmfs p X (x) and p Y (y). How are these related? To find the marginal pmf of X, we use the law of total probability p X (x) y Yp(x,y) for x X Similarly to find the marginal pmf of Y, we sum over x X Example: Find the marginal pmfs for the previous example X /16 0 1/8 1/16 Y 2 1/32 1/32 1/ /8 1/16 1/16 4 1/16 1/32 1/16 1/32 p X (x) p Y (y) EE 178/278A: Multiple Random Variables Page 3 4

3 Conditional PMFs The conditional pmf of X given Y y is defined as p X Y (x y) p X,Y(x,y) p Y (y) for p Y (y) 0 and x X Also, the conditional pmf of Y given X x is p Y X (y x) p X,Y(x,y) p X (x) for p X (x) 0 and y Y For fixed x, p Y X (y x) is a pmf for Y Example: Find p Y X (y 2) for the previous example EE 178/278A: Multiple Random Variables Page 3 5 Chain rule: Can write p X,Y (x,y) p X (x)p Y X (y x) Bayes rule for pmfs: Given p X (x) and p Y X (y x) for all (x,y) X Y, we can find p X Y (x y) p X,Y(x,y) p Y (y) p Y X(y x) p X (x) p Y (y) p Y X(y x) p X,Y (x,y) p X(x), by total probability x X Using the chain rule, we obtain another version of Bayes rule p X Y (x y) x X p Y X (y x) p X (x )p Y X (y x ) p X(x) EE 178/278A: Multiple Random Variables Page 3 6

4 Independence The random variables X and Y are said to be independent if for any events A X and B Y P{X A,Y B} P{X A}P{Y B} Can show that the above definition is equivalent to saying that the r.v.s X and Y are independent if p X,Y (x,y) p X (x)p Y (y) for all (x,y) X Y Independence implies that p X Y (x y) p X (x) for all (x,y) X Y EE 178/278A: Multiple Random Variables Page 3 7 Example: Binary Symmetric Channel Consider the following binary communication channel Z {0,1} X {0,1} Y {0,1} The bit sent X Bern(p), the noise Z Bern(ǫ), the bit received Y (X +Z) mod 2 X Z, and X and Z are independent. Find 1. p X Y (x y), 2. p Y (y), and 3. the probability of error P{X Y} EE 178/278A: Multiple Random Variables Page 3 8

5 1. To find p X Y (x y) we use Bayes rule p Y X (y x) p X Y (x y) p Y X (y x )p X (x ) p X(x) x X We know p X (x). To find p Y X, note that p Y X (y x) P{Y y X x} P{X Z y X x} P{Z y X X x} P{Z y x X x} P{Z y x}, since Z and X are independent p Z (y x) So we have p Y X (0 0) p Z (0 0) p Z (0) 1 ǫ, p Y X (0 1) p Z (0 1) p Z (1) ǫ p Y X (1 0) p Z (1 0) p Z (1) ǫ, p Y X (1 1) p Z (1 1) p Z (0) 1 ǫ EE 178/278A: Multiple Random Variables Page 3 9 Plugging in the Bayes rule equation, we obtain p X Y (0 0) p Y X (0 0) p Y X (0 0)p X (0)+p Y X (0 1)p X (1) p X(0) (1 ǫ)(1 p) (1 ǫ)(1 p)+ǫp p Y X (0 1) p X Y (1 0) p Y X (0 0)p X (0)+p Y X (0 1)p X (1) p X(1) 1 p X Y (0 0) ǫp (1 ǫ)(1 p)+ǫp p X Y (0 1) p X Y (1 1) p Y X (1 0) p Y X (1 0)p X (0)+p Y X (1 1)p X (1) p X(0) ǫ(1 p) ǫ(1 p)+(1 ǫ)p p Y X (1 1) p Y X (1 0)p X (0)+p Y X (1 1)p X (1) p X(1) 1 p X Y (0 1) (1 ǫ)p ǫ(1 p)+(1 ǫ)p EE 178/278A: Multiple Random Variables Page 3 10

6 2. We already found p Y (y): p Y (1) ǫ(1 p)+(1 ǫ)p 3. Now to find the probability of error P{X Y}, consider P{X Y} p X,Y (0,1)+p X,Y (1,0) p Y X (1 0)p X (0)+p Y X (0 1)p X (1) ǫ(1 p)+ǫp ǫ An interesting special case is when ǫ 1/2 Here, P{X Y} 1/2, which is the worst possible (no information is sent), and p Y (0) 1 2 p+ 1 2 (1 p) 1 2 p Y(1), i.e., Y Bern(1/2), independent of the value of p! Also in this case, the bit sent X and the bit received Y are independent (check this) EE 178/278A: Multiple Random Variables Page 3 11 Two Continuous Random variables Joint PDFs Two continuous r.v.s defined over the same experiment are jointly continuous if they take on a continuum of values each with probability 0. They are completely specified by a joint pdf f X,Y such that for any event A (, ) 2, P{(X,Y) A} f X,Y (x,y)dxdy For example, for a rectangular area (x,y) A P{a < X b, c < Y d} Properties of a joint pdf f X,Y : 1. f X,Y (x,y) 0 2. f X,Y(x,y)dxdy 1 d b c a f X,Y (x,y)dxdy Again joint pdf is not a probability. Can relate it to probability as P{x < X x+ x, y < Y y + y} f X,Y (x,y) x y EE 178/278A: Multiple Random Variables Page 3 12

7 Marginal PDF The Marginal pdf of X can be obtained from the joint pdf by integrating the joint over the other variable y f X (x) f X,Y (x,y)dy This follows by the law of total probability. To see this, consider y x x+ x x EE 178/278A: Multiple Random Variables Page 3 13 P{x < X x+ x} f X (x) lim x 0 x lim x 0 lim x 0 1 x lim 1 x y 0 n P{x < X x+ x, n y < Y (n+1) y} f X,Y (x,y)dy x f X,Y (x,y)dy EE 178/278A: Multiple Random Variables Page 3 14

8 Example Let (X,Y) f(x,y), where 1. Find c 2. Find f Y (y) 3. Find P{X 1 2 Y} Solution: 1. To find c, note that thus 1 2c 1, or c 2 { c if x,y 0, and x+y 1 f(x,y) 0 otherwise f(x,y)dxdy 1, EE 178/278A: Multiple Random Variables Page To find f Y (y), we use the law of total probability f Y (y) f(x,y)dx { (1 y) 2dx 0 y otherwise { 2(1 y) 0 y 1 0 otherwise 2 f Y (y) 0 1 y EE 178/278A: Multiple Random Variables Page 3 16

9 3. To find the probability of the set {X 1 2Y} we first sketch it y x 1 2 y x from the figure we find that P {X 12 } Y {(x,y):x 2 1y}f X,Y(x,y)dxdy 2 3 (1 y) 0 y 2 2dxdy 2 3 EE 178/278A: Multiple Random Variables Page 3 17 Example: Buffon s Needle Problem The plane is ruled with equidistant parallel lines at distance d apart. Throw needle of length l < d at random. What is the probability that it will intersect one of the lines? d Θ X l Solution: Let X be the distance from the midpoint of the needle to the nearest of the parallel lines, and Θ be the acute angle determined by a line through the needle and the nearest parallel line EE 178/278A: Multiple Random Variables Page 3 18

10 (X, Θ) are uniformly distributed within the rectangle [0, d/2] [0, π/2], thus f X,Θ (x,θ) 4, x [0,d/2], θ [0,π/2] πd The needle intersects a line iff X < l 2 sinθ The probability of intersection is: P {X < l2 } sinθ f X,Θ (x,θ)dxdθ {(x,θ): x< 2 l sinθ} 4 πd 4 πd 2l πd π/2 l 2 sinθ 0 π/2 0 0 l 2 sinθdθ dxdθ EE 178/278A: Multiple Random Variables Page 3 19 Example: Darts Throw a dart on a disk of radius r. Probability on the coordinates (X,Y) is described by a uniform pdf on the disk: Find the marginal pdfs f X,Y (x,y) { 1 πr 2, if x 2 +y 2 r 2 0, otherwise Solution: To find the pdf of Y (same as X), consider f Y (y) f X,Y (x,y)dx 1 dx πr 2 {x: x 2 +y 2 r 2 } 1 r 2 y 2 πr 2 dx r 2 y 2 { 2 πr 2 r2 y 2, if y r 0, otherwise EE 178/278A: Multiple Random Variables Page 3 20

11 Conditional pdf Let X and Y be continuous random variables with joint pdf f X,Y (x,y), we define the conditional pdf of Y given X as f Y X (y x) f X,Y(x,y) f X (x) for f X (x) 0 Note that, for a fixed X x, f Y X (y x) is a legitimate pdf on Y it is nonnegative and integrates to 1 We want the conditional pdf to be interpreted as: f Y X (y x) y P{y < Y y + y X x} The RHS can be interpreted as a limit P{y < Y y + y X x} lim x 0 P{y < Y y + y, x < X x+ x} P{x < X x+ x} f X,Y (x,y) x y lim x 0 f X (x) x f X,Y(x,y) y f X (x) EE 178/278A: Multiple Random Variables Page 3 21 Example: Let Find f X Y (x y). { 2, x,y 0,x+y 1 f(x,y) 0, otherwise Solution: We already know that f Y (y) Therefore { 2(1 y), 0 y 1 0, otherwise f X Y (x y) f X,Y(x,y) f Y (y) { 1 1 y, x,y 0, x+y 1, y < 1 0, otherwise f X Y (x y) 1 (1 y) (1 y) x EE 178/278A: Multiple Random Variables Page 3 22

12 Chain rule: p X,Y (x,y) p X (x)p Y X (y x) EE 178/278A: Multiple Random Variables Page 3 23 Independence and Bayes Rule Independence: Two continuous r.v.s are said to be independent if f X,Y (x,y) f X (x)f Y (y) for all x,y It can be shown that this definition is equivalent to saying that X and Y are independent if for any two events A,B (, ) P{X A,Y B} P{X A}P{Y B} Example: Are X and Y in the previous example independent? Bayes rule for densities: Given f X (x) and f Y X (y x), we can find f X Y (x y) f Y X(y x) f X (x) f Y (y) f Y X (y x) f X,Y(u,y)du f X(x) f Y X (y x) f X(u)f Y X (y u)du f X(x) EE 178/278A: Multiple Random Variables Page 3 24

13 Example: Let Λ U[0,1], and the conditional pdf of X given Λ λ f X Λ (x λ) λe λx, 0 λ 1, i.e., X {Λ λ} Exp(λ). Now, given that X 3, find f Λ X (λ 3) Solution: We use Bayes rule f X Λ (3 λ)f Λ (λ) f Λ X (λ 3) 1 0 f Λ(u)f X Λ (3 u)du { λe 3λ 1,0 λ 1 9 (1 4e 3 ) 0, otherwise f Λ (λ) f Λ X (λ 3) λ λ EE 178/278A: Multiple Random Variables Page 3 25 Joint cdf If X and Y are two r.v.s over the same experiment, they are completely specified by their joint cdf F X,Y (x,y) P{X x,y y} for x,y (, ) y (x,y) x EE 178/278A: Multiple Random Variables Page 3 26

14 Properties of the joint cdf: 1. F X,Y (x,y) 0 2. F X,Y (x 1,y 1 ) F X,Y (x 2,y 2 ) whenever x 1 x 2 and y 1 y 2 3. lim x,y F X,Y (x,y) 1 4. lim y F X,Y (x,y) F X (x) and lim x F X,Y (x,y) F Y (y) 5. lim y F X,Y (x,y) 0 and lim x F(x,y) 0 6. The probability of any set can be determined from the joint cdf, for example, y d c x a b P{a < X b,c < Y d} F(b,d) F(a,d) F(b,c)+F(a,c) EE 178/278A: Multiple Random Variables Page 3 27 If X and Y are continuous random variables having a joint pdf f X,Y (x,y), then F X,Y (x,y) x y f X,Y (u,v)dudv for x,y (, ) Moreover, if F X,Y (x,y) is differentiable in both x and y, then f X,Y (x,y) 2 F(x,y) x y P{x < X x+ x,y < Y y + y} lim x, y 0 x y Two random variables are independent if F X,Y (x,y) F X (x)f Y (y) EE 178/278A: Multiple Random Variables Page 3 28

15 Functions of Two Random Variables Let X and Y be two r.v.s with known pdf f X,Y (x,y) and Z g(x,y) be a function of X and Y. We wish to find f Z (z) We use the same procedure as before: First calculate the cdf of Z, then differentiate it to find f Z (z) Example: Max and Min of Independent Random Variables Let X f X (x) and Y f Y (y) be independent, and define Find the pdfs of U and V U max{x,y}, and V min{x,y} Solution: To find the pdf of U, we first find its cdf F U (u) P{U u} P{X u,y u} F X (u)f Y (u), by independence EE 178/278A: Multiple Random Variables Page 3 29 Now, to find the pdf, we take the derivative w.r.t. u f U (u) f X (u)f Y (u)+f Y (u)f X (u) For example, if X and Y are uniformly distributed between 0 and 1, f U (u) 2u for 0 u 1 Next, to find the pdf of V, consider F V (v) P{V v} 1 P{V > v} 1 P{X > v,y > v} 1 (1 F X (v))(1 F Y (v)) F X (v)+f Y (v) F X (v)f Y (v), thus f V (v) f X (v)+f Y (v) f X (v)f Y (v) f Y (v)f X (v) For example, if X Exp(λ 1 ) and Y Exp(λ 2 ), then V Exp(λ 1 +λ 2 ) EE 178/278A: Multiple Random Variables Page 3 30

16 Sum of Independent Random Variables Let X and Y be independent r.v.s with known distributions. We wish to find the distribution of their sum W X +Y First assume X p X (x) and Y p Y (y) are independent integer-valued r.v.s, then for any integer w, the pmf of their sum p W (w) P{X +Y w} P{X x, Y y} {(x,y): x+yw} x x x P{X x, Y w x} P{X x}p{y w x}, by independence p X (x)p Y (w x) This is the discrete convolution of the two pmfs EE 178/278A: Multiple Random Variables Page 3 31 For example, let X Poisson(λ 1 ) and Y Poisson(λ 2 ) be independent, then the pmf of their sum p W (w) p X (x)p Y (w x) x w p X (x)p Y (w x) for w 0,1,... x0 w λ x 1 x! e λ 1 x0 (λ 1+λ 2 ) w w! λ w x 2 (w x)! e λ 2 e (λ 1+λ 2 ) w x0 ( )( ) x ( ) w x w λ1 λ2 x λ 1 +λ 2 λ 1 +λ 2 (λ 1+λ 2 ) w e (λ 1+λ 2 ) w! Thus W X +Y Poisson(λ 1 +λ 2 ) In general a Poisson r.v. with parameter λ can be written as the sum of any number of independent Poisson(λ i ) r.v.s, so long as λ i λ. This property of a distribution is called infinite divisibility EE 178/278A: Multiple Random Variables Page 3 32

17 Now, let s assume that X f X (x), and Y f Y (y) are independent continuous r.v.s. We wish to find the pdf of their sum W X +Y. To do so, first note that P{W w X x} P{X +Y w X x} P{x+Y w X x} P{x+Y w}, by independence F Y (w x) Thus f W X (w x) f Y (w x), a very useful result Now, to find the pdf of W, consider f W (w) f W,X (w,x) dx f X (x)f W X (w x) dx This is the convolution of f X (x) and f Y (y) f X (x)f Y (w x) dx EE 178/278A: Multiple Random Variables Page 3 33 Example: Assume that X U[0,1] and Y U[0,1] are independent r.v.s. Find the pdf of their sum W X +Y Solution: To find the pdf of the sum, we convolve the two pdfs f W (w) w 0 1 w 1 f X (x)f Y (w x) dx dx, if 0 w 1 dx, if 1 < w 2 0, otherwise w, if 0 w 1 2 w, if 1 < w 2 0, otherwise Example: If X N(µ 1,σ 2 1) and Y N(µ 2,σ 2 2) are indepedent, then their sum W N(µ 1 +µ 2,σ 2 1 +σ 2 2), i.e., Gaussian is also an infinitely divisible distribution any Gaussian r.v. can be written as the sum of any number of independent Gaussians as long as their means sum to its mean and their variances sum to its variance (will prove this using transforms later) EE 178/278A: Multiple Random Variables Page 3 34

18 One Discrete and One Continuous RVs Let Θ be a discrete random variable with pmf p Θ (θ) For each Θ θ, such that p Θ (θ) 0, let Y be a continuous random variable with conditional pdf f Y Θ (y θ) The conditional pmf of Θ given Y can be defined as a limit P{Θ θ,y < Y y + y} p Θ Y (θ y) lim y 0 P{y < Y y + y} p Θ (θ)f Y Θ (y θ) y lim y 0 f Y (y) y f Y Θ(y θ) p Θ (θ) f Y (y) So we obtain yet another version of Bayes rule p Θ Y (θ y) f Y Θ (y θ) θ p Θ (θ )f Y Θ (y θ ) p Θ(θ) EE 178/278A: Multiple Random Variables Page 3 35 Example: Additive Gaussian Noise Channel Consider the following communication channel model Z N(0,N) Θ Y where the signal sent Θ { +1, with probability p 1, with probability 1 p, the signal received (also called observation) Y Θ+Z, and Θ and Z are independent Given Y y is received (observed), find the a posteriori pmf of Θ, p Θ Y (θ y) EE 178/278A: Multiple Random Variables Page 3 36

19 Solution: We use Bayes rule p Θ Y (θ y) f Y Θ(y θ)p Θ (θ) θ p Θ (θ )f Y Θ (y θ ) We know p Θ (θ). To find f Y Θ (y θ), consider P{Y y Θ 1} P{Θ+Z y Θ 1} P{Z y Θ Θ 1} P{Z y 1 Θ 1} P{Z y 1}, by independence of Θ and Z Therefore, Y {Θ +1} N(+1,N). Also, Y {Θ 1} N( 1,N) Thus p Θ Y (1 y) p 2πN e (y 1)2 2N p 2πN e (y 1)2 2N + (1 p) 2πN e (y+1)2 2N pe y pe y for < y < +(1 p)e y EE 178/278A: Multiple Random Variables Page 3 37 Now, let p 1/2. Suppose the receiver decides that the signal transmitted is 1 if Y > 0, otherwise he decides that it is a 1. What is the probability of decision error? Solution: First we plot the conditional pdfs f Y Θ (y 1) f Y Θ (y 1) 1 1 y This decision rule make sense, since you decide that the signal transmitted is 1 if f Y Θ (y 1) > f Y Θ (y 1) An error occurs if Θ 1 is transmitted and Y 0, or Θ 1 is transmitted and Y > 0 EE 178/278A: Multiple Random Variables Page 3 38

20 But if Θ 1, then Y 0 iff Z < 1, and if Θ 1, then Y > 0 iff Z > 1 Thus the probability of error is P{ error } P{Θ 1,Y 0 or Θ 1,Y > 0} P{Θ 1,Y 0}+P{Θ 1,Y > 0} P{Θ 1}P{Y 0 Θ 1}+P{Θ 1}P{Y > 0 Θ 1} 1 2 P{Z < 1}+ 1 P{Z > 1} 2 ( ) 1 Q N EE 178/278A: Multiple Random Variables Page 3 39 Summary: Total Probability and Bayes Rule Law of total probability: events: P(B) i P(A i B), A i s partition Ω pmf: p X (x) y p(x,y) pdf: f X (x) f X,Y (x,y)dy mixed: f Y (y) θ p Θ(θ)f Y Θ (y θ), p Θ (θ) f Y (y)p Θ Y (θ y)dy Bayes rule: events: P(A j B) pmf: p X Y (x y) pdf: f X Y (x y) mixed: p Θ Y (θ y) f Y Θ (y θ) P(B A j ) i P(B A i)p(a i ) P(A j), A i s partition Ω p Y X (y x) x p Y X (y x )p X (x ) p X(x) f Y X (y x) fx (x )f Y X (y x )dx f X (x) f Y Θ (y θ) θ p Θ (θ )f Y Θ (y θ ) p Θ(θ), p Θ Y (θ y) fy (y )p Θ Y (θ y )dy f Y (y) EE 178/278A: Multiple Random Variables Page 3 40

21 More Than Two RVs Let X 1,X 2,...,X n be random variables (defined over the same experiment) If the r.v.s are discrete then they can be jointly specified by their joint pmf p X1,X 2,...,X n (x 1,x 2,...,x n ), for all (x 1,x 2,...,x n ) X 1 X 2,... X n If the r.v.s are jointly continuous, then they can be specified by the joint pdf f X1,X 2,...,X n (x 1,x 2,...,x n ), for all (x 1,x 2,...,x n ) Marginal pdf (or pmf) is the joint pdf (or pmf) for a subset of {X 1,...,X n }; e.g. for three r.v.s X 1,X 2,X 3, the marginals are f Xi (x i ) and f Xi,X j (x i,x j ) for i j The marginals can be obtained from the joint in the usual way, e.g. for the n 3 example f X1,X 2 (x 1,x 2 ) f X1,X 2,X 3 (x 1,x 2,x 3 )dx 3 EE 178/278A: Multiple Random Variables Page 3 41 Conditional pmf or pdf can be defined in the usual way, e.g. the conditional pdf of (X k+1,x k+2,...,x n ) given (X 1,X 2,...,X k ) is f Xk+1,...,X n X 1,...,X k (x k+1,...,x n x 1,...,x k ) f X 1,...,X n (x 1,...,x n ) f X1,...,X k (x 1,...,x k ) Chain rule: We can write f X1,...,X n (x 1,...,x n ) f X1 (x 1 )f X2 X 1 (x 2 x 1 )f X3 X 1,X 2 (x 3 x 1,x 2 )......f Xn X 1,...,X n 1 (x n x 1,...,x n 1 ) In general X 1,X 2,...,X n are completely specified by their joint cdf F X1,...,X n (x 1,...,x n ) P{X 1 x 1,...,X n x n }, for all (x 1,...,x n ) EE 178/278A: Multiple Random Variables Page 3 42

22 Independence and Conditional Independence Independence is defined in the usual way: X 1,X 2,...,X n are said to be independent iff n f X1,X 2,...,X n (x 1,x 2,...,x n ) f Xi (x i ) for all (x 1,x 2,...,x n ) Important special case, i.i.d. r.v.s: X 1,X 2,...,X n are said to be independent and identically distributed (i.i.d.) if they are independent and have the same marginal, e.g. if we flip a coin n times independently we can generate X 1,X 2,...,X n i.i.d. Bern(p) r.v.s The r.v.s X 1 and X 3 are said to be conditionally independent given X 2 iff i1 f X1,X 3 X 2 (x 1,x 3 x 2 ) f X1 X 2 (x 1 x 2 )f X3 X 2 (x 3 x 2 ) for all (x 1,x 2,x 3 ) Conditional independence does not necessarily imply or is implied by independence, i.e., X 1 and X 3 independent given X 2 does not necessarily mean that X 1 and X 3 are independent (or vice versa) EE 178/278A: Multiple Random Variables Page 3 43 Example: Series Binary Symmetric Channels: Z 1 Z 2 X 1 X 2 X3 Here X 1 Bern(p), Z 1 Bern(ǫ 1 ), and Z 2 Bern(ǫ 2 ) are independent, and X 3 X 1 +Z 1 +Z 2 mod 2 In general X 1 and X 3 are not independent X 1 and X 3 are conditionally independent given X 2 Also X 1 and Z 1 are independent, but not conditionally independent given X 2 Example Coin with Random Bias: Consider a coin with random bias P f P (p). Flip it n times independently to generate the r.v.s X 1,X 2,...,X n (X i 1 if i-th flip is heads, 0 otherwise) The r.v.s X 1,X 2,...,X n are not independent However, X 1,X 2,...,X n are conditionally independent given P in fact, for any P p, they are i.i.d. Bern(p) EE 178/278A: Multiple Random Variables Page 3 44

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

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

UCSD ECE 153 Handout #20 Prof. Young-Han Kim Thursday, April 24, Solutions to Homework Set #3 (Prepared by TA Fatemeh Arbabjolfaei)

UCSD ECE 153 Handout #20 Prof. Young-Han Kim Thursday, April 24, Solutions to Homework Set #3 (Prepared by TA Fatemeh Arbabjolfaei) UCSD ECE 53 Handout #0 Prof. Young-Han Kim Thursday, April 4, 04 Solutions to Homework Set #3 (Prepared by TA Fatemeh Arbabjolfaei). Time until the n-th arrival. Let the random variable N(t) be the number

More information

Solutions to Homework Set #3 (Prepared by Yu Xiang) Let the random variable Y be the time to get the n-th packet. Find the pdf of Y.

Solutions to Homework Set #3 (Prepared by Yu Xiang) Let the random variable Y be the time to get the n-th packet. Find the pdf of Y. Solutions to Homework Set #3 (Prepared by Yu Xiang). Time until the n-th arrival. Let the random variable N(t) be the number of packets arriving during time (0,t]. Suppose N(t) is Poisson with pmf p N

More information

Recitation 2: Probability

Recitation 2: Probability Recitation 2: Probability Colin White, Kenny Marino January 23, 2018 Outline Facts about sets Definitions and facts about probability Random Variables and Joint Distributions Characteristics of distributions

More information

General Random Variables

General Random Variables 1/65 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Probability A general random variable is discrete, continuous, or mixed. A discrete random variable

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

Multivariate distributions

Multivariate distributions CHAPTER Multivariate distributions.. Introduction We want to discuss collections of random variables (X, X,..., X n ), which are known as random vectors. In the discrete case, we can define the density

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

4 Pairs of Random Variables

4 Pairs of Random Variables B.Sc./Cert./M.Sc. Qualif. - Statistical Theory 4 Pairs of Random Variables 4.1 Introduction In this section, we consider a pair of r.v. s X, Y on (Ω, F, P), i.e. X, Y : Ω R. More precisely, we define a

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

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 1 Henrik Vie Christensen vie@control.auc.dk Department of Control Engineering Institute of Electronic Systems Aalborg University Denmark

More information

M378K In-Class Assignment #1

M378K In-Class Assignment #1 The following problems are a review of M6K. M7K In-Class Assignment # Problem.. Complete the definition of mutual exclusivity of events below: Events A, B Ω are said to be mutually exclusive if A B =.

More information

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables ECE 6010 Lecture 1 Introduction; Review of Random Variables Readings from G&S: Chapter 1. Section 2.1, Section 2.3, Section 2.4, Section 3.1, Section 3.2, Section 3.5, Section 4.1, Section 4.2, Section

More information

Basics on Probability. Jingrui He 09/11/2007

Basics on Probability. Jingrui He 09/11/2007 Basics on Probability Jingrui He 09/11/2007 Coin Flips You flip a coin Head with probability 0.5 You flip 100 coins How many heads would you expect Coin Flips cont. You flip a coin Head with probability

More information

Lecture 13: Conditional Distributions and Joint Continuity Conditional Probability for Discrete Random Variables

Lecture 13: Conditional Distributions and Joint Continuity Conditional Probability for Discrete Random Variables EE5110: Probability Foundations for Electrical Engineers July-November 015 Lecture 13: Conditional Distributions and Joint Continuity Lecturer: Dr. Krishna Jagannathan Scribe: Subrahmanya Swamy P 13.1

More information

UCSD ECE250 Handout #20 Prof. Young-Han Kim Monday, February 26, Solutions to Exercise Set #7

UCSD ECE250 Handout #20 Prof. Young-Han Kim Monday, February 26, Solutions to Exercise Set #7 UCSD ECE50 Handout #0 Prof. Young-Han Kim Monday, February 6, 07 Solutions to Exercise Set #7. Minimum waiting time. Let X,X,... be i.i.d. exponentially distributed random variables with parameter λ, i.e.,

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES Contents 1. Continuous random variables 2. Examples 3. Expected values 4. Joint distributions

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 4400:693 - Information Theory

ECE 4400:693 - Information Theory ECE 4400:693 - Information Theory Dr. Nghi Tran Lecture 8: Differential Entropy Dr. Nghi Tran (ECE-University of Akron) ECE 4400:693 Lecture 1 / 43 Outline 1 Review: Entropy of discrete RVs 2 Differential

More information

sheng@mail.ncyu.edu.tw Content Joint distribution functions Independent random variables Sums of independent random variables Conditional distributions: discrete case Conditional distributions: continuous

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

Lecture 10: Broadcast Channel and Superposition Coding

Lecture 10: Broadcast Channel and Superposition Coding Lecture 10: Broadcast Channel and Superposition Coding Scribed by: Zhe Yao 1 Broadcast channel M 0M 1M P{y 1 y x} M M 01 1 M M 0 The capacity of the broadcast channel depends only on the marginal conditional

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

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

UNIT Define joint distribution and joint probability density function for the two random variables X and Y.

UNIT Define joint distribution and joint probability density function for the two random variables X and Y. UNIT 4 1. Define joint distribution and joint probability density function for the two random variables X and Y. Let and represent the probability distribution functions of two random variables X and Y

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 17: Continuous random variables: conditional PDF Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin

More information

Probability Review. Yutian Li. January 18, Stanford University. Yutian Li (Stanford University) Probability Review January 18, / 27

Probability Review. Yutian Li. January 18, Stanford University. Yutian Li (Stanford University) Probability Review January 18, / 27 Probability Review Yutian Li Stanford University January 18, 2018 Yutian Li (Stanford University) Probability Review January 18, 2018 1 / 27 Outline 1 Elements of probability 2 Random variables 3 Multiple

More information

Chapter 3 sections. SKIP: 3.10 Markov Chains. SKIP: pages Chapter 3 - continued

Chapter 3 sections. SKIP: 3.10 Markov Chains. SKIP: pages Chapter 3 - continued Chapter 3 sections 3.1 Random Variables and Discrete Distributions 3.2 Continuous Distributions 3.3 The Cumulative Distribution Function 3.4 Bivariate Distributions 3.5 Marginal Distributions 3.6 Conditional

More information

The story of the film so far... Mathematics for Informatics 4a. Jointly distributed continuous random variables. José Figueroa-O Farrill

The story of the film so far... Mathematics for Informatics 4a. Jointly distributed continuous random variables. José Figueroa-O Farrill The story of the film so far... Mathematics for Informatics 4a José Figueroa-O Farrill Lecture 2 2 March 22 X a c.r.v. with p.d.f. f and g : R R: then Y g(x is a random variable and E(Y g(f(d variance:

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

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

More on Distribution Function

More on Distribution Function More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function F X. Theorem: Let X be any random variable, with cumulative distribution

More information

Chapter 3 sections. SKIP: 3.10 Markov Chains. SKIP: pages Chapter 3 - continued

Chapter 3 sections. SKIP: 3.10 Markov Chains. SKIP: pages Chapter 3 - continued Chapter 3 sections Chapter 3 - continued 3.1 Random Variables and Discrete Distributions 3.2 Continuous Distributions 3.3 The Cumulative Distribution Function 3.4 Bivariate Distributions 3.5 Marginal Distributions

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

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

Lecture Notes 2 Random Variables. Discrete Random Variables: Probability mass function (pmf)

Lecture Notes 2 Random Variables. Discrete Random Variables: Probability mass function (pmf) Lecture Notes 2 Random Variables Definition Discrete Random Variables: Probability mass function (pmf) Continuous Random Variables: Probability density function (pdf) Mean and Variance Cumulative Distribution

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

ECE302 Exam 2 Version A April 21, You must show ALL of your work for full credit. Please leave fractions as fractions, but simplify them, etc.

ECE302 Exam 2 Version A April 21, You must show ALL of your work for full credit. Please leave fractions as fractions, but simplify them, etc. ECE32 Exam 2 Version A April 21, 214 1 Name: Solution Score: /1 This exam is closed-book. You must show ALL of your work for full credit. Please read the questions carefully. Please check your answers

More information

Fundamental Tools - Probability Theory II

Fundamental Tools - Probability Theory II Fundamental Tools - Probability Theory II MSc Financial Mathematics The University of Warwick September 29, 2015 MSc Financial Mathematics Fundamental Tools - Probability Theory II 1 / 22 Measurable random

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

Discrete Random Variables

Discrete Random Variables CPSC 53 Systems Modeling and Simulation Discrete Random Variables Dr. Anirban Mahanti Department of Computer Science University of Calgary mahanti@cpsc.ucalgary.ca Random Variables A random variable is

More information

1 Joint and marginal distributions

1 Joint and marginal distributions DECEMBER 7, 204 LECTURE 2 JOINT (BIVARIATE) DISTRIBUTIONS, MARGINAL DISTRIBUTIONS, INDEPENDENCE So far we have considered one random variable at a time. However, in economics we are typically interested

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

Lecture Notes 5 Convergence and Limit Theorems. Convergence with Probability 1. Convergence in Mean Square. Convergence in Probability, WLLN

Lecture Notes 5 Convergence and Limit Theorems. Convergence with Probability 1. Convergence in Mean Square. Convergence in Probability, WLLN Lecture Notes 5 Convergence and Limit Theorems Motivation Convergence with Probability Convergence in Mean Square Convergence in Probability, WLLN Convergence in Distribution, CLT EE 278: Convergence and

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

Random Signals and Systems. Chapter 3. Jitendra K Tugnait. Department of Electrical & Computer Engineering. Auburn University.

Random Signals and Systems. Chapter 3. Jitendra K Tugnait. Department of Electrical & Computer Engineering. Auburn University. Random Signals and Systems Chapter 3 Jitendra K Tugnait Professor Department of Electrical & Computer Engineering Auburn University Two Random Variables Previously, we only dealt with one random variable

More information

Chapter 2: Random Variables

Chapter 2: Random Variables ECE54: Stochastic Signals and Systems Fall 28 Lecture 2 - September 3, 28 Dr. Salim El Rouayheb Scribe: Peiwen Tian, Lu Liu, Ghadir Ayache Chapter 2: Random Variables Example. Tossing a fair coin twice:

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

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

Exam 1. Problem 1: True or false

Exam 1. Problem 1: True or false Exam 1 Problem 1: True or false We are told that events A and B are conditionally independent, given a third event C, and that P(B C) > 0. For each one of the following statements, decide whether the statement

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

Let X and Y denote two random variables. The joint distribution of these random

Let X and Y denote two random variables. The joint distribution of these random EE385 Class Notes 9/7/0 John Stensby Chapter 3: Multiple Random Variables Let X and Y denote two random variables. The joint distribution of these random variables is defined as F XY(x,y) = [X x,y y] P.

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

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

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

UCSD ECE250 Handout #27 Prof. Young-Han Kim Friday, June 8, Practice Final Examination (Winter 2017)

UCSD ECE250 Handout #27 Prof. Young-Han Kim Friday, June 8, Practice Final Examination (Winter 2017) UCSD ECE250 Handout #27 Prof. Young-Han Kim Friday, June 8, 208 Practice Final Examination (Winter 207) There are 6 problems, each problem with multiple parts. Your answer should be as clear and readable

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

10. Joint Moments and Joint Characteristic Functions

10. Joint Moments and Joint Characteristic Functions 10. Joint Moments and Joint Characteristic Functions Following section 6, in this section we shall introduce various parameters to compactly represent the inormation contained in the joint p.d. o two r.vs.

More information

ECE353: Probability and Random Processes. Lecture 7 -Continuous Random Variable

ECE353: Probability and Random Processes. Lecture 7 -Continuous Random Variable ECE353: Probability and Random Processes Lecture 7 -Continuous Random Variable Xiao Fu School of Electrical Engineering and Computer Science Oregon State University E-mail: xiao.fu@oregonstate.edu Continuous

More information

Estimation theory. Parametric estimation. Properties of estimators. Minimum variance estimator. Cramer-Rao bound. Maximum likelihood estimators

Estimation theory. Parametric estimation. Properties of estimators. Minimum variance estimator. Cramer-Rao bound. Maximum likelihood estimators Estimation theory Parametric estimation Properties of estimators Minimum variance estimator Cramer-Rao bound Maximum likelihood estimators Confidence intervals Bayesian estimation 1 Random Variables Let

More information

1 Solution to Problem 2.1

1 Solution to Problem 2.1 Solution to Problem 2. I incorrectly worked this exercise instead of 2.2, so I decided to include the solution anyway. a) We have X Y /3, which is a - function. It maps the interval, ) where X lives) onto

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

STAT 3610: Review of Probability Distributions

STAT 3610: Review of Probability Distributions STAT 3610: Review of Probability Distributions Mark Carpenter Professor of Statistics Department of Mathematics and Statistics August 25, 2015 Support of a Random Variable Definition The support of a random

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

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

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

ECE531: Principles of Detection and Estimation Course Introduction

ECE531: Principles of Detection and Estimation Course Introduction ECE531: Principles of Detection and Estimation Course Introduction D. Richard Brown III WPI 22-January-2009 WPI D. Richard Brown III 22-January-2009 1 / 37 Lecture 1 Major Topics 1. Web page. 2. Syllabus

More information

Quantitative Methods in Economics Conditional Expectations

Quantitative Methods in Economics Conditional Expectations Quantitative Methods in Economics Conditional Expectations Maximilian Kasy Harvard University, fall 2016 1 / 19 Roadmap, Part I 1. Linear predictors and least squares regression 2. Conditional expectations

More information

x log x, which is strictly convex, and use Jensen s Inequality:

x log x, which is strictly convex, and use Jensen s Inequality: 2. Information measures: mutual information 2.1 Divergence: main inequality Theorem 2.1 (Information Inequality). D(P Q) 0 ; D(P Q) = 0 iff P = Q Proof. Let ϕ(x) x log x, which is strictly convex, and

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

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

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

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

Discrete Random Variable

Discrete Random Variable Discrete Random Variable Outcome of a random experiment need not to be a number. We are generally interested in some measurement or numerical attribute of the outcome, rather than the outcome itself. n

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

Introduction to Stochastic Processes

Introduction to Stochastic Processes Stat251/551 (Spring 2017) Stochastic Processes Lecture: 1 Introduction to Stochastic Processes Lecturer: Sahand Negahban Scribe: Sahand Negahban 1 Organization Issues We will use canvas as the course webpage.

More information

ORF 245 Fundamentals of Statistics Joint Distributions

ORF 245 Fundamentals of Statistics Joint Distributions ORF 245 Fundamentals of Statistics Joint Distributions Robert Vanderbei Fall 2015 Slides last edited on November 11, 2015 http://www.princeton.edu/ rvdb Introduction Joint Cumulative Distribution Function

More information

Chapter 4 Multiple Random Variables

Chapter 4 Multiple Random Variables Review for the previous lecture Theorems and Examples: How to obtain the pmf (pdf) of U = g ( X Y 1 ) and V = g ( X Y) Chapter 4 Multiple Random Variables Chapter 43 Bivariate Transformations Continuous

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

Random variables. DS GA 1002 Probability and Statistics for Data Science.

Random variables. DS GA 1002 Probability and Statistics for Data Science. Random variables DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Motivation Random variables model numerical quantities

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

Introduction to Probability and Statistics (Continued)

Introduction to Probability and Statistics (Continued) Introduction to Probability and Statistics (Continued) Prof. icholas Zabaras Center for Informatics and Computational Science https://cics.nd.edu/ University of otre Dame otre Dame, Indiana, USA Email:

More information

Northwestern University Department of Electrical Engineering and Computer Science

Northwestern University Department of Electrical Engineering and Computer Science Northwestern University Department of Electrical Engineering and Computer Science EECS 454: Modeling and Analysis of Communication Networks Spring 2008 Probability Review As discussed in Lecture 1, probability

More information

Math 407: Probability Theory 5/10/ Final exam (11am - 1pm)

Math 407: Probability Theory 5/10/ Final exam (11am - 1pm) Math 407: Probability Theory 5/10/2013 - Final exam (11am - 1pm) Name: USC ID: Signature: 1. Write your name and ID number in the spaces above. 2. Show all your work and circle your final answer. Simplify

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

Chapter 2 Random Variables

Chapter 2 Random Variables Stochastic Processes Chapter 2 Random Variables Prof. Jernan Juang Dept. of Engineering Science National Cheng Kung University Prof. Chun-Hung Liu Dept. of Electrical and Computer Eng. National Chiao Tung

More information

Discrete Mathematics and Probability Theory Fall 2015 Note 20. A Brief Introduction to Continuous Probability

Discrete Mathematics and Probability Theory Fall 2015 Note 20. A Brief Introduction to Continuous Probability CS 7 Discrete Mathematics and Probability Theory Fall 215 Note 2 A Brief Introduction to Continuous Probability Up to now we have focused exclusively on discrete probability spaces Ω, where the number

More information

Fundamentals. CS 281A: Statistical Learning Theory. Yangqing Jia. August, Based on tutorial slides by Lester Mackey and Ariel Kleiner

Fundamentals. CS 281A: Statistical Learning Theory. Yangqing Jia. August, Based on tutorial slides by Lester Mackey and Ariel Kleiner Fundamentals CS 281A: Statistical Learning Theory Yangqing Jia Based on tutorial slides by Lester Mackey and Ariel Kleiner August, 2011 Outline 1 Probability 2 Statistics 3 Linear Algebra 4 Optimization

More information

Naïve Bayes classification

Naïve Bayes classification Naïve Bayes classification 1 Probability theory Random variable: a variable whose possible values are numerical outcomes of a random phenomenon. Examples: A person s height, the outcome of a coin toss

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

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

E X A M. Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours. Number of pages incl.

E X A M. Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours. Number of pages incl. E X A M Course code: Course name: Number of pages incl. front page: 6 MA430-G Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours Resources allowed: Notes: Pocket calculator,

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

Lecture Notes 7 Random Processes. Markov Processes Markov Chains. Random Processes

Lecture Notes 7 Random Processes. Markov Processes Markov Chains. Random Processes Lecture Notes 7 Random Processes Definition IID Processes Bernoulli Process Binomial Counting Process Interarrival Time Process Markov Processes Markov Chains Classification of States Steady State Probabilities

More information

MA 519 Probability: Review

MA 519 Probability: Review MA 519 : Review Yingwei Wang Department of Mathematics, Purdue University, West Lafayette, IN, USA Contents 1 How to compute the expectation? 1.1 Tail........................................... 1. Index..........................................

More information

When Are Two Random Variables Independent?

When Are Two Random Variables Independent? When Are Two Random Variables Independent? 1 Introduction. Almost all of the mathematics of inferential statistics and sampling theory is based on the behavior of mutually independent random variables,

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions CHAPTER Random Variables and Probability Distributions Random Variables Suppose that to each point of a sample space we assign a number. We then have a function defined on the sample space. This function

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