Class Qsys_gigk_approx_whittKt

    • 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_whitt(Double lambda, Double mu, Double ca2, Double cs2, Integer k) G/G/k queue approximation using Whitt's methodThis approximation uses the Queue Network Analyzer (QNA) methodology to provide accurate estimates for multi-server queues with general distributions.
      • 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_whitt

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

        G/G/k queue approximation using Whitt's method

        This approximation uses the Queue Network Analyzer (QNA) methodology to provide accurate estimates for multi-server queues with general distributions.

        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