Description Usage Arguments Details References See Also Examples
Define the inputs of a new M/M/Infinite/K/K queueing model
1 | NewInput.MMInfKK(lambda=0, mu=0, k=1)
|
lambda |
arrival rate |
mu |
server service rate |
k |
system capacity |
Define the inputs of a new M/M/Infinite/K/K queueing model
[Kleinrock1975] Leonard Kleinrock (1975).
Queueing Systems Vol 1: Theory.
John Wiley & Sons.
1 2 | ## create input parameters
i_MMInfKK <- NewInput.MMInfKK(lambda=0.25, mu=4, k=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.