I have a set of K elements randomly taken N at a time M times; and I want to know the expected average intersection size. How can I do this?
2026-05-05 14:40:29.1777992029
Average intersection size
190 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If I understand the question correctly, you want to know the expected cardinality of the intersection of the $M$ sets. Let the $K$ elements be $x_1,x_2,\dots,x_K$ and for $i=1,2,\dots,K,$ let $X_i$ be a random variable which is $1$ if $x_i$ is in the intersection and $0$ if it is not. Then we want to compute $$E\left(\sum_{i=1}^KX_i\right)=\sum_{i=1}^KE(X_i)$$ by linearity of expectation.
Take it from here.