Class Q_CT_MAP_M_CKt

    • 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 MAPMcResult qCtMapMC(Matrix D0, Matrix D1, Double mu, Integer c, MAPMcOptions options) Computes queue length and waiting time distribution for a MAP/M/c/FCFS queue.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • qCtMapMC

         final static MAPMcResult qCtMapMC(Matrix D0, Matrix D1, Double mu, Integer c, MAPMcOptions options)

        Computes queue length and waiting time distribution for a MAP/M/c/FCFS queue.

        Parameters:
        D0 - MAP arrival process matrix D0 (m x m)
        D1 - MAP arrival process matrix D1 (m x m)
        mu - Exponential service rate
        c - Number of servers
        options - Solver options
        Returns:

        MAPMcResult containing queue length and waiting time distribution