Package jline.api.qsys
Class Qsys_gig1_approx_allencunneen
java.lang.Object
jline.api.qsys.Qsys_gig1_approx_allencunneen
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.qsysqsys_gig1_approx_allencunneen(double lambda, double mu, double ca, double cs) Analyzes a G/G/1 queueing system using the Allen-Cunneen approximation.
-
Method Details
-
qsys_gig1_approx_allencunneen
public static Ret.qsys qsys_gig1_approx_allencunneen(double lambda, double mu, double ca, double cs) Analyzes a G/G/1 queueing system using the Allen-Cunneen 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).
-