NewInput.MMCKK {queueing}R Documentation

Define the inputs of a new M/M/c/K/K queueing model

Description

Define the inputs of a new M/M/c/K/K queueing model

Usage

NewInput.MMCKK(lambda=0, mu=0, c=1, k=1, method=0)

Arguments

lambda

arrival rate

mu

server service rate

c

number of servers

k

system capacity

method

method of computation of the probabilities of k (system capacity) customers down. With method=0, the exact results are calculated using the formal definition. With method=1, aproximate results are calculated using Stirling aproximation of factorials and logaritms. With method=2, Jain's Method [Jain2007], pag. 26 is used

Details

Define the inputs of a new M/M/c/K/K queueing model

References

[Sixto2004] Sixto Rios Insua, Alfonso Mateos Caballero, M Concepcion Bielza Lozoya, Antonio Jimenez Martin (2004).
Investigacion Operativa. Modelos deterministicos y estocasticos.
Editorial Centro de Estudios Ramon Areces.

[Jain2007] Joti Lal Jain, Sri Gopal Mohanty, Walter Bohm (2007).
A course on Queueing Models.
Chapman-Hall.

See Also

CheckInput.i_MMCKK

Examples

## create input parameters
i_mmckk <- NewInput.MMCKK(lambda=8, mu=2, c=5, k=12, method=0)


[Package queueing version 0.2.12 Index]