Package jline.api.qsys
Class Qsys_gigk_approx_kingmanKt
-
- All Implemented Interfaces:
public final class Qsys_gigk_approx_kingmanKt
-
-
Method Summary
-
-
Method Detail
-
qsys_gigk_approx_kingman
final static Ret.qsys qsys_gigk_approx_kingman(Double lambda, Double mu, Double ca, Double cs, Integer k)
Analyzes a G/G/k queueing system using Kingman's approximation.
- Parameters:
lambda- Arrival rate.mu- Service rate.ca- Coefficient of variation of the arrival process.cs- Coefficient of variation of the service time.k- Number of servers.- Returns:
qsysReturn containing average waiting time (W) and modified utilization (rhohat).
-
-
-
-