Class Pfqn_stdf_heurKt

    • 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 Array<Array<Matrix>> pfqn_stdf_heur(Matrix L, Matrix N, Matrix Z, Matrix S, Matrix fcfsNodes, Matrix rates, Matrix tset) Heuristic sojourn time distribution analysis at multiserver FCFS nodes based on a variant of the method in J.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • pfqn_stdf_heur

         final static Array<Array<Matrix>> pfqn_stdf_heur(Matrix L, Matrix N, Matrix Z, Matrix S, Matrix fcfsNodes, Matrix rates, Matrix tset)

        Heuristic sojourn time distribution analysis at multiserver FCFS nodes based on a variant of the method in J. McKenna 1987 JACM

        Parameters:
        L -
        • routing matrix

        N -
        • population vector

        Z -
        • think times

        S -
        • number of servers per station

        fcfsNodes -
        • indices of FCFS nodes

        rates -
        • service rates

        tset -
        • time points for evaluation

        Returns:

        response time distributions