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