My goal is to find the probability of matching observations from two draws of different sizes.
Say I have an urn of $N$ balls identified $1, 2, 3, ..., N$. I draw $k$ balls from the urn without replacement. I then return those balls to the urn. I then sample $w$ balls where $w\geq k$. Say we then have $v$ matches of balls where $0 \le v \le k$. What is the probability of getting $v$ matches?
For the scenario where we draw $k$ balls twice, the probability of $v$ matches is $p = C(k,v)\times C(N−k,k−v) ∕C(N,k)$ based on (Anselin and Li, 2020).
This answer seems to be the closest to my question. But doesn't quite get to it.
Additionally, this one seems that it may be useful to some degree.