MMck_Queue
Value parameters
- c
-
the number of servers (defualts to one)
- k
-
the capacity of the queue (defualts to infinite)
- λ
-
the overall arrival rate (lambda)
- μ
-
the per unit service rate (mu)
Attributes
- See also
-
also
MMc_Queue
to model infinite capacity Markovian queues. - Graph
-
- Supertypes
Members list
Value members
Concrete methods
Probability system is empty.
Probability system is empty.
Attributes
Probability system is full.
Expected length of the waiting queue.
Expected length/number in sYstem.
Expected length/number in sYstem.
Attributes
Inherited methods
The overAll traffic intensity or rate ratio.
Expected time in the sYstem, Service and Queue (computed using Little's Law).
Expected time in the sYstem, Service and Queue (computed using Little's Law).
Attributes
- Inherited from:
- MM_Queue
The effective arrival rate = λ (1 - π_k) that factors in turn aways. For infinite capacity queues, λe = λ.
The effective arrival rate = λ (1 - π_k) that factors in turn aways. For infinite capacity queues, λe = λ.
Attributes
- Inherited from:
- MM_Queue
The server utilization factor (overall arrival rate / total service rate). Also referred to as the traffic intensity per server ρ (rho) in [0, 1] where 0 => always idle, 1 => always busy.
The server utilization factor (overall arrival rate / total service rate). Also referred to as the traffic intensity per server ρ (rho) in [0, 1] where 0 => always idle, 1 => always busy.
Attributes
- Inherited from:
- MM_Queue