Calculating Joint Distribution

  • Thread starter Thread starter BlueScreenOD
  • Start date Start date
  • Tags Tags
    Distribution Joint
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
BlueScreenOD
Messages
13
Reaction score
0

Homework Statement


Let X and Y be two random variables, with joint distribution given by the following table:
Code:
                a
b       1       2       3       4
--------------------------------------
1       16/136  3/136   2/136   13/136
2       5/136   10/136  11/136  8/136
3       9/136   6/136   7/136   12/136
4       4/136   15/136  14/136  1/136


What is:

a.) P(X = Y)
b.) P(X + Y = 5)
c.) P(1 < X <= 3, 1 < Y <= 3)
d.) p((X,Y) [tex]\in[/tex] {1,4} x {1,4})


Homework Equations





The Attempt at a Solution



To be honest, I'm not exactly sure what exactly these kinds of operators mean (e.g. what does it mean to say P(X = Y). But here's what I have so far:

P(a = 1) = P(a = 2) = P(a = 3) = P(a = 4) = P(b = 1) = P(b = 2) = P(b = 3) = P(b = 4) = 34/136

a.) P(X = Y) is [P(a = 1, b = 1) + ... + P(a = 4, b =4)] = 16/136 + 10/136 + 7/136 + 1/136

b.) P(X + Y = 5) = [P(a = 1, b = 4) + P(a = 4, b = 1)] = 13/136 + 4/136

c.) P(1 < X <= 3, 1 < Y <= 3) = c.) P(1 < a <= 3, 1 < b <= 3) =
10/136 + 11/136 + 6/136 + 7/136

d.) p((X,Y) [tex]\in[/tex] {1,4} x {1,4}) = ? I have no idea what this syntax means
 
Physics news on Phys.org
BlueScreenOD said:

Homework Statement


Let X and Y be two random variables, with joint distribution given by the following table:
Code:
                a
b       1       2       3       4
--------------------------------------
1       16/136  3/136   2/136   13/136
2       5/136   10/136  11/136  8/136
3       9/136   6/136   7/136   12/136
4       4/136   15/136  14/136  1/136


What is:

a.) P(X = Y)
b.) P(X + Y = 5)
c.) P(1 < X <= 3, 1 < Y <= 3)
d.) p((X,Y) [tex]\in[/tex] {1,4} x {1,4})


Homework Equations





The Attempt at a Solution



To be honest, I'm not exactly sure what exactly these kinds of operators mean (e.g. what does it mean to say P(X = Y). But here's what I have so far:

P(a = 1) = P(a = 2) = P(a = 3) = P(a = 4) = P(b = 1) = P(b = 2) = P(b = 3) = P(b = 4) = 34/136
I don't know what you mean by the equations above. The probabilities in the table are joint probabilities.
BlueScreenOD said:
a.) P(X = Y) is [P(a = 1, b = 1) + ... + P(a = 4, b =4)] = 16/136 + 10/136 + 7/136 + 1/136
Looks good (above).
BlueScreenOD said:
b.) P(X + Y = 5) = [P(a = 1, b = 4) + P(a = 4, b = 1)] = 13/136 + 4/136
What other ways can X + Y add to 5? You're showing just two of them. (above).
BlueScreenOD said:
c.) P(1 < X <= 3, 1 < Y <= 3) = c.) P(1 < a <= 3, 1 < b <= 3) =
10/136 + 11/136 + 6/136 + 7/136
Looks good (above).
BlueScreenOD said:
d.) p((X,Y) [tex]\in[/tex] {1,4} x {1,4}) = ? I have no idea what this syntax means
It's asking for P((X, Y)) where X can be 1, 2, 3, or 4 and Y can be 1, 2, 3, 4.
 
Part 'd' means the probability that the pair X,Y will be in the Cartesian product of {1,4} x {1,4}. Which means, P(X=1, Y=1) or P(X=2, Y=1) or ... and so on, for all pairs in that product.

Seeing your table, it looks like that would cover all the possible values in that table, so it would be 1.