apps

state

package state

The state package contains example apps for state oriented simulation models.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. state
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object MarkovQueue extends App

    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.

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped