Learn R Programming

queueing (version 0.1.8)

Lqq: Returns the mean number of clients in queue when there is queue in a queueing model

Description

Returns the mean number of clients in queue when there is queue in a queueing model

Usage

Lqq(x, ...)

Arguments

Details

Returns the mean number of clients in queue when there is queue in a 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

Lqq.o_MM1 Lqq.o_MMInfKK Lqq.o_MMInf

Examples

Run this code
## create input parameters
i_mm1 <- NewInput.MM1(lambda=1/4, mu=1/3, n=0)

## Build the model
o_mm1 <- QueueingModel(i_mm1)

## Returns the Lqq
Lqq(o_mm1)

Run the code above in your browser using DataLab