I have four sets of distribution $X_1$, $X_2$, $Y_1$ and $Y_2$. I would like to compare which pair is more overlapping: $X_1$ vs. $Y_1$, or $X_2$ vs. $Y_2$.
Is there any test or quantifier for me to deal with this issue?
|
I have four sets of distribution $X_1$, $X_2$, $Y_1$ and $Y_2$. I would like to compare which pair is more overlapping: $X_1$ vs. $Y_1$, or $X_2$ vs. $Y_2$. Is there any test or quantifier for me to deal with this issue? |
|||||||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Possibly measuring relative entropy? |
|||||
|
|
You can use the Kolmogorov-Smirnov test statistic as a measure of overlap, or more specifically one minus the statistic. If you have 2 continuous distributions and the distribution functions only have 1 point of intersection then one minus the KS stat is exactly the area of overlap between the 2 distributions. If there are more points of intersection then the stat does not give exact overlap area, but would still be a measure of the overlap. |
|||
|
|
|
Suppose you have $n$ observations from $X_1$ and $m$ from $Y_1$. Suppose the largest $Y$ is bigger than the largest $X$. Let $Y_1(1)$ be the minimum value of $Y_1$ and $X_1(n)$ be the maximum value of $X_1$. Then the interval from $Y_1(1)$ to $X_1(n)$ is a measure of the overlap. This will under estimate the overlap because the lower bound for $Y_1$ can be lower than $Y_1(1)$ and the upper bound on $X_1$ can be higher than $X_1(n)$. However as $n$ and $m$ get large (assuming $X_1$ and $Y_1$ have finite bounds the interval will approach the overlap. If the upper bound for $X_1$ happens to exceed the upper bound for $Y_1$ the overlap truncates at the upper bound for $Y_1$. The theory of extreme values may be helpful in determining how rapidly the minimum and maximum for each variable approaches its upper and lower bound. |
|||||
|
|
If the $X_i$ and $Y_i$ are distributions then you're looking for a metricization on the space of distributions. Many such exist! Supnorm, $L_1$, $L_2$, $L_p$-norms, Bregman divergences, mutual information, &c. Based on you asking for a test, however, I think that the $X_i$ and $Y_i$ are not distributions but instead some kind of random variables. These |
|||
|
|