Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 4: Joint and Conditional Distributions

Similar presentations


Presentation on theme: "Chapter 4: Joint and Conditional Distributions"— Presentation transcript:

1 Chapter 4: Joint and Conditional Distributions
Yang Zhenlin

2 Chapter Contents Joint Distribution Special Joint Distributions:
Multinomial and Bivariate Normal Covariance and Correlation Coefficient Conditional Distribution Conditional Expectation Conditional Variance

3 Introduction In many applications, more than one variables are needed for describing a quantity or a phenomenon of interest, e.g., To describe the size of a man, one needs at least height (X) and weight (Y). To describe a point in a rectangle, one needs X coordinate and Y coordinate. In general, the set of k r.v.s correspond to the same “unit”, defined on the same sample space and taking values in a k-dimensional Euclidean space. In this chapter, we focus mainly on the case of two r.v.s, and deal separately with two cases: both X and Y are discrete both X and Y are continuous

4 Joint Distributions Definition 4.1. (Joint CDF) The joint cumulative distribution function of r.v.s X and Y is the function defined by F(x, y) = P(X  x, Y  y ). Definition 4.1 extends naturally to cases of more than two r.v.s. It applies to both discrete and continuous r.v.s. Definition 4.2. Let X and Y be two discrete random variables defined on the same sample space. The joint probability mass function of X and Y is defined to be p(x, y) = P(X = x, Y = y) for all possible values of X and Y. Definition 4.2 extends directly to cases of more than two r.v.s

5 Joint Distributions Example Xavier and Yvette are two real estate agents. Let X and Y denote the number of houses that Xavier and Yvette will sell next week, respectively. Suppose that there only four houses for sale next week. The joint probability mass function and its graph are presented below. Find P(X  1, Y  1) and P(Y  1). p(x, y) X Y 1 2 .12 .42 .06 .21 .03 .07 .02 .01 Answer: P(X  1, Y  1) = = 0.12, P(Y  1) = = .40

6 Joint Distributions Example A bin contains 1000 flower seeds, of which 400 are red, 400 are white and 200 are pink. Ten seeds are selected at random without replacement. Let X be the number of red flower seeds and Y be the number of white flower seeds being selected. (a) Find the joint pmf of X and Y. (b) Calculate P(X = 2, Y = 3) and P(X = Y). Solution: (a) From the counting techniques in Chapter 1, we obtain (b)

7 Joint Distributions A function p(x, y) is said to be the joint pmf of discrete r.v.s X and Y if and only if for all possible values (x, y), (i) p(x, y)  0 and (ii) Example 4.3. Let the joint pmf of X and Y be give by (a) Find the value of the constant k. (b) Calculate P(X > Y), P(X + Y  4), and P(Y  X). Solution: (a) = k[( ) + ( ) + ( ) + ( )] = 38 k,  k = 1/38. (b) P(X > Y) = 0, P(X + Y  4) = 7/38, and P(Y  X) = 1.

8 Joint Distributions Definition 4.3. A function f(x, y) is said to be the joint probability density function of the continuous r.v.s X and Y if the joint CDF of X and Y can be written as A function f(x, y) is said to be the joint pdf of continuous r.v.s X and Y if and only if for all possible values (x, y), (i) f(x, y)  and (ii) Marginal pmf: Marginal pdf:

9 Joint Distributions Example 4.4. Let the joint pdf be given by
(a) Find the value of the constant k. (b) Find the marginal pdfs of X and Y. (c) Calculate P(X + Y < 1), P(2X < Y), and P(X = Y). Solution: Some points to note: Finding the constant k and probabilities are matters of double integration, It is important to draw regions on which integrations are desired, so that the integration limits can be determined.

10 Joint Distributions (a) (b) (c)

11 P(X  x, Y  y) = P(X  x) P(Y  y)
Joint Distributions Definition Two random variables X and Y are said to be independent if and only if P(X  x, Y  y) = P(X  x) P(Y  y) for all possible values (x, y) of (X, Y).

12 Joint Distributions Note:
This definition states that X and Y are independent if and only if their joint CDF can be written as the product of their marginal CDfs, i.e., F(x, y) = FX(x) FY(y). When X and Y are both discrete, the independence condition can be written as P(X = x, Y = y) = P(X = x) P(Y = y), for all x and y, i.e., the joint pmf is the product of the marginal pmfs. When X and Y are both continuous, the independence condition can be written as f(x, y) = fX(x) fY(y), i.e., joint pdf is the product of the marginal pdfs. Definition 4.4 extends naturally to the cases of many random variables

