Learn R Programming

queueing (version 0.1.4)

L.o_MMCKM: Returns the mean number of clients in the M/M/c/K/m queueing model

Description

Returns the mean number of clients in the M/M/c/K/m queueing model

Usage

## S3 method for class 'o_MMCKM':
L(x, \dots)

Arguments

Details

Returns the mean number of clients in the M/M/c/K/m 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.

See Also

QueueingModel.i_MMCKM.

Examples

Run this code
## create input parameters
i_mmckm <- NewInput.MMCKM(lambda=0.25, mu=4, c=2, k=4, m=8, method=0)

## Build the model
o_mmckm <- QueueingModel(i_mmckm)

## Retunns the L
L(o_mmckm)

Run the code above in your browser using DataLab