Can Z and U be considered independent in this scenario?

  • Thread starter Thread starter lolypop
  • Start date Start date
  • Tags Tags
    Distributed
AI Thread Summary
The discussion revolves around proving the independence of random variables Z and U, defined in relation to two exponential random variables X and Y with different rates. Z is a discrete variable representing whether X is less than or equal to Y, while U is defined as the minimum of X and Y. A participant suggests deriving the cumulative distribution function (CDF) of Z instead of the probability density function (PDF), as Z is discrete and lacks a PDF. The key approach involves demonstrating that the joint CDF of Z and U equals the product of their marginal CDFs. This method provides a pathway to establish their independence.
lolypop
Messages
1
Reaction score
0
Hi ,
I got this question in my midterm today but up till now I don't know how to solve it ,

The Question is as follow :
If X and Y are two exponential Rv with different lambda . and there's a new Rvs Z and U are defined such that :

Z= 0 : X<Y and 1 : X=> Y

U= min(X,Y)

and the Question asked to proof that Z and U are independent .

So I started my solution by deriving the pdf of U since I know how to then tried to derive the pdf of Z but didn't know where to start and got stuck . :frown:

Can anyone tell me of a way to derive the pdf of Z . or is there another way to solve the problem ?:rolleyes:

lolypop
 
Physics news on Phys.org
Z is discrete and doesn't have a pdf - one way around is to consider the cdf instead, i.e. show that the joint cdf of Z and U is a product of the marginal cdfs.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top