Package jline.api.qsys
Class Qsys_gigk_approx_whitt
java.lang.Object
jline.api.qsys.Qsys_gigk_approx_whitt
-
Method Summary
Modifier and TypeMethodDescriptionqsys_gigk_approx_whitt(double lambda, double mu, double ca2, double cs2, int k) GI/G/k approximation of Whitt (1993), eqs.
-
Method Details
-
qsys_gigk_approx_whitt
public static HashMap<String,Object> qsys_gigk_approx_whitt(double lambda, double mu, double ca2, double cs2, int k) GI/G/k approximation of Whitt (1993), eqs. (2.16)-(2.25): Wq = phi(rho,ca2,cs2,k) * ((ca2+cs2)/2) * Wq(M/M/k), where phi interpolates the Cosmetatos M/D/k (phi1) and D/M/k (phi3) correction factors. Exact for M/M/k; reduces to the Cosmetatos M/D/k approximation for cs2=0. Implements eq. (2.25) as printed, which was validated against the paper's Tables 5-7 (New column).Reference: Whitt, W. (1993). Approximations for the GI/G/m queue. Production and Operations Management 2(2), 114-161.
- 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, W, Q, U
-