powered by
Returns the variance of the time spend in the M/M/Infinite queueing model
# S3 method for o_MMInf VT(x, …)
a object of class o_MMInf
aditional arguments
Returns the the variance of the time spend in the M/M/Infinite queueing model
[Sztrik2012] Dr. Janos Sztrik (2012). Basic Queueing Theory. University of Debrecen, Faculty of Informatics.
QueueingModel.i_MMInf.
QueueingModel.i_MMInf
# 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 VT(o_mminf) # }
Run the code above in your browser using DataLab