Package jline.api.nc

Class Me_oqnKt

  • All Implemented Interfaces:

    
    public final class Me_oqnKt
    
                        
    • 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
    • Constructor Detail

    • Method Detail

      • me_oqn

         final static MeOqnResult me_oqn(Integer M, Integer R, Matrix lambda0, Matrix Ca0, Matrix mu, Matrix Cs, Array<Array<Matrix>> P, MeOqnOptions options)

        Maximum Entropy algorithm for Open Queueing Networks.

        Implements the ME algorithm from Kouvatsos (1994).

        Parameters:
        M - Number of queues (stations)
        R - Number of job classes
        lambda0 - External arrival rates M x R matrix, lambda0(i,r) = λoi,r
        Ca0 - External arrival SCV M x R matrix, Ca0(i,r) = Caoi,r
        mu - Service rates M x R matrix, mu(i,r) = μi,r
        Cs - Service SCV M x R matrix, Cs(i,r) = Csi,r
        P - Routing probability matrix M x M x R, P(j,i,r) = pji,r (probability class r goes from queue j to queue i)
        options - Algorithm options
        Returns:

        Result containing performance metrics

        Reference: Kouvatsos (1994), Equations 3.6 and 3.7