Class Qsys_gig1_ubnd_kingman

java.lang.Object
jline.api.qsys.Qsys_gig1_ubnd_kingman

public final class Qsys_gig1_ubnd_kingman extends Object
  • Method Details

    • qsys_gig1_ubnd_kingman

      public static Ret.qsys qsys_gig1_ubnd_kingman(double lambda, double mu, double ca, double cs)
      Calculates an upper bound on the waiting time for a G/G/1 system using Kingman's formula.
      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 upper bound on average waiting time (W) and modified utilization (rhohat).