德军坦克
German Tanks
题目详情
假设德军坦克被赋予不同的序列号 。你观察到 6 辆坦克,其序列号分别为 。在频率学派方法下,对 的最佳猜测是多少?
Suppose that German tanks are assigned distinct serial numbers . You observe tanks with serial numbers and . Under a frequentist approach, what is the best guess for ?
解析
我们需要找到一个 ,使得从 中无放回地均匀抽取 6 个不同编号时,其最大值 的期望为 。
直观地说,如果 是第 6 个顺序统计量,那么平均而言,前面还有另外 5 辆坦克,它们会把区间 分成 6 段长度大致相等的部分。这意味着除去这 6 个顺序统计量本身(因为这里是离散取值),还剩下 个其他序列号。
这些坦克之间的间隔在期望上应当相等,因此平均间隔为 。于是,既然 是第 6 个顺序统计量,而每个顺序统计量的平均间隔为 ,那么最大坦克编号应为
Original Explanation
We need to find such that the expected value of the , the maximum among distinct uniform random draws from is .
Intuitively, if is the th order statistic, then in expectation, there are 5 other tanks before it that should partition into 6 equal length parts. This means that besides all of tanks that are the order statistics themselves (since we have discrete values), there are other serial numbers.
The spacings between these tanks should be equal in expectation, so the average distance between them should be . Therefore, as is the th order statistic and we know each order statistic on average has a spacing of , the maximum tank number should just be .