Class Q_CT_MAP_MAP_1Kt

    • 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 MAPMAP1Result qCtMapMap1(Matrix C0, Matrix C1, Matrix D0, Matrix D1, MAPMAP1Options options) Computes queue length and time distributions for a MAP/MAP/1/FCFS queue.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • qCtMapMap1

         final static MAPMAP1Result qCtMapMap1(Matrix C0, Matrix C1, Matrix D0, Matrix D1, MAPMAP1Options options)

        Computes queue length and time distributions for a MAP/MAP/1/FCFS queue.

        Parameters:
        C0 - MAP arrival process matrix D0 (ma x ma)
        C1 - MAP arrival process matrix D1 (ma x ma)
        D0 - MAP service process matrix D0 (ms x ms)
        D1 - MAP service process matrix D1 (ms x ms)
        options - Solver options
        Returns:

        MAPMAP1Result containing queue length and time distributions