13 Joint Distributions Example Stores A and B, which belong to the same owner, are located in two different towns. If the probability density function of the weekly profit of each store, in thousand dollars, is given by and the profit of one store is independent of the other, what is the probability that next week one store makes at least $500 more than the other store? Solution: Let X and Y denote, respectively, next week’s profits of stores A and B. The desired probability is P(X  Y + 1/2) + P(Y  X + 1/2) Since X and Y are independent, by symmetry, P(X  Y + 1/2) + P(Y  X + 1/2) = 2 P(X  Y + 1/2) To calculate P(X  Y + 1/2), we need the joint pdf of X and Y. Since X and Y are independent, we have,

14 Joint Distributions To find P(X > Y + 1/2), one needs to integrate f(x, y) on a region defined by the conditions: 1  X  3, 1  Y  3, and X  Y + 1/2. Example Prove that the two random variables X and Y with the following joint probability density function are not independent.

15 Special Joint Distributions
Certain special joint distributions such as multinomial and bivariate normal deserve some detailed attention. Multinomial is a direct generalization of the binomial. An experiment has k possible outcomes with probabilities 1, 2,  , k. Let Xi be the number of times that the ith outcome occurs among a total of n independent trials of such an experiment, i = 1, 2,  , k. Then the joint distribution of X1, X2, , Xk is called the Multinomial Distribution with the joint pmf of the following form: where 1 +  k = 1, and x1 + x xk = n.

16 Special Joint Distributions Plots of Bivariate Normal pdf
A Bivariate Normal distribution has the following joint pdf: f(x1,x2) = Plots of Bivariate Normal pdf µ1 = µ2 = 0, 1 = 2 =1,  = 0.9 µ1 = µ2 = 0, 1 = 2 =1,  = 0.1

17 Special Joint Distributions
It can be shown that  is the correlation coefficient between X1 and X2. When  =0, we have So, in this case, X1 and X2 are independent. For two normal random variables, if they are uncorrelated (or covariance is zero), then they are independent. This conclusion may not apply to other random variables.

18 Covariance and Correlation Coefficient
Definition The covariance between any two jointly distributed r.v.s X and Y, denoted by Cov(X, Y), is defined by Cov(X, Y) = E[(X µX)(Y µY)] = E[XY]  µX µY where µX = E[X] and µY = E[Y] Properties of Covariance: For any two r.v.s X and Y, and constants a, b, c and d, Cov(X, X) = Var(X) Cov(X, Y) = Cov(Y, X) Cov(aX+b, cY+d) = ac Cov(X, Y) If X and Y are independent then Cov(X, Y) = 0.

19 Covariance and Correlation Coefficient
Definition The correlation coefficient between any two jointly distributed r.v.s X and Y, denoted by (X, Y), is defined by It measures the degree of association between X and Y, and takes values in [1, 1]. Properties of Correlation Coefficient: For any two r.v.s X and Y, and constants a, b, c and d, (aX+b, cY+d) = (X, Y), if ac > 0, =  (X, Y), if ac < 0.

20 Conditional Distributions
One of the most useful concepts in probability theory is that of conditional probability and conditional expectation, because In practice, some partial information is often available, and hence calculations of probabilities and expectations should be conditional upon the given information; In calculating a desired probability or expectation it is often extremely useful to first “condition” on some appropriate random variables. The concept of conditional probability, P(A|B) = P(A  B)/P(B), can be extended directly to give a definition of the conditional distribution of X given Y = y, where X and Y are two r.v.s, discrete or continuous.

21 Conditional Distributions
Definition For two discrete r.v.s X and Y, the conditional pmf of X given Y = y is where pY(y)  0; The conditional expectation of X given Y = y is defined as Clearly, when X is independent of Y, pX|Y(x | y) = pX(x) .

22 Conditional Distributions
Definition For two continuous r.v.s X and Y, the conditional pdf of X given Y = y is where fY(y)  0; The conditional expectation of X given Y = y is defined as Example Roll a fair die successfully. Let X be the number of rolls until first 4 and Y be the number of rolls until first 5. Find the conditional pmf of X given Y = 4. Calculate P(X > 2 | Y = 4). (c) Calculate E[X | Y = 4]

23 Conditional Distributions
Solution:

24 Conditional Distributions

25 Conditional Distributions
Example 4.8. The joint pdf of X and Y is given by (a) Compute the conditional pdf of X given Y=y, where 0  y  1. (b) Calculate P(X > 0.5 | Y = 0.5) . (c) Calculate E(X | Y = 0.5).

26 Conditional Distributions
Definition Let X and Y be jointly distributed r.v.s. The conditional variance of X given Y = y, is given by, Var(X | Y = y) = E[(X  µX|Y)2 | Y = y], where µX|Y = E(X | Y = y).


Download ppt "Chapter 4: Joint and Conditional Distributions"

Similar presentations


Ads by Google