Learn R Programming

queueing (version 0.2.12)

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

x

a object of class i_MM1, i_MMC, i_MM1K, i_MMCK, i_MM1KK, i_MMCKK, i_MMCC, i_MMCKM, i_MMInfKK, i_MMInf, i_OJN

aditional 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
# NOT RUN {
## 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