Class ComputePiKt

  • All Implemented Interfaces:

    
    public final class ComputePiKt
    
                        
    • 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 PiResult computePi(Matrix T, FJArrival arrival, FJService services, FJServiceH service_h, Integer C, Matrix S, Matrix A_jump) Compute steady-state distribution for the case with 2 replicasSolves for the steady-state probability pi0 and expected number En1.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • computePi

         final static PiResult computePi(Matrix T, FJArrival arrival, FJService services, FJServiceH service_h, Integer C, Matrix S, Matrix A_jump)

        Compute steady-state distribution for the case with 2 replicas

        Solves for the steady-state probability pi0 and expected number En1.

        Parameters:
        T - T-matrix from NARE solution
        arrival - Arrival process
        services - Service process for single subtask
        service_h - Service representation for 2-node job
        C - Capacity parameter
        S - State transition matrix
        A_jump - Jump matrix
        Returns:

        PiResult with pi0 and En1