由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 我想不出来的概率问题
相关主题
请教双键的动态结构用什么数据结构比较好? (转载)请教: probability mass function的中文是什么? (转载)
A matlab problem问一个Markov Chain / Queue的问题
脸部识别技术现在到什么程度了A probability probelm about graph (network)
Vigenere Cipher question概率题目一道~~~
an algorithm question清仓处理教科书
不好意思问个简单PP & CTMC问题清仓处理教科书
请教一个概率问题 (转载)用term登陆不了mitbbs了?
关于计算机专业换专业。 (转载)跪求计算机高手 恢复2010 word ( .docx) 损坏文件 (转载)
相关话题的讨论汇总
话题: terms话题: set话题: pick话题: expected
进入CS版参与讨论
1 (共1页)
c*********l
发帖数: 17
1
There's a set of terms {t1, t2, t3, ...}
probability for each is {P1, P2, P3, ...}
Now pick N terms from the set
What's the expectation (期望值)of number of unique terms?
请帮帮忙,多谢了
X*****r
发帖数: 2521
2
没看懂啊

【在 c*********l 的大作中提到】
: There's a set of terms {t1, t2, t3, ...}
: probability for each is {P1, P2, P3, ...}
: Now pick N terms from the set
: What's the expectation (期望值)of number of unique terms?
: 请帮帮忙,多谢了

z*****n
发帖数: 7639
3
it should be something like if you pick a term N times,
what is the expected number of terms (amongst N terms) that
they are different to each other.
I think at least we need to know the size of the set...

【在 X*****r 的大作中提到】
: 没看懂啊
c*********l
发帖数: 17
4
Yeah, we know the size of set, i.e. let's say M.
"pick N terms from the set": means just randomly pick N times from the set.
You may pick the same term multiply times.

【在 z*****n 的大作中提到】
: it should be something like if you pick a term N times,
: what is the expected number of terms (amongst N terms) that
: they are different to each other.
: I think at least we need to know the size of the set...

y***u
发帖数: 101
5
Probability of t_i being picked uniquely = N P_i (1 - P_i)^(N-1)
Expected # unique terms = \sum_{i=1}^M N P_i (1 - P_i)^(N-1)

【在 c*********l 的大作中提到】
: Yeah, we know the size of set, i.e. let's say M.
: "pick N terms from the set": means just randomly pick N times from the set.
: You may pick the same term multiply times.

1 (共1页)
进入CS版参与讨论
相关主题
跪求计算机高手 恢复2010 word ( .docx) 损坏文件 (转载)an algorithm question
一道LeetCode Unique Paths的变种不好意思问个简单PP & CTMC问题
Re: 回答所有护士神医关于ip4的疑问(update on term 3)请教一个概率问题 (转载)
如果所有人都采取买了死捂,不赢利不了结,MM还有什么办法呢关于计算机专业换专业。 (转载)
请教双键的动态结构用什么数据结构比较好? (转载)请教: probability mass function的中文是什么? (转载)
A matlab problem问一个Markov Chain / Queue的问题
脸部识别技术现在到什么程度了A probability probelm about graph (network)
Vigenere Cipher question概率题目一道~~~
相关话题的讨论汇总
话题: terms话题: set话题: pick话题: expected