均匀阈值
Uniform Fix
题目详情
设 ,且 独立同分布,并与 独立。
定义
求 。若期望为无穷大,请输出 -1。
英文原题
Let and IID. Define . Find . Enter if the answer is infinite.
解析
条件在 下, 的成功概率为 ,所以 服从参数为 的几何分布(从 1 开始),
于是
因此输出 。
英文解析
Under the condition of , the success probability of is , so obeys the geometric distribution (starting from 1) with the parameter .
as a result
So the output is .