Description Usage Arguments Value Examples
Simulates how customers in line at the bank go through a "first come first serve" queuing system as long as their arrival and service times have already been predetermined.
1 | Multiserver(Arrivals, ServiceTimes, NumServers = 1)
|
Arrivals |
Number of Customer Arrivals |
ServiceTimes |
How long a customer's service takes. |
NumServers |
The number of servers currently working. This will always be an integer. |
Either a table or single tuple containing the arrivals, service start/end time and the number of servers
1 | Multiserver(Arrivals = bank$arrival_time, ServiceTimes = bank$service_time, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.