The Gordon-Newell theorem enables analysts to determine the stationary probability associated with each individual state of a closed queueing network. These individual probabilities must then be added together to evaluate other important probabilities. For example P(
ni ≥
k), the probability that the total number of customers at service center
i is greater than or equal to
k, must be summed over all values of
ni ≥
k and, for each such value of
ni, over all possible ways the remaining
N –
ni customers can be distributed across the other
M -1 service centers in the network. Many of these marginal probabilities can be computed with minimal additional effort. This is easy to see for the case of P(
ni ≥ k). Clearly,
Xi must be raised to the power of
k or higher in every state where the number of customers at service center
i is greater than or equal to
k. Thus
Xi k can be factored out from each of these probabilities, leaving a set of modified probabilities whose sum is given by G(
N-k)/G(
N). This observation yields the following simple and highly efficient result: P(
ni ≥
k) = (
Xi)
k G(
N-
k)/G(
N) This relationship can then be used to compute the
marginal distributions and
expected number of customers at each service facility. \mathbb P(n_i = k) = \frac{X_i^k}{G(N)}[G(N-k) - X_i G(N-k-1)]\quad\text{ for }k=0,1,\ldots,N-1, \mathbb P(n_i = N) = \frac{X_i^N}{G(N)}. The expected number of customers at service facility
i is given by \mathbb E(n_i) = \sum_{k=1}^N X_i^k \frac{G(N-k)}{G(N)}. These characterizations of quantities of interest in terms of the G(
n) are also due to Buzen. ==Implementation==