|
一开始我一直顺着原文的叙述试图理解概率为何为1/(k+1), 很困惑。谢谢数值分析坛友的提醒,终于想明白了。下面试着用同一思路但不同的语言叙述一下,作为总结。
# Z- G. t0 a& m& ^/ Y& d
4 e+ s+ h3 Q4 p+ ^% GLet S be the set of the n elements in which there are k and only k elements that have value x. For each element w, let I be the indicator if w is examined or not, that is, I(w) = 1 if w is examined and 0 if w is not examined. X, the number of elements being examined, will be the sum of I(w) for all w in S. Accordingly, E[X] will be the sum of E[I(w)]=P{I(w)=1}. % I. {/ A: x: l* ^
2 H9 {$ s* K% Y5 h0 c! a& |& y9 A* [5 ~, C
For w that has a value x, the chance of w being examined is the chance that w is at the first position of a permutation of k x-valued elements. Therefore it's 1/k.
8 d# h" M; c! e7 P ]
( ]6 J8 A0 q: C5 j" U' DFor w that has a value not being x, the chance of x being examined is the chance that w is at the first position of a permutation of all k x-valued elements plus w. Therefore it's 1/(k+1).
: p) ~: C( `$ i8 _) d9 X* O
' J6 l9 ~- v, D- F' H4 K+ IThere are k elements that have value x and n-k elements that are not equal to x, so the sum of all these probabilities will be k*(1/k) + (n-k)*(1/(k+1)) = (n+1)/(k+1).
( L( M; n5 k" c6 ?# ]) L
1 i* ^5 g+ ?3 v! d% U9 @理解上述解法的一个关键点是对于所有不等于x的element,它能不能有机会被查验取决于而且只取决于它与k个值为x的elements的相对位置。 |
评分
-
查看全部评分
|