t**i 发帖数: 688 | 1 Suppose we have an urn with n balls. Randomly take m (m
replacement for K repeats.
Denote X = frequency of a ball being samples. Then E(X) = m/n. What is the
variance of X? | e******e 发帖数: 3472 | 2 let Z_i=1/0 if the ball is/not sampled in the i-th repeat
Var[sum(Z_i:i=1,2,...,K))/K]=Var(Z_1)/K=m/n*(1-m/n)/K |
|