How Do You Calculate Conditional Probabilities with Joint PDFs?

  • Thread starter Thread starter franz32
  • Start date Start date
  • Tags Tags
    Conditional
Click For Summary
SUMMARY

This discussion focuses on calculating conditional probabilities using the joint probability density function (pdf) f(x,y) = 2e^[-(x+y)], defined for the region 0 < x < y and y > 0. The main objective is to find P(Y < 1 | X < 1), which is derived using the definition of conditional probability: P(A/B) = P(AB)/P(B). The integration domains for the joint probabilities are established, and the transformation of variables is discussed to simplify the integration process.

PREREQUISITES
  • Understanding of joint probability density functions (pdf)
  • Knowledge of conditional probability definitions
  • Familiarity with double integrals in calculus
  • Experience with variable transformations in integration
NEXT STEPS
  • Study the properties of joint probability density functions
  • Learn about the application of conditional probability in statistical analysis
  • Explore techniques for changing variables in multiple integrals
  • Practice solving problems involving conditional probabilities and joint distributions
USEFUL FOR

Statisticians, data scientists, and students studying probability theory who are looking to deepen their understanding of conditional probabilities and joint distributions.

franz32
Messages
133
Reaction score
0
I just need a guide to this problem... found in one of the books in the library...
Given the joint pdf f(x,y) = 2e^[-(x+y)] where 0 < x < y, y > 0

find P(Y < 1 / x < 1). Note that "/" means given that.

I got the formula when P(a < Y < b / X = x) is given, i.e., in terms of the integral from a to b of f(y/x)dy. But how about this? Is there a formula to transform this? =) The answer is in the book... so I want to know how to begin with...
 
Physics news on Phys.org
franz32 said:
I just need a guide to this problem... found in one of the books in the library...
Given the joint pdf f(x,y) = 2e^[-(x+y)] where 0 < x < y, y > 0

find P(Y < 1 / x < 1). Note that "/" means given that.

I got the formula when P(a < Y < b / X = x) is given, i.e., in terms of the integral from a to b of f(y/x)dy. But how about this? Is there a formula to transform this? =) The answer is in the book... so I want to know how to begin with...

I think the probability density function was given as

f(x,y) = 2e^[-(x+y)] where 0 < x < y, y > 0
and f(x,y)=0 if x>y.

Let be the event A: y<1 and the event B: x<1.
By the definition of conditional probability P(A/B) = P(AB)/P(B). (AB means A AND B). You have to integrate f(x,y) to get the probabilities. Find the integration domains in the picture: for P(AB), it is 0<x<y, 0<y<1. For P(B), it is x<y<infinity, 0<x<1.

ehild
 
Last edited:


To solve this problem, we can use the definition of conditional probability, which states that P(A/B) = P(A and B)/P(B). In this case, we are trying to find P(Y < 1 / X < 1), so we can rewrite this as P(Y < 1 and X < 1) / P(X < 1).

To find the joint probability P(Y < 1 and X < 1), we can integrate the joint pdf f(x,y) over the region where both x and y are less than 1. This region can be represented as a triangle with vertices at (0,0), (1,0), and (1,1). So the integral becomes:

∫∫ f(x,y) dx dy = ∫∫ 2e^[-(x+y)] dx dy = 2∫∫ e^[-(x+y)] dx dy

Since the integral is over a triangle, we can change the limits of integration to make the calculations easier. Let u = x+y and v = y, then the triangle becomes a rectangle with vertices at (0,0), (1,0), (1,1). The limits of integration become 0 to 1 for both u and v. The Jacobian of this transformation is 1, so the integral becomes:

2∫∫ e^[-u] du dv = 2∫ e^[-u] dv = 2e^-u ∫ dv = 2e^-u (v) = 2e^-u (1-0) = 2e^-u

Now, to find P(X < 1), we can integrate the joint pdf f(x,y) over the region where x is less than 1. This region can be represented as a triangle with vertices at (0,0), (1,0), and (1,∞). So the integral becomes:

∫∫ f(x,y) dx dy = ∫∫ 2e^[-(x+y)] dx dy = 2∫∫ e^[-(x+y)] dx dy

Again, we can change the limits of integration to make the calculations easier. Let u = x+y and v = y, then the triangle becomes a trapezoid with vertices at (0,0), (1,0), (1,∞), and (0,
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
Replies
12
Views
3K
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
20
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
5K