Learn R Programming

queueing (version 0.1.4)

CheckInput: Generic S3 method to check the params of a queueing model (or network)

Description

Generic S3 method to check the params of a queueing model (or network)

Usage

CheckInput(x, ...)

Arguments

Details

Generic S3 method to check the params of a queueing model (or network)

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. [Kleinrock1975] Leonard Kleinrock (1975). Queueing Systems Vol 1: Theory. John Wiley & Sons.

See Also

CheckInput.i_MM1 CheckInput.i_MMC CheckInput.i_MM1K CheckInput.i_MMCK CheckInput.i_MM1KK CheckInput.i_MMCKK CheckInput.i_MMCC CheckInput.i_MMCKM CheckInput.i_MMInfKK CheckInput.i_MMInf CheckInput.i_OJN

Examples

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

## Check the inputs
CheckInput(i_mm1)

Run the code above in your browser using DataLab