Learn R Programming

queueing (version 0.1.6)

NewInput.MMInfKK: Define the inputs of a new M/M/Inf/K/K queueing model

Description

Define the inputs of a new M/M/Inf/K/K queueing model

Usage

NewInput.MMInfKK(lambda=0, mu=0, k=1)

Arguments

lambda
arrival rate
mu
server service rate
k
system capacity

Details

Define the inputs of a new M/M/Inf/K/K queueing model

References

[Kleinrock1975] Leonard Kleinrock (1975). Queueing Systems Vol 1: Theory. John Wiley & Sons.

See Also

CheckInput.i_MMInfKK

Examples

Run this code
## create input parameters
i_MMInfKK <- NewInput.MMInfKK(lambda=0.25, mu=4, k=4)

Run the code above in your browser using DataLab