powered by
Define the inputs of a new M/M/Infinite/K/K queueing model
NewInput.MMInfKK(lambda=0, mu=0, k=1)
arrival rate
server service rate
system capacity
[Kleinrock1975] Leonard Kleinrock (1975). Queueing Systems Vol 1: Theory. John Wiley & Sons.
CheckInput.i_MMInfKK
# NOT RUN { ## create input parameters i_MMInfKK <- NewInput.MMInfKK(lambda=0.25, mu=4, k=4) # }
Run the code above in your browser using DataLab