Say I have two random variables X and Y from the same class of distributions, but with different means and variances (X and Y are parameterized differently). Say the variance converges to zero as a function of n, but the mean is not a function of n. Can it be formally proven, without giving the actual pdf of X and Y, that their overlap area (defined the integral over the entire domain of min(f,g), where f,g are the respective pdfs) converges to zero when n goes to infinity? Perhaps this is too obvious...?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
The answer is yes. Let's assume the means verify $\mu_X < \mu_Y$, and let $c =(\mu_X +\mu_Y)/2$ the middle point. The "overlap area" (?) is $$\int_{-\infty}^{\infty} \min(f_X(x),f_Y(x)) dx = \int_{-\infty}^c \cdots dx + \int_{c}^{\infty} \cdots dx$$ The second term is: $$\int_c^{\infty} \min(f_X(x),f_Y(x)) dx \le \int_c^{\infty} f_X(x) dx =P(X \ge c) \le P\left(|X - \mu_X| \ge \epsilon\right)\le \frac{\sigma_X^2}{\epsilon^2}$$ where $\epsilon = c/2$, and we've used the Chebyshev's inequality. Because the variance $\sigma_X^2$ tends to zero, so does this term; and the same goes to the other. Then, $\int_{-\infty}^{\infty} \min(f_X(x),f_Y(x)) dx \to 0$ |
||||
|
|
|
As long as the means are different, when variances go to zero, overlap goes to nothing. |
|||||||
|