Last chance! 50% off unlimited learning
Sale ends in
Returns the variance of the number of customers in the M/M/Infinite queueing model
# S3 method for o_MMInf
VN(x, …)
a object of class o_MMInf
aditional arguments
Returns the variance of the number of customers in the M/M/Infinite queueing model
[Sztrik2012] Dr. Janos Sztrik (2012). Basic Queueing Theory. University of Debrecen, Faculty of Informatics.
# NOT RUN {
## create input parameters
i_mminf <- NewInput.MMInf(lambda=0.25, mu=4, n=0)
## Build the model
o_mminf <- QueueingModel(i_mminf)
## Returns the variance
VN(o_mminf)
# }
Run the code above in your browser using DataLab