Class ReturnRT2Kt

  • All Implemented Interfaces:

    
    public final class ReturnRT2Kt
    
                        
    • 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 returnRT2(FJArrival arrival, FJService service, DoubleArray pers, Integer C, String tMode) Compute response time percentiles for K=2 Fork-Join queueCombines waiting time and service time distributions to compute response time percentiles for a 2-node Fork-Join system.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • returnRT2

         final static Matrix returnRT2(FJArrival arrival, FJService service, DoubleArray pers, Integer C, String tMode)

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

        Combines waiting time and service time distributions to compute response time percentiles for a 2-node Fork-Join system.

        Parameters:
        arrival - Arrival process (lambda0, lambda1)
        service - Service process for single subtask
        pers - Array of percentile levels to compute
        C - Capacity parameter (accuracy control)
        tMode - T-matrix computation method ("NARE" or "Sylvest")
        Returns:

        Matrix with percentile results percentile_level, percentile_value