Learn R Programming

queueing (version 0.1.4)

L.o_MMInf: Returns the mean number of clients in the M/M/Infinite queueing model

Description

Returns the mean number of clients in the M/M/Infinite queueing model

Usage

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

Arguments

Details

Returns the mean number of clients in the M/M/Infinite 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_MMInf.

Examples

Run this code
## create input parameters
i_mminf <- NewInput.MMInf(lambda=0.25, mu=4, n=0)

## Build the model
o_mminf <- QueueingModel(i_mminf)

## Retunns the L
L(o_mminf)

Run the code above in your browser using DataLab