Package jline.api.qsys
Class Qsys_gig1_approx_klb
java.lang.Object
jline.api.qsys.Qsys_gig1_approx_klb
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.qsysqsys_gig1_approx_klb(double lambda, double mu, double ca, double cs) Analyzes a G/G/1 queueing system using the Kramer-Langenbach-Belz (KLB) approximation.
-
Method Details
-
qsys_gig1_approx_klb
Analyzes a G/G/1 queueing system using the Kramer-Langenbach-Belz (KLB) approximation.- 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 average waiting time (W) and modified utilization (rhohat).
-