Description Usage Arguments Details References See Also Examples
Checks the input params of a M/M/Infinite/K/K queueing model
1 2 | ## S3 method for class 'i_MMInfKK'
CheckInput(x, ...)
|
x |
a object of class i_MMInfKK |
... |
aditional arguments |
Checks the input params of a M/M/Infinite/K/K queueing model. The inputs params are created calling previously the NewInput.MMInfKK
[Kleinrock1975] Leonard Kleinrock (1975).
Queueing Systems Vol 1: Theory.
John Wiley & Sons.
1 2 3 4 5 | ## create input parameters
i_MMInfKK <- NewInput.MMInfKK(lambda=0.25, mu=4, k=4)
## check the parameters
CheckInput(i_MMInfKK)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.