一桶球,如果我添加另一个球,它会填满吗?

发布于 2024-11-02 19:31:06 字数 1459 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小傻瓜 2024-11-09 19:31:07

我相信这可以归结为第一个桶装有 H-1 个球的概率(因为你的概率实际上是你选择放入球的桶有 H-1 个球的概率。
我猜这应该可以用组合学解决,但这不是我的强项。

附带说明:这不是统计问题,而是概率问题。

I believe this boils down to the probability that the first bucket holds H-1 balls (because your probability is really the probability that the bucket you pick to drop a ball into has H-1 balls.
I'm guessing this should be solvable with combinatorics, then, but that is not my strong point.

As a side note: this is not a statistics problem, but a probability problem.

不交电费瞎发啥光 2024-11-09 19:31:07

如果您有能力为每个旅存储每个可能的 h 命中次数为 h 的单位数量 n[h],那么问题就变得很简单:以 n[h]/N 的概率选择一个命中次数为 h 的单位,然后递增n[h+1] 并递减 n[h],或者如果您选择了 h=max-1,则递减 n[h] 和 N。

如果您负担不起额外的内存,一个合理且易于处理的选择是最大熵分布,请参阅此处例如

if you could afford to store for each brigade the number n[h] of units with h hits for each possible h, then the problem becomes straighforward: with probability n[h]/N you select a unit with h hits, and then increment n[h+1] and decrement n[h], or if you've selected h=max-1 you decrement n[h] and N.

If you can't afford the extra memory, a reasonable and tractable choice would be the maximum entropy distribution, see here for example

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文