The
global balance equations (also known as
full balance equations) are a set of equations that characterize the
equilibrium distribution (or any stationary distribution) of a Markov chain, when such a distribution exists. For a
continuous time Markov chain with state space \mathcal{S}, transition rate from state i to j given by q_{ij} and equilibrium distribution given by \pi, the global balance equations are given by :: \pi_i \sum_{j \in S\setminus \{i\}} q_{ij} = \sum_{j \in S\setminus \{i\}} \pi_j q_{ji}. for all i \in S. Here \pi_i q_{ij} represents the probability flux from state i to state j. So the left-hand side represents the total flow from out of state
i into states other than
i, while the right-hand side represents the total flow out of all states j \neq i into state i. In general it is computationally intractable to solve this system of equations for most queueing models. ==Detailed balance==