Description Usage Arguments Details References See Also Examples
Generic S3 method to check the params of a queueing model (or network)
1 | CheckInput(x, ...)
|
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 |
Generic S3 method to check the params of a queueing model (or network)
[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.
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
1 2 3 4 5 | ## create input parameters
i_mm1 <- NewInput.MM1(lambda=1/4, mu=1/3, n=0)
## Check the inputs
CheckInput(i_mm1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.