Calculating Joint Distribution

  • Thread starter Thread starter BlueScreenOD
  • Start date Start date
  • Tags Tags
    Distribution Joint
Click For Summary
SUMMARY

The discussion centers on calculating joint distributions for two random variables, X and Y, using a provided probability table. Key calculations include P(X = Y), which totals 34/136, and P(X + Y = 5), which requires identifying all combinations that sum to 5. The probability P(1 < X <= 3, 1 < Y <= 3) is confirmed as 34/136. Additionally, the probability for the Cartesian product p((X,Y) ∈ {1,4} x {1,4}) is established as 1, indicating that all pairs in the specified range are covered.

PREREQUISITES
  • Understanding of joint probability distributions
  • Familiarity with probability notation and operators
  • Basic knowledge of random variables
  • Ability to interpret probability tables
NEXT STEPS
  • Study the concept of marginal distributions in probability theory
  • Learn about conditional probabilities and their calculations
  • Explore the use of joint distributions in statistical modeling
  • Investigate the implications of Cartesian products in probability
USEFUL FOR

Students and professionals in statistics, data science, or any field requiring a solid understanding of joint probability distributions and their applications.

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) \in {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) \in {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) \in {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) \in {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.
 

Similar threads

Replies
8
Views
2K
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K