题目
Problem
The cumulative distribution function of the discrete random variable W, which takes only the values 6, 7 and 8, is given by
F(w)=77(w+3)(w−1)for w=6,7,8
Find E(W)
(4)
解答
解法一
思路
展开
这是离散型随机变量的 cumulative distribution function。先用 F(6)、F(7) 和 F(8)=1 还原每个点的概率,再求期望。
答题过程
展开
F(6)=77(6+3)(6−1)=7745.
So
P(W=6)=7745.
Also,
F(7)=77(7+3)(7−1)=7760.
Therefore
P(W=7)=F(7)−F(6)=7760−7745=7715.
Finally,
P(W=8)=1−F(7)=1−7760=7717.
Hence
E(W)===6⋅7745+7⋅7715+8⋅7717775111173.