由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 问个数学题
相关主题
问个概率题目[合集] 问个概率题 (转载)
[合集] 问个概率题问个drift random walk问题
a random walk problem问个简单的问题
一道题问个关于nonsymmetric random walk 的题
A probability problem问个弱智题,为什么brownian motion Ws independt of time s?
问一道面试题问个likelihood以及无偏估计的问题。弱问。
问个关于binomial tree的问题【Stats】问个经典概率题
[合集] 问个interview的brain tears问题问个有关排列的题
相关话题的讨论汇总
话题: binomial话题: ball话题: balls话题: each话题: isolated
进入Quant版参与讨论
1 (共1页)
h******u
发帖数: 211
1
Here is the problem.
That is given N connected boxes (1-dimension), and M balls, suppose N>>M.
Randomly throw the N balls to the boxes and each ball has same probability
to be thrown to each of the box.
Each box can only hold one ball.
An isolated ball is defined as the ball with no other ball on its immediate
right or left.
Then the question is: What is the expected value of the number of the
isolated balls?
谢谢!
w**********9
发帖数: 5
2
it is M when N>>M.
Sum[(i + 1)*Binomial[m - 1, i]*
Binomial[n - m - i + (i + 2) - 1, n - m - i], {i, 1, m - 1}]/
Binomial[n, m]
j******y
发帖数: 2578
3
any more detail about the derivation of the formula?

【在 w**********9 的大作中提到】
: it is M when N>>M.
: Sum[(i + 1)*Binomial[m - 1, i]*
: Binomial[n - m - i + (i + 2) - 1, n - m - i], {i, 1, m - 1}]/
: Binomial[n, m]

1 (共1页)
进入Quant版参与讨论
相关主题
问个有关排列的题A probability problem
[合集] 一个关于simulation 的小问题问一道面试题
如何replicate一个binary option?问个关于binomial tree的问题
关于American put option的几个问题.[合集] 问个interview的brain tears问题
问个概率题目[合集] 问个概率题 (转载)
[合集] 问个概率题问个drift random walk问题
a random walk problem问个简单的问题
一道题问个关于nonsymmetric random walk 的题
相关话题的讨论汇总
话题: binomial话题: ball话题: balls话题: each话题: isolated