Package jline.api.qsys
Class Qsys_gig1_ubnd_kingman
java.lang.Object
jline.api.qsys.Qsys_gig1_ubnd_kingman
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.qsysqsys_gig1_ubnd_kingman(double lambda, double mu, double ca, double cs) Calculates an upper bound on the waiting time for a G/G/1 system using Kingman's formula.
-
Method Details
-
qsys_gig1_ubnd_kingman
Calculates an upper bound on the waiting time for a G/G/1 system using Kingman's formula.- Parameters:
lambda- Arrival rate.mu- Service rate.ca- Coefficient of variation of the arrival process.cs- Coefficient of variation of the service time.- Returns:
- qsysReturn containing upper bound on average waiting time (W) and modified utilization (rhohat).
-