Class Qsys_gigk_approx

java.lang.Object
jline.api.qsys.Qsys_gigk_approx

public final class Qsys_gigk_approx extends Object
  • Method Details

    • qsys_gigk_approx

      public static Ret.qsys qsys_gigk_approx(double lambda, double mu, double ca, double cs, int k)
      Analyzes a G/G/k queueing system using an approximation method.
      Parameters:
      lambda - Arrival rate.
      mu - Service rate.
      ca - Coefficient of variation of the arrival process.
      cs - Coefficient of variation of the service time.
      k - Number of servers.
      Returns:
      qsysReturn containing average waiting time (W) and modified utilization (rhohat).