Class Qsys_gg1Kt

  • All Implemented Interfaces:

    
    public final class Qsys_gg1Kt
    
                        
    • 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_gg1(Double lambda, Double mu, Double ca2, Double cs2) G/G/1 queue analysis (general arrivals and service)Computes performance measures for the G/G/1 queueing system using exact methods when available (special cases) or high-quality approximations.
      final static HashMap<String, Object> qsys_gg1(Double lambda, Double mu, Double ca2, Double cs2, Integer k) G/G/1 queue analysis with state probability
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • qsys_gg1

         final static HashMap<String, Object> qsys_gg1(Double lambda, Double mu, Double ca2, Double cs2)

        G/G/1 queue analysis (general arrivals and service)

        Computes performance measures for the G/G/1 queueing system using exact methods when available (special cases) or high-quality approximations.

        Parameters:
        lambda - arrival rate
        mu - service rate
        ca2 - squared coefficient of variation of inter-arrival time
        cs2 - squared coefficient of variation of service time
        Returns:

        HashMap containing: - L: average number of customers in system - Lq: average number of customers in queue - W: average time in system - Wq: average waiting time in queue - p0: probability of empty system

      • qsys_gg1

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

        G/G/1 queue analysis with state probability

        Parameters:
        lambda - arrival rate
        mu - service rate
        ca2 - squared coefficient of variation of inter-arrival time
        cs2 - squared coefficient of variation of service time
        k - specific state for probability computation
        Returns:

        HashMap containing all metrics plus pk (probability of k customers)