This object finds the steady-state solution and simulates a simple Markovian
Queue (an M/M/1/2) where the arrival rate is 4 and the service rate is 5.
Note, each diagonal value must make their row sum to 0.
See also
scalation.state.MarkovTest, scalation.state.MarkovCTest for example
test code for discrete-time and continuous-time Markov chains, respectively.
This object finds the steady-state solution and simulates a simple Markovian Queue (an M/M/1/2) where the arrival rate is 4 and the service rate is 5. Note, each diagonal value must make their row sum to 0.
scalation.state.MarkovTest, scalation.state.MarkovCTest for example test code for discrete-time and continuous-time Markov chains, respectively.