Class MEOrderKt

  • All Implemented Interfaces:

    
    public final class MEOrderKt
    
                        
    • 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 Integer meOrder(Matrix alpha, Matrix A, String kind, Double prec) Returns the order of the ME distribution (which is not necessarily equal to the size of the representation).
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • meOrder

         final static Integer meOrder(Matrix alpha, Matrix A, String kind, Double prec)

        Returns the order of the ME distribution (which is not necessarily equal to the size of the representation).

        Parameters:
        alpha - The initial vector of the matrix-exponential distribution.
        A - The matrix parameter of the matrix-exponential distribution.
        kind - Determines which order is computed.
        prec - Precision used to detect if the determinant of the Hankel matrix is zero (in case of kind="moment" only), or the tolerance for the rank calculation.
        Returns:

        The order of the ME distribution

        References: P. Buchholz, M. Telek, "On minimal representation of rational arrival processes." Madrid Conference on Queueing theory (MCQT), June 2010.