2

I need to find the marginal distribution function $f_y$ for $$f_{xy}(u,v)= \begin{cases} 1\over u, & \text{$u\ge 1, 0\le v \le {1 \over u}$} \\ 0, & \text{else} \\ \end{cases}$$

my problem is with the domain $1<u< \infty$ for there is no convergence for the integral.

Jimmy R.
  • 35,868

1 Answers1

1

As usual, including the indicator functions in the densities makes the problems disappear... Here the joint density is $$ f_{X,Y}(u,v)=\frac1u\cdot\mathbf 1_{0\lt v\lt1}\cdot\mathbf 1_{1\lt u\lt1/v}, $$ hence $$ f_Y(v)=\int_\mathbb Rf_{X,Y}(u,v)\,\mathrm du, $$ that is, $$ f_Y(v)=\mathbf 1_{0\lt v\lt1}\int_\mathbb R\frac1u\,\mathbf 1_{1\lt u\lt1/v}\,\mathrm du=\mathbf 1_{0\lt v\lt1}\int_1^{1/v}\frac1u\,\mathrm du=-\log v\cdot\mathbf 1_{0\lt v\lt1}. $$

Did
  • 279,727