Class MinimalRepFromMEKt

    • 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 MERepresentation minimalRepFromME(Matrix alpha, Matrix A, String how, Double prec) Returns the minimal representation of the given ME distribution.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • minimalRepFromME

         final static MERepresentation minimalRepFromME(Matrix alpha, Matrix A, String how, Double prec)

        Returns the minimal representation of the given ME distribution.

        Parameters:
        alpha - Initial vector of the matrix-exponential distribution (shape 1 x M)
        A - Matrix parameter of the matrix-exponential distribution (shape M x M)
        how - Determines how the representation is minimized.
        prec - Precision used by the Staircase algorithm.
        Returns:

        MERepresentation containing the initial vector and matrix parameter of the minimal representation.

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