Joint cumulative probability with dependent interval

360 Views Asked by At

Edit 2: Tried to make the question clearer by adding a graph

Edit: Please note: This is not a duplicate of another question I asked earlier (Finding joint density of dependent variables). The difference being that in the other question, $x$ and $y$ are correlated and hence their distributions are not independent -- i.e. $f_{X,Y}\neq f_Xf_Y$. Here, I am assuming that the two variables are independently distributed, but that the probability that I want to compute (i.e. the upper bounds of the interval) is a function of the other variable $a=u(Y), \ \ b=v(X)$.

I'm new to the site so please accept my apologies for asking anything to obvious.

I've got two independent continuous random variables $X$ and $Y$ with pdf's $f_X$ and $f_Y$, such that the joint density function is given by $f_{X,Y}$ and the joint cdf by $F_{X,Y}$.

I am looking for the joint probability $Prob(X \leq a,Y \geq b)$, where each variables' cut-off point is a function of the other variable, i.e. $a=u(Y)$ and $b=v(X)$. Essentially I need to integrate where the interval is dependent on the random variables:

$$\int^a\int_b f_{X,Y}(x,y)\,dy\,dx$$

Graphically, I am looking for the blue area:

enter image description here

which (I believe) should come down to $F_{X,Y} (a,y)-F_{X,Y} (a,b)$, but $a$ and $b$ depend on $X$ and $Y$, respectively.

Is there a way to find an analytical solution to this problem? Many thanks in advance even for a small hint. Much appreciated!

1

There are 1 best solutions below

2
On BEST ANSWER

By definition, $$ P(X\leqslant a(Y),Y\leqslant b(X))=\iint\mathbf 1_{x\leqslant a(y)}\,\mathbf 1_{y\leqslant b(x)}\,f_X(x)\,f_Y(y)\,\mathrm dx\mathrm dy. $$ With no further information on the functions $a$ and $b$, it seems difficult to be more specific.