Class Pfqn_mvaKt

  • All Implemented Interfaces:

    
    public final class Pfqn_mvaKt
    
                        
    • 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 Ret.pfqnMVA pfqn_mva(Matrix L, Matrix N, Matrix Z, Matrix mi) Mean Value Analysis (MVA) Algorithm for closed Product-Form Queueing Networks.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • pfqn_mva

         final static Ret.pfqnMVA pfqn_mva(Matrix L, Matrix N, Matrix Z, Matrix mi)

        Mean Value Analysis (MVA) Algorithm for closed Product-Form Queueing Networks. Exact solution is computed for several performance measures.

        Parameters:
        L -
        • service demand matrix

        N -
        • population vector

        Z -
        • think times

        mi -
        • multiplicity vector

        Returns:
        • mean value of the computed performance measures, including residence times, throughputs, number of jobs at a specific node, and utilizations.