package state
The state
package contains example applications for state oriented
simulation models.
- Alphabetic
- By Inheritance
- state
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
object
MarkovQueue extends App
The
MarkovQueue
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.The
MarkovQueue
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. > runMain apps.state.MarkovQueue