作者eewwdog (黯淡)
看板Math
标题Re: [机统] 指数型计算题
时间Thu Apr 7 02:19:50 2011
※ 引述《yhliu (老怪物)》之铭言:
: ※ 引述《eewwdog (黯淡)》之铭言:
: : A system to function as long as at least 3 of its 5 processors continue
: : to operate. Suppose processors lifetime are exponentially distributed
: : with mean L. Find the expected system lifetime.
: 一个系统有五个 processors. 当这5个 processors 中至
: 少有3个正常时, 这系统可运作.
: 假设这些 processors 的 lifetime 都是 exponentially
: distributed with mean L.
: 求系统的 expected life time.
: 设系统的 lifetime 为 T.
: 假设这些 processors 的 lifetime 是相互独立的.
: 则 for t≧0,
: 5
: P[T>t] = Σ C(5,k)(e^{-t/L})^k (1-e^{-t/L})^{5-k}
: k=3
: 则 expected lifetime 为
: ∞
: E[T] = ∫ P[T>t] dt
: 0
: 5 ∞
: = Σ C(5,k) ∫ e^{-kt/L} (1-e^{-t/L})^{5-k} dt
: k=3 0
非常谢谢网友的提示
经过我用力的积分之後
结果如下
∞
: E[T] = ∫ P[T>t] dt
: 0
: 5 ∞
: = Σ C(5,k) ∫ (1/L) e^{-t/L}^k (1-(1/L)e^{-t/L})^{5-k} dt
: k=3 0
当k=3 E[T]_1=100L^7-150L^6+60L^5/30L^9
k=4 E[T]_2=5L^4-4L^3/4L^7
k=5 E[T]_3=1/5L^4
E[T]=E[T]_1+E[T]_2+E[T]_3=200L^7-225L^6+72L^5/60L^9
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 155.246.166.104