queueing-theory
Program to calculate the mean waiting time and mean system time using the queueing theory.
queueing_theory(*functions, **kwargs)
:
Queueing Theory Parameters - *functions -> n-tuples with format ('name_function', values)
- Poisson => ('p', mean_value)
- Exponential => ('e', mean_value)
- Uniform => ('u', mean_value, variation)
- **kwargs -> simulation = number_of_simulations
Function returns mean waiting time and mean system time.
Note: Functions order -> arrival_time_function, n-servers-functions