Object Pfqn_mom

  • All Implemented Interfaces:

    
    public class Pfqn_mom
    
                        

    Method of Moments (MOM) solver for product-form queueing networks. This implementation uses exact arithmetic via BigFraction.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Pfqn_mom INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Ret.pfqnMom pfqn_mom(Matrix L, Matrix N, Matrix Z) Computes performance measures using the Method of Moments algorithm.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • pfqn_mom

         final static Ret.pfqnMom pfqn_mom(Matrix L, Matrix N, Matrix Z)

        Computes performance measures using the Method of Moments algorithm.

        Parameters:
        L - Service demands matrix (M x R)
        N - Population vector (1 x R)
        Z - Think times vector (1 x R)
        Returns:

        pfqnMom containing (X: throughputs, Q: queue lengths, G: normalizing constant)