I am trying to compare numbers in two sets (X and Y) to test if numbers in one of the set are statistically larger than the others. However, some of the numbers are paired, and some are not. For instance:
Set X: X1, X2, X3, X4, X5
Set Y: Y1, Y4, Y5, Y6, Y7
number in "X1" represent pairings, so (X 1, Y1), (X4, Y4) and (X5, Y5) are paired. While X2,X3, Y6 and Y7 are not paired. How can I perform a statistical test? The data is not normal, and ideally, I would like a non-parametric test.