ASM课后的两道题
答案里第一道题(52.6)算variance of process mean的时候强调千万不能用 bernoulli shortcut (a-b)^2*p*(1-p) 因为这个是randomly selected individual 要用conditional variance 公式:Var(X)=Var(E(X|I))+E(Var(E|I))
然后第二题(52.7)算variance of process mean的时候直接用了 bernoulli shortcut (a-b)^2*p*(1-p)
我实在看不出来两道题求的randomly selected individual 有什么区别 求大神们指点!!!