Last chance! 50% off unlimited learning
Sale ends in
Pn eeturns the probabilities of a M/M/1/K/K queueing model Qn returns the probabilities that an arrival that enter the system see n customers in it.
# S3 method for o_MM1KK
Pn(x, …)
# S3 method for o_MM1KK
Qn(x, …)
a object of class o_MM1KK
aditional arguments
Pn returns the probabilities that a M/M/1/K/K queueing model has n customers. Qn returns the probabilities that an arrival that enter the system see n customers.
[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.
# NOT RUN {
## See example 10.13 in reference [Sixto2004] for more details.
## create input parameters
i_mm1kk <- NewInput.MM1KK(lambda=0.25, mu=4, k=2, method=3)
## Build the model
o_mm1kk <- QueueingModel(i_mm1kk)
## Returns the probabilities
Pn(o_mm1kk)
Qn(o_mm1kk)
# }
Run the code above in your browser using DataLab