Class Qsys_gig1_approx_myskja2

java.lang.Object
jline.api.qsys.Qsys_gig1_approx_myskja2

public final class Qsys_gig1_approx_myskja2 extends Object
  • Method Details

    • qsys_gig1_approx_myskja2

      public static HashMap<String,Object> qsys_gig1_approx_myskja2(double lambda, double mu, double ca, double cs, double q0, double qa)
      G/G/1 queue approximation using Myskja's enhanced third-moment method, returning the mean response time (time in system). For ca2=1 the interpolation parameter theta is a 0/0 form, so the exact M/G/1 result is returned instead (also the interpolation anchor of the method).
      Parameters:
      lambda - arrival rate
      mu - service rate
      ca - squared coefficient of variation of inter-arrival time
      cs - squared coefficient of variation of service time
      q0 - lowest value of the relative third moment for a given mean and SCV
      qa - third relative moment E[X^3]/6/E[X]^3, X=inter-arrival time r.v.
      Returns:
      HashMap containing W (mean response time) and rhohat