Class Qsys_gigk_approx_cosmetatosKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static HashMap<String, Object> qsys_gigk_approx_cosmetatos(Double lambda, Double mu, Double ca2, Double cs2, Integer k) G/G/k queue approximation using Cosmetatos methodThis approximation adjusts the M/M/k results based on the variability of arrival and service processes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • qsys_gigk_approx_cosmetatos

         final static HashMap<String, Object> qsys_gigk_approx_cosmetatos(Double lambda, Double mu, Double ca2, Double cs2, Integer k)

        G/G/k queue approximation using Cosmetatos method

        This approximation adjusts the M/M/k results based on the variability of arrival and service processes.

        Parameters:
        lambda - arrival rate
        mu - service rate per server
        ca2 - squared coefficient of variation of inter-arrival time
        cs2 - squared coefficient of variation of service time
        k - number of servers
        Returns:

        HashMap containing: - L: average number of customers in system - W: average time in system - Q: average queue length - U: server utilization