Package jline.api.qsys
Class Qsys_gig1_rqt
java.lang.Object
jline.api.qsys.Qsys_gig1_rqt
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]qsys_gig1_rqt(double lambda, double mu, double Gamma_a, double Gamma_s) Worst-case system time with the finite-variance tail coefficients alpha_a = alpha_s = 2.static double[]qsys_gig1_rqt(double lambda, double mu, double Gamma_a, double Gamma_s, double alpha_a, double alpha_s) Robust Queueing Theory worst-case system time of a G/G/1 FCFS queue.
-
Method Details
-
qsys_gig1_rqt
public static double[] qsys_gig1_rqt(double lambda, double mu, double Gamma_a, double Gamma_s, double alpha_a, double alpha_s) Robust Queueing Theory worst-case system time of a G/G/1 FCFS queue.- Parameters:
lambda- arrival ratemu- service rateGamma_a- variability parameter of the arrival uncertainty setGamma_s- variability parameter of the service uncertainty setalpha_a- arrival tail coefficient in (1,2]alpha_s- service tail coefficient in (1,2]- Returns:
- array {W, rhohat, Sworst}: closed-form bound on the system time (Theorem 2), modified utilization, and exact worst-case system time over the uncertainty sets (eq. 12)
-
qsys_gig1_rqt
public static double[] qsys_gig1_rqt(double lambda, double mu, double Gamma_a, double Gamma_s) Worst-case system time with the finite-variance tail coefficients alpha_a = alpha_s = 2.- Parameters:
lambda- arrival ratemu- service rateGamma_a- variability parameter of the arrival uncertainty setGamma_s- variability parameter of the service uncertainty set- Returns:
- array {W, rhohat, Sworst}
-