作者hahakelly (jass)
看板Grad-ProbAsk
标题Re: [问题] 97中央企研统计
时间Thu Mar 19 15:48:59 2009
※ 引述《xiang1989215 (let it be)》之铭言:
: Suppose the relationship between applied stress x and time-to-failure Y is
: described by the simple linear regression model with true regression line
: E(y)=100-3.92x and σ2 =2. Let Y1 denotes an observation on time-to-failure
: made with x=15 and Y2 denotes an independent observation made with x=14, find
: the probability that Y1 exceed Y2, i.e.,P(Y1>Y2)=?
: 请问上述问题该如何解?
Y1 ~ N(100-3.92*15 = 41.2 , 2)
Y2 ~ N(100-3.92*14 = 45.12, 2)
Y1-Y2 ~N(41.2-45.12 = -3.92 , 2+2 = 4 )
P(Y1>Y2) = P(Y1-Y2>0) = P(Z> 3.92/2 =1.96 ) = 0.025
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.58.85.190
1F:推 loveliver:P(Z>1.96)=0.025? 03/19 15:59
2F:→ hahakelly:谢谢^^" 03/19 16:06
3F:推 MousePads:Y1-Y2 = 3.92 :P 03/19 16:24
※ 编辑: hahakelly 来自: 61.58.85.190 (03/19 16:35)
4F:→ hahakelly:一直打错T^T 谢谢楼上两位 03/19 16:35