Description Usage Arguments Details References See Also Examples
Builds a M/M/Infinite queue model
1 2 | ## S3 method for class 'i_MMInf'
QueueingModel(x, ...)
|
x |
a object of class i_MMInf |
... |
aditional arguments |
Build a M/M/Infinite model. It also checks the input params calling the CheckInput.i_MMInf
[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.
1 2 3 4 5 | ## create input parameters
i_mminf <- NewInput.MMInf(lambda=0.25, mu=4, n=0)
## Build the model
QueueingModel(i_mminf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.