from which
P0'(t) = -lP0(t) + uP1(t) | for j = 0 |
Pj'(t) = lPj - 1(t) - (l + u)Pj(t) + uPj + 1(t) | for j > 0) |
P1 = l/uP0 | for j = 0 |
Pj + 1 = ((l + u)/u)Pj - (l/u)Pj | for j > 0) |
where r = (l/u).
where L is the expected number in the system, l is the arrival rate, and W is the expected total time.
Rearranging gives
and substituting for L gives
which can be rearranged to give
W is 1/(u - l), giving
![]() |
|
P(X < 5) | = | P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) |
= | P0 + P1 + P2 + P3 + P4 | |
= | (1 - r) + (1 - r)r + (1 - r)r2 + (1 - r)r3 + (1 - r)r4 | |
= | (1 - r)(1 + r + r2 + r3 +r4 | |
= | .47(2.386) | |
= | .9581 |
This page last modified on 25 April 2005. |