How Do You Calculate Constants and Probabilities for a Given Joint PDF?

  • Context: Graduate 
  • Thread starter Thread starter mnf
  • Start date Start date
  • Tags Tags
    Joint
Click For Summary
SUMMARY

The joint probability density function (PDF) for variables x and y is defined as f(x,y) = a |x-y| for 0 ≤ x, y ≤ 1, and 0 otherwise. To determine the constant a, the total probability must equal 1, leading to the integral equation a(∫ from 0 to 1 ∫ from 0 to x (y - x) dy dx + ∫ from 0 to 1 ∫ from x to 1 (x - y) dy dx) = 1. The probability p(y>x) is calculated using the integral p(y>x) = a ∫ from 0 to 1 ∫ from x to 1 (y - x) dy dx, while the probability p(x=y) equals 0, as any double integral over a line yields zero.

PREREQUISITES
  • Understanding of joint probability density functions
  • Knowledge of double integrals in calculus
  • Familiarity with probability theory concepts
  • Experience with integration techniques
NEXT STEPS
  • Study the properties of joint probability distributions
  • Learn advanced integration techniques for multiple variables
  • Explore the concept of symmetry in probability
  • Investigate the implications of continuous random variables
USEFUL FOR

Mathematicians, statisticians, and students studying probability theory, particularly those focusing on joint distributions and integration methods.

mnf
Messages
4
Reaction score
0
if the joint p.d.f of x,y is given by

f(x,y)= a |x-y| ,0<=x,y<=1
f(x,y)= 0 , o.w


find i)a
ii)p(y>x)
iii)p(x=y)
 
Physics news on Phys.org
mnf said:
if the joint p.d.f of x,y is given by

f(x,y)= a |x-y| ,0<=x,y<=1
f(x,y)= 0 , o.w


find i)a
a must be such that the total probability is 1. x\ge y, and so |x-y|= x- y, for (x,y) on the triangle with vertices at (0,0), (1, 1), and (1, 0). y\ge x, and so |x- y|= y- x for (x,y) on the triangle with vertices at (0, 0), (1, 1), and (0, 1). That is, we must have
\int_{x=0}^1\int_{y= 0}^x a(y- x) dydx+ \int_{x=0}^1\int_{y=x}^1 a(x- y)dydx= 1
a\left(\int_{x=0}^1\int_{y= 0}^x (y- x) dydx+ \int_{x=0}^1\int_{y= x}^1 (x- y)dydx\right)= 1
Do the integration on the left and take its reciprocal to find a.

ii)p(y>x)
Again, y> x in the triangle with vertices at (0,0), (1, 1), and (, 1).
p(y&gt;x)= a\int_{x=0}^1\int_{y=x}^1 (y- x) dy dx
where "a" is the value from (i). (Though the answer should be obvious from symmetry.)

iii)p(x=y)
Any double integral over a line is 0.
 
Last edited by a moderator:

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 30 ·
2
Replies
30
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 43 ·
2
Replies
43
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K