Class Qsys_gigk_approx_kingman

java.lang.Object
jline.api.qsys.Qsys_gigk_approx_kingman

public final class Qsys_gigk_approx_kingman extends Object
  • Method Details

    • qsys_gigk_approx_kingman

      public static Ret.qsys qsys_gigk_approx_kingman(double lambda, double mu, double ca, double cs, int k)
      Analyzes a G/G/k queueing system using Kingman's approximation.
      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).