Description Usage Arguments Details References See Also Examples
Compare several queueing models in a tabulated format
1 2 | CompareQueueingModels(model, ...)
CompareQueueingModels2(models)
|
model |
A Queueing Model obtained calling QueueingModel from classes described in the details section |
... |
a separated by comma list of queueing models obtained calling QueueingModel from classes described in the details section |
models |
A list of queueing models obtained calling QueueingModel from classes described in the details section |
Compare several queueing models in a tabulated format. By now, only o_MM1, o_MMC, o_MMInf, o_MM1K, o_MMCK, o_MMCC, o_MM1KK, o_MMCKK, o_MMCKM, o_MMInfKK classes can be compared
[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 6 7 | q1 <- QueueingModel(NewInput.MM1(lambda=5, mu=7))
q2 <- QueueingModel(NewInput.MMC(lambda=5, mu=3, c=4))
q3 <- QueueingModel(NewInput.MMInf(lambda=3, mu=4))
q4 <- QueueingModel(NewInput.MMCC(lambda=5, mu=3, c=4))
CompareQueueingModels(q1, q2, q3)
CompareQueueingModels2(list(q1, q2, q3, q4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.