Let $x_i$ be $n$ i.i.d random variables from a uniform distribution in the interval $[a,b]$. Let $y_i$ be i.i.d random variables also from a uniform distribution in the interval $[c,d]$. Also, the pairs $(x_1,y_1),\dots,(x_n,y_n)$ are independent. Individual $x_i$ and $y_i$ may or may not be correlated. Consider the random variables obtained as \begin{align} z_1 \,&=\,\frac{1}{n}\sum_{i=1}^{n}\frac{x_i}{y_i} \\ z_2 \,&=\,\frac{\sum_{i}^{n}x_i}{\sum_{i}^{n}y_i} \end{align}
- Is there any interesting aspects/relationships between the means of these random variables?
- This comes from a practical problem and it is very reasonable to assume that $n$ is very large compared to $a,b,c,d$. Thus, we can consider questions in the limit when $n$ tends to infinity. Are there any interesting insights there?
- Consider the cases where $x_i$ and $y_i$ have strong positive correlation for every $i$. Is there any additional insights in that scenario to the above questions?