Class Q_CT_MMAPK_PHK_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 MMAPKPHK1Result qCtMmapkPhk1(Matrix D0, List<Matrix> D, List<Matrix> alpha, List<Matrix> S, MMAPKPHK1Options options) Computes queue length and time distributions for a MMAPK/PHK/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

      • qCtMmapkPhk1

         final static MMAPKPHK1Result qCtMmapkPhk1(Matrix D0, List<Matrix> D, List<Matrix> alpha, List<Matrix> S, MMAPKPHK1Options options)

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

        Parameters:
        D0 - MMAP arrival process matrix D0 (m x m)
        D - List of MMAP arrival matrices D1, D2, ...
        alpha - List of PH service time initial vectors (1 x m_i)
        S - List of PH service time matrices (m_i x m_i)
        options - Solver options
        Returns:

        MMAPKPHK1Result containing queue length and time distributions