Package jline.api.qsys
Class Qsys_gigk_approx_cosmetatosKt
-
- All Implemented Interfaces:
public final class Qsys_gigk_approx_cosmetatosKt
-
-
Method Summary
Modifier and Type Method Description final static HashMap<String, Object>qsys_gigk_approx_cosmetatos(Double lambda, Double mu, Double ca2, Double cs2, Integer k)G/G/k queue approximation using Cosmetatos methodThis approximation adjusts the M/M/k results based on the variability of arrival and service processes. -
-
Method Detail
-
qsys_gigk_approx_cosmetatos
final static HashMap<String, Object> qsys_gigk_approx_cosmetatos(Double lambda, Double mu, Double ca2, Double cs2, Integer k)
G/G/k queue approximation using Cosmetatos method
This approximation adjusts the M/M/k results based on the variability of arrival and service processes.
- Parameters:
lambda- arrival ratemu- service rate per serverca2- squared coefficient of variation of inter-arrival timecs2- squared coefficient of variation of service timek- number of servers- Returns:
HashMap containing: - L: average number of customers in system - W: average time in system - Q: average queue length - U: server utilization
-
-
-
-