Class Q_CT_PH_PH_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 PHPH1Result qCtPhPh1(Matrix alpha, Matrix T, Matrix beta, Matrix S, PHPH1Options options) Computes queue length and waiting time distribution for a PH/PH/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

      • qCtPhPh1

         final static PHPH1Result qCtPhPh1(Matrix alpha, Matrix T, Matrix beta, Matrix S, PHPH1Options options)

        Computes queue length and waiting time distribution for a PH/PH/1/FCFS queue.

        Parameters:
        alpha - PH arrival process initial vector (1 x ma)
        T - PH arrival process rate matrix (ma x ma)
        beta - PH service time initial vector (1 x ms)
        S - PH service time rate matrix (ms x ms)
        options - Solver options
        Returns:

        PHPH1Result containing queue length and optionally waiting time distribution