设最小两点距离为 M。对连续分布样本,M>t 等价于“任意两点距离都 >t”。
对 n 个点(这里 n=101),有经典结果(与上一题同一推导):
P(M>t)=(1−(n−1)t)n,0≤t≤n−11.
因此
E[M]=∫0∞P(M>t)dt=∫01/(n−1)(1−(n−1)t)ndt.
令 u=1−(n−1)t,则 dt=−n−1du,得到
E[M]=n−11∫01undu=(n−1)(n+1)1=n2−11.
代入 n=101 得
E[M]=102001.
英文解析
Set the minimum distance between two points to M. For a continuous distribution sample, M>tis equivalent to “>t for any two-point distance.”
For n points (here n=101), there are classic results (same deduction as the previous question):
P(M>t)=(1−(n−1)t)n,0≤t≤n−11.
Therefore,
E[M]=∫0∞P(M>t)dt=∫01/(n−1)(1−(n−1)t)ndt.
Orders u=1−(n−1)t, then dt=−n−1du, get
E[M]=n−11∫01undu=(n−1)(n+1)1=n2−11.
Substitute n=101 to get
E[M]=102001.