看板 Grad-ProbAsk 關於我們 聯絡資訊
※ 引述《s911125 (江小LO)》之銘言: : 1.a computer,in adding numbers,rounds each number off to the nearest integer. : suppose that all rounding errors are independent and unformly distributed over : (-0.5,0.5).if 1500 numbers are added,what is the probability that the : magnitude of the total error exceeds 15 ? : A. 0.1802 : b. 0.3132 : c. 0.0451 : d. 0.2842 : 我的算法是這樣 X~U(-0.5,0.5) E(X)=0 V(X)=1/12 : Y=X(1)+X(2)+++++X(1500) E(X)=0 V(X)=1500*(1/12)=125 : P(Y>15)=P(Z>(15-0)/125^1/2)=P(Z>1.34)=0.0918 : 請問是哪邊觀念錯了? total error 所以誤差無正負....機率取雙尾 所以最後算的答案要x2 P(|Z|>1.34)=0.0918x2=接近0.1802 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.117.212.65
s911125:感謝妳~ 03/26 12:37