Class ReturnRT1Kt

  • All Implemented Interfaces:

    
    public final class ReturnRT1Kt
    
                        
    • 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 Matrix returnRT1(FJArrival arrival, FJService service, DoubleArray pers) Compute response time percentiles for K=1 Fork-Join queueFor the K=1 case, this reduces to a standard MAP/PH/1 queue.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • returnRT1

         final static Matrix returnRT1(FJArrival arrival, FJService service, DoubleArray pers)

        Compute response time percentiles for K=1 Fork-Join queue

        For the K=1 case, this reduces to a standard MAP/PH/1 queue. Uses MMAPPH1FCFS to solve the queueing system.

        Parameters:
        arrival - Arrival process (lambda0, lambda1)
        service - Service process
        pers - Array of percentile levels to compute
        Returns:

        Matrix with percentile results percentile_level, percentile_value